about summary refs log tree commit diff
path: root/pkgs/games
AgeCommit message (Collapse)AuthorFilesLines
2022-11-07Merge pull request #199944 from cpu/cpu.mudlet.4.16.0Jonas Heinrich1-7/+34
mudlet: 4.15.1 -> 4.16.0
2022-11-07mudlet: 4.15.1 -> 4.16.0Daniel McCarney1-7/+34
This commit updates Mudlet from version 4.15.1 to 4.16.0. This requires fixing a lua 5.1 compatibility regression in luasql-sqlite3 by using a packageOverride to set the version to a commit before the regression. This resolves an "undefined symbol: lua_isinteger" error that will occur at application runtime otherwise. Similarly, prior to this commit running Mudlet would produce errors in the console window related to not finding the required `.so` for the Discord integration to function. This commit also wires through the required `libdiscord-rpc.so` from the discord-rpc package. On startup Mudlet now prints: > Discord integration loaded. Using functions from: "libdiscord-rpc.so"
2022-11-06Merge pull request #199950 from huantianad/osu-1101figsoda2-53/+31
osu-lazer: 2022.723.0 -> 2022.1101.0
2022-11-06osu-lazer: 2022.723.0 -> 2022.1101.0huantian2-53/+31
2022-11-07npush: fix buildRaphael Robatsch1-0/+1
2022-11-06Merge pull request #199487 from fgaz/warzone2100/4.3.1Francesco Gazzetta1-2/+4
warzone2100: 4.2.7 -> 4.3.1
2022-11-06classicube: 1.3.3 -> 1.3.4R. Ryantm1-2/+2
2022-11-04rare: 1.9.2 -> 1.9.3Solene Rapenne1-2/+2
2022-11-04ldmud: fix undefined reference to 'crypt'Daniel McCarney1-3/+5
Adding `libxcrypt` as a dependency is required to avoid a link time error from an undefined reference to `crypt` in non-TLS-enabled builds now that glibc crypt support is optional[0]. Additionally, many of the `nativeBuildInputs` should be `buildInputs` since they are used at runtime and not build time. This is also fixed in this commit. [0]: ff30c899d8bd92d1a1c9f4d4e81455b04cb0868e
2022-11-04warzone2100: 4.2.7 -> 4.3.1Francesco Gazzetta1-2/+4
2022-11-04Merge pull request #195899 from wegank/scorched3d-wxgtkSandro1-2/+6
2022-11-02blightmud: 4.0.0 -> 5.0.0R. Ryantm1-3/+3
2022-11-01Merge pull request #198245 from jojosch/factorio-updateMario Rodas1-16/+16
factorio: 1.1.69 -> 1.1.70
2022-11-02Merge pull request #198926 from Scrumplex/update-prismlauncher-5.1Stanisław Pitucha1-2/+2
prismlauncher: 5.0 -> 5.1
2022-11-01unciv: 4.2.13 -> 4.2.16R. Ryantm1-2/+2
2022-11-01prismlauncher: 5.0 -> 5.1Sefa Eyeoglu1-2/+2
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-10-31raylib-games: init at 2022-10-14Emery Hemingway1-0/+57
Now we have something to test our Raylib package against.
2022-10-30Merge pull request #197431 from sersorrel/xivlauncher-new-repoChristian Kögler2-20/+14
xivlauncher: 1.0.1.0 -> 1.0.2
2022-10-30Merge pull request #198083 from SuperSandro2000/dwarf-fortressSandro3-13/+6
2022-10-30voxelands: use xorg.* packages directly instead of xlibsWrapper indirectionSergei Trofimovich1-3/+13
Tested as no material change in `out` output with `diffoscope`.
2022-10-30openrw: use xorg.* packages directly instead of xlibsWrapper indirectionSergei Trofimovich1-2/+1
Tested as no material change in `out` output with `diffoscope`.
2022-10-29xivlauncher: set meta.mainProgramash1-0/+1
2022-10-29zoom: use xorg.* packages directly instead of xlibsWrapper indirectionSergei Trofimovich1-2/+13
Tested as no material change in `out` output with `diffoscope`.
2022-10-28Merge pull request #198115 from trofi/fheroes2-use-gitUpdateSergei Trofimovich1-4/+3
fheroes2: switch to gitUpdater to avoid non-version tags
2022-10-28Merge pull request #194204 from herberteuler/fix/sil-q-user-dirMario Rodas1-2/+2
sil-q: use .sil-q to avoid clashing with sil's data
2022-10-28factorio: 1.1.69 -> 1.1.70Johannes Schleifenbaum1-16/+16
2022-10-27fheroes2: switch to gitUpdater to avoid non-version tagsSergei Trofimovich1-4/+3
`gitUpdater` uses common updater that uses only versioned tags as input. It also supports version ignore ranges if needed. Without the change updater tries to pul in `fheroes-android` non-release: https://github.com/NixOS/nixpkgs/pull/198000
2022-10-27dwarf-fortress: misc cleanupSandro Jäckel1-5/+1
2022-10-27dwarf-fortress-packages.dwarf-fortress: set meta for versioned packagesSandro Jäckel1-0/+2
2022-10-27dwarf-fortress: make meta.homepage independent from download pageSandro Jäckel1-4/+2
2022-10-27dwarf-fortress-unfuck: don't overwrite to null on none linux platformsSandro Jäckel1-4/+1
2022-10-27Merge pull request #198019 from trofi/eduke32-fixSergei Trofimovich1-2/+0
eduke32: fix build by removing explicit header paths
2022-10-27eduke32: fix build by removing explicit header pathsSergei Trofimovich1-2/+0
In https://github.com/NixOS/nixpkgs/pull/197798#issuecomment-1291196023 we noticed that `eduke32` fails to build as: source/build/include/sdl_inc.h:17:12: fatal error: SDL2/SDL.h: No such file or directory 17 | # include <SDL2/SDL.h> | ^~~~~~~~~~~~ It statred after https://github.com/NixOS/nixpkgs/pull/191724 where `NIX_CFLAGS_COMPILE` entries were cleaned up slightly. This change works build failure around. But I think it's a good change: there should be no reason to set SDL2 offset via forced include paths.
2022-10-27legendary-gl: 0.20.29 -> 0.20.30R. Ryantm1-2/+2
2022-10-26Merge pull request #197150 from LunNova/lunnova/prism-launcher-qt6Sandro1-2/+4
2022-10-26Merge pull request #197504 from chvp/fix-zeroad-buildMario Rodas1-3/+3
zeroad: fix build
2022-10-25zeroad: fix buildCharlotte Van Petegem1-3/+3
2022-10-25Merge pull request #192118 from SuperSamus/rareSandro2-10/+17
2022-10-24rare: 1.8.9 -> 1.9.2Martino Fontana2-10/+17
2022-10-24xivlauncher: 1.0.1.0 -> 1.0.2ash2-20/+13
2022-10-23widelands 1.0 -> 1.1Jack Cummings2-38/+21
Remove in-tree patch, as it isn't needed anymore. Addresses #197395.
2022-10-23Merge pull request #193284 from m0rg-dev/pysolfc-2.16.0Mario Rodas1-5/+6
pysolfc: 2.6.4 -> 2.16.0 Closes #190799
2022-10-22prismlauncher: pass -DLauncher_QT_VERSION_MAJOR=6 on qt6, add qtsvg dep for ↵Luna Nova1-2/+4
icons
2022-10-21Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-0/+77
2022-10-21Merge pull request #196397 from fgaz/hikounomizu/initSandro1-0/+77
2022-10-21hikounomizu: build data in parallelFrancesco Gazzetta1-1/+1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-20Merge master into staging-nextgithub-actions[bot]5-12/+82
2022-10-20Merge pull request #195896 from wegank/megaglest-fixSandro1-4/+4
megaglest: fix broken build
2022-10-20Merge pull request #195892 from wegank/fsg-wxgtkSandro2-4/+74
fsg: migrate to wxGTK32
2022-10-20Merge pull request #195889 from wegank/asc-wxgtkSandro1-2/+2
asc: migrate to wxGTK32