summary refs log tree commit diff
path: root/pkgs/games
Commit message (Collapse)AuthorAge
* Merge pull request #177331 from kenranunderscore/add-sil-qSandro2022-06-15
|\
| * sil-q: init at v1.5.0Johannes Maier2022-06-13
| | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | Merge pull request #177433 from muscaln/polymc-1.3.2Mario Rodas2022-06-14
|\ \ | | | | | | polymc: 1.3.1 -> 1.3.2
| * | polymc: 1.3.1 -> 1.3.2Mustafa Çalışkan2022-06-12
| | |
* | | Merge pull request #177094 from trofi/fix-fno-common-for-neverballSergei Trofimovich2022-06-13
|\ \ \ | |_|/ |/| | neverball: pull upstream fix for -fno-common toolchains
| * | neverball: pull upstream fix for -fno-common toolchainsSergei Trofimovich2022-06-09
| | | | | | | | | | | | | | | | | | | | | Without the change build fails on upstream gcc-10 as: ld: ball/st_save.o:(.bss+0x0): multiple definition of `text_input'; share/text.o:(.bss+0x0): first defined here
* | | Merge pull request #177095 from trofi/fix-fno-common-for-rocksndiamondsSergei Trofimovich2022-06-13
|\ \ \ | |_|/ |/| | rocksndiamonds: pull upstream fix for -fno-common toolchains
| * | rocksndiamonds: pull upstream fix for -fno-common toolchainsSergei Trofimovich2022-06-09
| |/ | | | | | | | | | | | | Without the change build fails on upstream gcc-10 as: ld: libgame/libgame.a(system.o):src/libgame/system.c:41: multiple definition of `setup'; main.o:src/main.c:140: first defined here
* | Merge pull request #176774 from robintown/minecraft-serverLinus Heckemann2022-06-11
|\ \ | | | | | | minecraft-server: 1.18.2 -> 1.19
| * | minecraft-server: 1.18.2 -> 1.19Robin Townsend2022-06-07
| | |
* | | angband: add SDL2 frontendJohannes Maier2022-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to compile Angband against SDL2 (and its other libraries) to have a graphical frontend available, with tiles and sound. The default remains ASCII-only Angband; enable SDL2 by using an override. Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | Merge pull request #177114 from astro/speed-dreams7c6f434c2022-06-11
|\ \ \ | | | | | | | | speed-dreams: 2.2.2 -> 2.2.3
| * | | speed-dreams: 2.2.2 -> 2.2.3Astro2022-06-10
| | |/ | |/|
* | | Merge pull request #176384 from helium18/masterArtturi2022-06-11
|\ \ \ | | | | | | | | grapejuice: 4.10.2 -> 5.1.1
| * | | grapejuice: 4.10.2 -> 5.1.1helium182022-06-07
| | | | | | | | | | | | | | | | Co-authored-by: Artturi <Artturin@artturin.com>
* | | | unvanquished: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | openttd/nml.nix: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | zoom: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | zdoom: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | zandronum/sqlite.nix: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | vectoroids: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | performous: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | leela-zero: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | koules: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | julius: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | gshogi: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | fairymax: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | tworld2: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | otto-matic: use SRI hash formatAndersonTorres2022-06-09
| | | |
* | | | bugdom: use SRI hash formatAndersonTorres2022-06-09
| |/ / |/| |
* | | Merge pull request #176001 from NixOS/update-and-fix-stuntrallyPascal Wittmann2022-06-08
|\ \ \ | | | | | | | | stuntrally: 2.6.1 -> 2.6.2
| * | | stuntrally: 2.6.1 -> 2.6.2Pascal Wittmann2022-06-08
| | | | | | | | | | | | | | | | | | | | This update also fixes the build problems reported in #175646.
* | | | Merge pull request #176587 from trofi/workaround-fno-common-for-gargoyleSandro2022-06-08
|\ \ \ \
| * | | | gargoyle: add -fcommon workaroundSergei Trofimovich2022-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: build/linux.release/alan3/Location.o:(.bss+0x0): multiple definition of `logFile'; build/linux.release/alan3/act.o:(.bss+0x0): first defined here
* | | | | Merge pull request #176590 from trofi/workaround-fno-common-for-macopixSergei Trofimovich2022-06-07
|\ \ \ \ \ | |_|_|_|/ |/| | | | macopix: add -fcommon workaround
| * | | | macopix: add -fcommon workaroundSergei Trofimovich2022-06-06
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: dnd.o:src/main.h:136: multiple definition of `MENU_EXT'; main.o:src/main.h:136: first defined here
* | | | Merge pull request #175961 from helsinki-systems/rem/brokenRick van Schijndel2022-06-06
|\ \ \ \ | | | | | | | | | | remove some packages marked broken for over 1.5 years
| * | | | zangband: remove after being marked broken for over 18 monthsajs1242022-06-02
| | | | | | | | | | | | | | | | | | | | It was marked in commit 3ba7d2ae018988212a780dc935ebfc482312dab8 by Edward Tjörnhammar on 2018-11-11 (commited on 2018-11-11)
| * | | | tremulous: remove after being marked broken for over 18 monthsajs1242022-06-02
| | |/ / | |/| | | | | | | | | | It was marked in commit 8a7f3c36185ddb801372b3461ff65109978ab46b by Eelco Dolstra on 2014-08-08 (commited on 2014-08-08)
* | | | Merge pull request #175808 from ruby0b/masterBobby Rong2022-06-06
|\ \ \ \ | |_|/ / |/| | | gmad: unstable-2015-04-16 -> unstable-2020-02-24
| * | | gmad: unstable-2015-04-16 -> unstable-2020-02-24ruby0b2022-06-01
| |/ / | | | | | | | | | also updated the github owner to Facepunch
* | | xboard: pull patch pending upstream inclusion for -fno-common toolchain supportSergei Trofimovich2022-06-05
| | | | | | | | | | | | | | | | | | | | | Without the change build fails on upstream gcc-10 as: ld: evalgraph.o:(.bss+0x20): multiple definition of `ics_type'; backend.o:(.bss+0x1df910): first defined here ld: nevalgraph.o:(.bss+0x8): multiple definition of `currPvInfo'; backend.o:(.bss+0x1df908): first defined here
* | | treewide: set sourceProvenance for gradle-built packagesRobert Scott2022-06-04
| | | | | | | | | | | | these presumably contain binary jars in their deps
* | | treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott2022-06-04
| |/ |/| | | | | these are the easily identifiable cases and will not be comprehensive
* | Merge pull request #175892 from r-ryantm/auto-update/legendary-glRyan Mulligan2022-06-03
|\ \ | | | | | | legendary-gl: 0.20.25 -> 0.20.26
| * | legendary-gl: 0.20.25 -> 0.20.26R. Ryantm2022-06-02
| |/
* | Merge pull request #176057 from trofi/workaround-fno-common-for-warsow-engineSandro2022-06-03
|\ \ | | | | | | warsow-engine: add -fcommon workaround
| * | warsow-engine: add -fcommon workaroundSergei Trofimovich2022-06-03
| |/ | | | | | | | | | | | | | | Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: CMakeFiles/wswtv_server.dir/__/unix/unix_time.c.o:(.bss+0x8): multiple definition of `c_pointcontents'; CMakeFiles/wswtv_server.dir/__/null/ascript_null.c.o:(.bss+0x8): first defined here
* | Merge pull request #175431 from trofi/workaround-fno-common-for-typespeedSandro2022-06-03
|\ \ | | | | | | typespeed: add -fcommon workaround
| * | typespeed: add -fcommon workaroundSergei Trofimovich2022-05-30
| | | | | | | | | | | | | | | | | | | | | | | | Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: typespeed-typespeed.o:/build/typespeed-0.6.5/src/typespeed.h:69: multiple definition of `opt'; typespeed-file.o:/build/typespeed-0.6.5/src/typespeed.h:69: first defined here