| Commit message (Expand) | Author | Age | Files | Lines |
| * | sgt-puzzles: 20250722.dbe6378 -> 20250730.a7c7826 | R. Ryantm | 2025-08-06 | 1 | -2/+2 |
| * | ankiAddons.anki-quizlet-importer-extended: init at 2025.03.13 (#429258) | Paul Haerle | 2025-08-05 | 2 | -0/+29 |
| |\ |
|
| | * | ankiAddons.anki-quizlet-importer-extended: init at 2025.03.13•••Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
| Ethan Carter Edwards | 2025-07-29 | 2 | -0/+29 |
| * | | openttd-nml: 0.7.6 -> 0.8.0 (#421140) | Weijia Wang | 2025-08-04 | 1 | -3/+2 |
| |\ \ |
|
| | * | | openttd-nml: 0.7.6 -> 0.8.0 | R. Ryantm | 2025-08-04 | 1 | -3/+2 |
| * | | | rat-king-adventure: 2.2.2 -> 2.2.3 (#427956) | Weijia Wang | 2025-08-03 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | rat-king-adventure: 2.2.2 -> 2.2.3 | R. Ryantm | 2025-07-24 | 1 | -2/+2 |
| * | | | | freeciv: 3.1.5 -> 3.2.0 (#426248) | Weijia Wang | 2025-08-03 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | freeciv: 3.1.5 -> 3.2.0 | R. Ryantm | 2025-07-18 | 1 | -2/+2 |
| * | | | | | vkquake: properly enable user directory support (#430140) | Aleksana | 2025-08-03 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | vkquake: properly enable user directory support•••302c3a7a168c41555dd35576a0ab5c872ba226b3 added this line to
pkgs/games/quakespasm/vulkan.nix:
> buildFlags = [ "DO_USERDIRS=1" ];
At the time, Nixpkgs was shipping version 0.97.3 of vkQuake. That
version of vkQuake only used make as its build system. buildFlags passes
additional flags to make, so it made sense to use buildFlags at the
time.
As of this vkQuake commit [1], vkQuake now uses Meson as its main build
system and has a Meson option for enabling user directory support.
Setting buildFlags no longer seems to work. In order to enable user
directory support, it seems that we now need to use mesonFlags instead
of buildFlags.
[1]: <https://github.com/Novum/vkQuake/commit/8875ada7dfe2809f4fead2f3881749f231961005>
---
This change can be tested by doing the following:
1. Make sure that ~/.vkquake/ contains a valid id1 subdirectory.
2. Change directory into a directory that doesn’t contain an id1
subdirectory by running this command:
cd /var/empty
3. Start vkQuake by running this command:
nix-shell -p '(import <path to nixpkgs> { }).vkquake' --run vkquake
Before this change was made, if you followed those instructions, then
vkQuake would give you an error about not being able to load gfx.wad:
> $ nix-shell -p '(import "/home/jayman/Documents/Home/VC/Git/Partially mine/nixpkgs/repo" { }).vkquake' --run vkquake
> Command line: vkquake
> Found SDL version 2.32.56
> Detected 12 CPUs.
> Initializing vkQuake 1.32.3
> Built with GCC 14.3.0
> Host_Init
> Playing shareware version.
>
> ERROR-OUT BEGIN
>
>
> QUAKE ERROR: W_LoadWadFile: couldn't load gfx.wad
>
> Basedir is: /var/empty
>
> Check that this has an id1 subdirectory containing pak0.pak and pak1.pak, or use the -basedir command-line option to specify another directory.
>
>
> (zenity:55857): Gtk-WARNING **: 10:05:55.434: Unknown key gtk-modules in /home/jayman/.config/gtk-4.0/settings.ini
>
> (zenity:55857): Adwaita-WARNING **: 10:05:56.380: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
> $ echo "$?"
> 1
Now that this change has been made, if you follow those instructions,
then vkQuake will start successfully, and Quake’s first demo will start
to play.
| Jason Yundt | 2025-08-01 | 1 | -1/+1 |
| * | | | | | | fallout2-ce: fix patch hash | Joyuv | 2025-08-02 | 1 | -1/+1 |
| |/ / / / / |
|
| * | | | | | vkquake: add `meta.license` (#424801) | Aleksana | 2025-08-01 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | vkquake: add meta.license•••Source: <https://github.com/Novum/vkQuake/blob/d5ec19e23da7b77bcb83131dada307f112a08b1c/Quake/quakever.h#L1-L19>
Related to #43716.
| Jason Yundt | 2025-07-13 | 1 | -0/+1 |
| * | | | | | | treewide: conform descriptions to the standards (#427624) | Ben Siraphob | 2025-07-30 | 1 | -1/+1 |
| |\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| | * | | | | | treewide: conform descriptions to the standards | mivorasu | 2025-07-28 | 1 | -1/+1 |
| * | | | | | | sgt-puzzles: 20250714.880288c -> 20250722.dbe6378 | R. Ryantm | 2025-07-28 | 1 | -2/+2 |
| |/ / / / / |
|
| * | | | | | minecraft-server: 1.21.7 -> 1.21.8 (#428608) | Aleksana | 2025-07-27 | 1 | -3/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | minecraft-server: 1.21.7 -> 1.21.8•••Changes: https://feedback.minecraft.net/hc/en-us/articles/38129892058893
| Andrew Kvalheim | 2025-07-26 | 1 | -3/+3 |
| | | |_|_|/
| |/| | | |
|
| * / | | | | treewide: remove useFetchCargoVendor usages | TomaSajt | 2025-07-26 | 1 | -1/+0 |
| |/ / / / |
|
| * | | | | papermc: 1.21.6-47 -> 1.21.8-11 (#423514) | Weijia Wang | 2025-07-26 | 1 | -2/+10 |
| |\ \ \ \ |
|
| | * | | | | papermc: 1.21.6-47 -> 1.21.8-11 | R. Ryantm | 2025-07-25 | 1 | -2/+10 |
| * | | | | | minecraft-server: 1.21.6 -> 1.21.7 (#421474) | Weijia Wang | 2025-07-26 | 1 | -3/+3 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | minecraft-server: 1.21.6 -> 1.21.7 | R. Ryantm | 2025-07-01 | 1 | -3/+3 |
| * | | | | | treewide: run nixfmt 1.0.0 | Wolfgang Walther | 2025-07-24 | 34 | -664/+645 |
| | |_|_|/
|/| | | |
|
| * | | | | sgt-puzzles: 20250627.8314b03 -> 20250714.880288c (#426833) | 7c6f434c | 2025-07-21 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | sgt-puzzles: 20250627.8314b03 -> 20250714.880288c | R. Ryantm | 2025-07-20 | 1 | -2/+2 |
| * | | | | | chessx: migrate to by-name (#426392) | Aleksana | 2025-07-21 | 1 | -74/+0 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | chessx: migrate to by-name | Guy Chronister | 2025-07-18 | 1 | -74/+0 |
| * | | | | | rat-king-adventure: 2.2.0 -> 2.2.2 | R. Ryantm | 2025-07-19 | 1 | -2/+2 |
| * | | | | | gcompris: migrate to by-name (#425121) | Peder Bergebakken Sundt | 2025-07-18 | 1 | -85/+0 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | gcompris: migrate to by-name•••gcompris: add with kdePackages
gcompris: treefmt
| Guy Chronister | 2025-07-14 | 1 | -85/+0 |
| | | |/ /
| |/| | |
|
| * | | | | path-of-building.data: 2.55.4 -> 2.55.5•••Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.4...v2.55.5
| K900 | 2025-07-18 | 1 | -2/+2 |
| | |_|/
|/| | |
|
| * | | | path-of-building.data: 2.55.3 -> 2.55.4•••Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.3...v2.55.4
| K900 | 2025-07-14 | 1 | -2/+2 |
| |/ / |
|
| * | | libremines: migrate to by-name | Guy Chronister | 2025-07-12 | 1 | -48/+0 |
| * | | rat-king-adventure: 2.1.1 -> 2.2.0 | Francesco Gazzetta | 2025-07-11 | 2 | -11/+13 |
| * | | sladeUnstable: 3.2.7-unstable-2025-06-20 -> 3.2.7-unstable-2025-06-29 (#421628) | Wolfgang Walther | 2025-07-10 | 1 | -3/+3 |
| |\ \ |
|
| | * | | sladeUnstable: 3.2.7-unstable-2025-06-20 -> 3.2.7-unstable-2025-06-29 | R. Ryantm | 2025-07-01 | 1 | -3/+3 |
| * | | | maptool: 1.17.0 -> 1.17.1 (#420265) | Wolfgang Walther | 2025-07-10 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | maptool: 1.17.0 -> 1.17.1 | R. Ryantm | 2025-06-26 | 1 | -2/+2 |
| * | | | | fteqw: unstable-2024-04-13 -> unstable-2025-06-25 (#423035) | Aleksana | 2025-07-08 | 2 | -3/+4 |
| |\ \ \ \ |
|
| | * | | | | fteqw: unstable-2024-04-13 -> unstable-2025-06-25 | necrophcodr | 2025-07-07 | 2 | -3/+4 |
| * | | | | | vkquake: 1.32.3 -> 1.32.3.1 (#421767) | Aleksana | 2025-07-08 | 1 | -2/+2 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | vkquake: 1.32.3 -> 1.32.3.1 | R. Ryantm | 2025-07-02 | 1 | -2/+2 |
| | | |/ /
| |/| | |
|
| * | | | | path-of-building.data: 2.55.2 -> 2.55.3•••Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.2...v2.55.3
| K900 | 2025-07-03 | 1 | -2/+2 |
| * | | | | sgt-puzzles: 20250615.b589c5e -> 20250627.8314b03 (#421706) | 7c6f434c | 2025-07-02 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | sgt-puzzles: 20250615.b589c5e -> 20250627.8314b03 | R. Ryantm | 2025-07-02 | 1 | -2/+2 |
| | |/ / / |
|
| * / / / | treewide: add explicit format attribute for Python packages•••If a Python package does not come with either `format` or `pyproject` we
consider it a setuptools build, that calls `setup.py` directly, which is
deprecated.
This change, as a first step, migrates a large chunk of these packages to
set setuptools as their explicit format
This is so we can unify the problem space for the next step of the
migration.
| Martin Weinelt | 2025-07-02 | 4 | -0/+4 |
| |/ / / |
|
| * | / | path-of-building.data: 2.55.1 -> 2.55.2•••Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.55.1...v2.55.2
| K900 | 2025-07-01 | 1 | -2/+2 |
| | |/
|/| |
|
| * | | papermc: 1.21.5-112 -> 1.21.6-47 (#418288) | Weijia Wang | 2025-06-30 | 1 | -2/+6 |
| |\ \ |
|