summary refs log tree commit diff
path: root/pkgs/games
Commit message (Collapse)AuthorAge
* Merge pull request #98590 from NeQuissimus/stockfish_12Tim Steinbach2020-09-24
|\ | | | | stockfish: 11 -> 12
| * stockfish: 11 -> 12Tim Steinbach2020-09-23
| |
* | Merge pull request #98453 from TredwellGit/minecraftRyan Mulligan2020-09-23
|\ \ | | | | | | minecraft: 2.1.16102 -> 2.1.17627
| * | minecraft: 2.1.17417 -> 2.1.17627TredwellGit2020-09-23
| | |
| * | minecraft: 2.1.16102 -> 2.1.17417TredwellGit2020-09-22
| |/ | | | | | | Launcher 2.1.15852 removed GConf dependency.
* | Merge pull request #85203 from fgaz/koboredux/initTimo Kaufmann2020-09-23
|\ \ | | | | | | audiality2, koboredux: init
| * | koboredux,koboredux-free: init at 0.7.5.1Francesco Gazzetta2020-09-23
| | |
* | | Merge pull request #97803 from JamieMagee/dotnet-sdk-3.1Anderson Torres2020-09-23
|\ \ \ | |_|/ |/| | dotnetCorePackages.sdk_3_1: 3.1.102 -> 3.1.402
| * | dotnetCorePackages.sdk_3_1: fix dependent packagesJamie Magee2020-09-23
| | |
* | | Merge pull request #98229 from bbigras/dfMario Rodas2020-09-20
|\ \ \ | | | | | | | | dwarf-fortress: update themes.json
| * | | dwarf-fortress: update themes.jsonBruno Bigras2020-09-18
| | | |
* | | | multimc: use jdk8Gabriel Ebner2020-09-19
| | | |
* | | | steam: use jdk8Gabriel Ebner2020-09-19
| | | |
* | | | dwarf-fortress: use jdk8Gabriel Ebner2020-09-19
|/ / /
* | | uqm: Fix purity checking error during config phaseaszlig2020-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit fb777be7d2925ec0e97783ce5e3a0136361dc0a8, linking programs in /tmp will no longer work, since with this commit (hardcoded) /tmp will no longer be treated a valid temporary directory by the purity checking logic. Essentially what that logic does is checking whether the link target is either relative, in some temporary directory or in the Nix store and if that's not the case, an error is thrown like in this case: gcc -c /tmp/build.24.tmp.c -o /tmp/build.24.tmp.c.o gcc /tmp/build.24.tmp.c.o -o /tmp/build.24.tmp.out impure path `/tmp/build.24.tmp.out' used in link collect2: error: ld returned 1 exit status Note here, that $TMP and $TMPDIR point to /build while the output here still refers to /tmp. This is because the custom build system of uqm simply hardcodes /tmp and doesn't honor any of these variables. To fix this, all we need to do is the latter and we're now using $TMPDIR instead of /tmp for these compile-tests during configure. While the pull request[1] introducing said commit has a few comments regarding other issues and it could still be either reverted or changed, using $TMPDIR in the uqm build script is entirely backwards-compatible and shouldn't hurt in any case. [1]: https://github.com/NixOS/nixpkgs/pull/93560 Signed-off-by: aszlig <aszlig@nix.build>
* | | Merge pull request #97099 from r-ryantm/auto-update/crawlLassulus2020-09-17
|\ \ \ | | | | | | | | crawl: 0.25.0 -> 0.25.1
| * | | crawl: 0.25.0 -> 0.25.1R. RyanTM2020-09-04
| | | |
* | | | unnethack: 5.2.0 -> 5.3.2 (#97595)Mathnerd3142020-09-14
| | | | | | | | | | | | Co-authored-by: Jon <jonringer@users.noreply.github.com>
* | | | Merge pull request #97507 from jonascarpay/gambatte-alsa-fixMatthew Bauer2020-09-14
|\ \ \ \ | | | | | | | | | | gambatte: add alsa dependency, 2016-05-03 -> 2020-03-14
| * | | | gambatte: add alsa dependency, 2016-05-03 -> 2020-03-14Jonas Carpay2020-09-09
| | | | |
* | | | | Merge pull request #97674 from Avaq/avaq/minecraft-serverSilvan Mosberger2020-09-12
|\ \ \ \ \ | | | | | | | | | | | | minecraft-server: 1.16.2 -> 1.16.3
| * | | | | minecraft-server: 1.16.2 -> 1.16.3Aldwin Vlasblom2020-09-10
| | | | | |
* | | | | | Merge pull request #97690 from jtojnar/inkscape-1.0.1Jan Tojnar2020-09-12
|\ \ \ \ \ \
| * | | | | | inkscape_0: dropJan Tojnar2020-09-10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Inkscape 1.0.1 re-added the old CLI flags: https://gitlab.com/inkscape/inkscape/-/commit/3ca6a4ed08405f2a530a9ed3065f77443f9f7ebe
* | | | | | steam: fix typo in LD_LIBRARY_PATH (#97818)Daniel Fullmer2020-09-11
| | | | | |
* | | | | | Merge pull request #97452 from Lassulus/zandronum-fixLassulus2020-09-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | zandronum: use new hg url
| * | | | | | zandronum: use new hg urllassulus2020-09-08
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #66641 from 0x4A6F/master-wyvernLassulus2020-09-10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | wyvern: init at 1.4.1
| * | | | | wyvern: init at 1.4.10x4A6F2020-09-10
| | |/ / / | |/| | |
* | | | | instead: 3.3.1 -> 3.3.2; fix compilationmarius david2020-09-09
| | | | |
* | | | | tdm: 2.07 -> 2.08Renato Alves2020-09-06
| |/ / / |/| | |
* | | | Merge pull request #97224 from r-ryantm/auto-update/osu-lazerRyan Mulligan2020-09-05
|\ \ \ \ | | | | | | | | | | osu-lazer: 2020.820.0 -> 2020.903.0
| * | | | osu-lazer: 2020.820.0 -> 2020.903.0R. RyanTM2020-09-05
| | | | |
* | | | | Merge pull request #97096 from r-ryantm/auto-update/cockatriceRyan Mulligan2020-09-05
|\ \ \ \ \ | | | | | | | | | | | | cockatrice: 2020-03-20-Release-2.7.4 -> 2020-08-23-Release-2.7.5
| * | | | | cockatrice: 2020-03-20-Release-2.7.4 -> 2020-08-23-Release-2.7.5R. RyanTM2020-09-04
| | |/ / / | |/| | |
* | | | | shattered-pixel-dungeon: 0.8.2b -> 0.8.2dR. RyanTM2020-09-05
| |/ / / |/| | |
* | | | Merge pull request #96939 from jtojnar/drop-gst-010Jan Tojnar2020-09-04
|\ \ \ \
| * | | | steam-run: remove ancient gstreamer dependencyJan Tojnar2020-09-02
| |/ / / | | | | | | | | | | | | | | | | | | | | It is insecure and broken. Follow https://github.com/NixOS/nixpkgs/pull/93398
* | | | hedgewars: enable build on hydraTimo Kaufmann2020-09-04
| | | | | | | | | | | | | | | | | | | | | | | | Was disabled when the package was marked as broken in c33386195407e13d588ed4e13925c78d524ba86f. It has since been un-broken, but the hydraPlatforms exception was left presumably by mistake.
* | | | hedgewars: fix build on aarch64Timo Kaufmann2020-09-03
| | | | | | | | | | | | | | | | | | | | Possible now that fpc works on aarch64. For some reason hedgewars requires llvm when building on that platform.
* | | | Merge pull request #97006 from timokau/fpc-3.2.0-aarch64Timo Kaufmann2020-09-03
|\ \ \ \ | | | | | | | | | | fpc: 3.0.4 -> 3.2.0, add support for aarch64-linux
| * | | | fpc: 3.0.4 -> 3.2.0Timo Kaufmann2020-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was no 3.1 for some reason. The old sed-based path patching was broken and resulted in syntax errors since it was a bit over-eager. Instead of fixing it, I decided to replace it with a patch file which is easier to inspect and will fail in a more obvious way next time. The patch is now applied unconditionally, since it actually applies to all linux platforms. The changes are localized to linux-specific code, so it does not hurt to apply it on non-linux platforms as well. Hedgewars needs a small fix to work with the new version. Done in the same commit to avoid a broken commit.
| * | | | ultrastardx: unstable-2019-01-07 -> 2020.4.0Timo Kaufmann2020-09-03
| |/ / / | | | | | | | | | | | | Might as well update it while I fix it up for the fpc update.
* / / / left4gore: Init at 2.3Janne Heß2020-09-02
|/ / /
* | | vassal: 3.2.17 -> 3.3.2R. RyanTM2020-08-31
| | |
* | | Merge pull request #96650 from peterhoeg/u/gemrb_0_8_7Peter Hoeg2020-08-30
|\ \ \ | |/ / |/| | gemrb: 0.8.6 -> 0.8.7
| * | gemrb: 0.8.6 -> 0.8.7Peter Hoeg2020-08-30
| | |
* | | Merge master into staging-nextFrederik Rietdijk2020-08-29
|\ \ \
| * \ \ Merge pull request #96384 from OmnipotentEntity/katago-1.6.1Michele Guerini Rocco2020-08-28
| |\ \ \ | | | | | | | | | | katago: 1.6.0 -> 1.6.1
| | * | | katago: 1.6.0 -> 1.6.1Michael Reilly2020-08-28
| | | | |