summaryrefslogtreecommitdiff
path: root/pkgs/games (follow)
Commit message (Expand)AuthorAgeFilesLines
* sgt-puzzles: 20250722.dbe6378 -> 20250730.a7c7826R. Ryantm2025-08-061-2/+2
* ankiAddons.anki-quizlet-importer-extended: init at 2025.03.13 (#429258)Paul Haerle2025-08-052-0/+29
|\
| * ankiAddons.anki-quizlet-importer-extended: init at 2025.03.13•••Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com> Ethan Carter Edwards2025-07-292-0/+29
* | openttd-nml: 0.7.6 -> 0.8.0 (#421140)Weijia Wang2025-08-041-3/+2
|\ \
| * | openttd-nml: 0.7.6 -> 0.8.0R. Ryantm2025-08-041-3/+2
* | | rat-king-adventure: 2.2.2 -> 2.2.3 (#427956)Weijia Wang2025-08-031-2/+2
|\ \ \
| * | | rat-king-adventure: 2.2.2 -> 2.2.3R. Ryantm2025-07-241-2/+2
* | | | freeciv: 3.1.5 -> 3.2.0 (#426248)Weijia Wang2025-08-031-2/+2
|\ \ \ \
| * | | | freeciv: 3.1.5 -> 3.2.0R. Ryantm2025-07-181-2/+2
* | | | | vkquake: properly enable user directory support (#430140)Aleksana2025-08-031-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 Yundt2025-08-011-1/+1
* | | | | | fallout2-ce: fix patch hashJoyuv2025-08-021-1/+1
|/ / / / /
* | | | | vkquake: add `meta.license` (#424801)Aleksana2025-08-011-0/+1
|\ \ \ \ \
| * | | | | vkquake: add meta.license•••Source: <https://github.com/Novum/vkQuake/blob/d5ec19e23da7b77bcb83131dada307f112a08b1c/Quake/quakever.h#L1-L19> Related to #43716. Jason Yundt2025-07-131-0/+1
* | | | | | treewide: conform descriptions to the standards (#427624)Ben Siraphob2025-07-301-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | treewide: conform descriptions to the standardsmivorasu2025-07-281-1/+1
* | | | | | sgt-puzzles: 20250714.880288c -> 20250722.dbe6378R. Ryantm2025-07-281-2/+2
|/ / / / /
* | | | | minecraft-server: 1.21.7 -> 1.21.8 (#428608)Aleksana2025-07-271-3/+3
|\ \ \ \ \
| * | | | | minecraft-server: 1.21.7 -> 1.21.8•••Changes: https://feedback.minecraft.net/hc/en-us/articles/38129892058893 Andrew Kvalheim2025-07-261-3/+3
| | |_|_|/ | |/| | |
* / | | | treewide: remove useFetchCargoVendor usagesTomaSajt2025-07-261-1/+0
|/ / / /
* | | | papermc: 1.21.6-47 -> 1.21.8-11 (#423514)Weijia Wang2025-07-261-2/+10
|\ \ \ \
| * | | | papermc: 1.21.6-47 -> 1.21.8-11R. Ryantm2025-07-251-2/+10
* | | | | minecraft-server: 1.21.6 -> 1.21.7 (#421474)Weijia Wang2025-07-261-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | minecraft-server: 1.21.6 -> 1.21.7R. Ryantm2025-07-011-3/+3
* | | | | treewide: run nixfmt 1.0.0Wolfgang Walther2025-07-2434-664/+645
| |_|_|/ |/| | |
* | | | sgt-puzzles: 20250627.8314b03 -> 20250714.880288c (#426833)7c6f434c2025-07-211-2/+2
|\ \ \ \
| * | | | sgt-puzzles: 20250627.8314b03 -> 20250714.880288cR. Ryantm2025-07-201-2/+2
* | | | | chessx: migrate to by-name (#426392)Aleksana2025-07-211-74/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chessx: migrate to by-nameGuy Chronister2025-07-181-74/+0
* | | | | rat-king-adventure: 2.2.0 -> 2.2.2R. Ryantm2025-07-191-2/+2
* | | | | gcompris: migrate to by-name (#425121)Peder Bergebakken Sundt2025-07-181-85/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gcompris: migrate to by-name•••gcompris: add with kdePackages gcompris: treefmt Guy Chronister2025-07-141-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 K9002025-07-181-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 K9002025-07-141-2/+2
|/ /
* | libremines: migrate to by-nameGuy Chronister2025-07-121-48/+0
* | rat-king-adventure: 2.1.1 -> 2.2.0Francesco Gazzetta2025-07-112-11/+13
* | sladeUnstable: 3.2.7-unstable-2025-06-20 -> 3.2.7-unstable-2025-06-29 (#421628)Wolfgang Walther2025-07-101-3/+3
|\ \
| * | sladeUnstable: 3.2.7-unstable-2025-06-20 -> 3.2.7-unstable-2025-06-29R. Ryantm2025-07-011-3/+3
* | | maptool: 1.17.0 -> 1.17.1 (#420265)Wolfgang Walther2025-07-101-2/+2
|\ \ \
| * | | maptool: 1.17.0 -> 1.17.1R. Ryantm2025-06-261-2/+2
* | | | fteqw: unstable-2024-04-13 -> unstable-2025-06-25 (#423035)Aleksana2025-07-082-3/+4
|\ \ \ \
| * | | | fteqw: unstable-2024-04-13 -> unstable-2025-06-25necrophcodr2025-07-072-3/+4
* | | | | vkquake: 1.32.3 -> 1.32.3.1 (#421767)Aleksana2025-07-081-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | vkquake: 1.32.3 -> 1.32.3.1R. Ryantm2025-07-021-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 K9002025-07-031-2/+2
* | | | sgt-puzzles: 20250615.b589c5e -> 20250627.8314b03 (#421706)7c6f434c2025-07-021-2/+2
|\ \ \ \
| * | | | sgt-puzzles: 20250615.b589c5e -> 20250627.8314b03R. Ryantm2025-07-021-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 Weinelt2025-07-024-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 K9002025-07-011-2/+2
| |/ |/|
* | papermc: 1.21.5-112 -> 1.21.6-47 (#418288)Weijia Wang2025-06-301-2/+6
|\ \