summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: vkquake: Add vulkan-headers.•••* gnu/packages/games.scm (vkquake)[inputs]: Add vulkan-headers. Rutger Helling2018-07-031-1/+2
* gnu: openrct2: Update to 0.2.0.•••* gnu/packages/games.scm (openrct2): Update to 0.2.0. [configure-flags]: Add -DDOWNLOAD_OBJECTS=OFF configure flag. [arguments]: Add 'fixgcc7, 'get-rid-of-errors phases. [native-inputs]: Add gcc@7. Rutger Helling2018-07-031-7/+19
* gnu: Add freedink-dfarc.•••* gnu/packages/games.scm (freedink-dfarc): New variable. Kei Kebreau2018-07-021-1/+22
* gnu: bambam: Don't use unstable tarball.•••* gnu/packages/games.scm (bambam)[source]: Use GIT-FETCH. Tobias Geerinckx-Rice2018-07-021-5/+6
* gnu: bambam: Update to 0.6.•••* gnu/packages/games.scm (bambam): Update to 0.6. Tobias Geerinckx-Rice2018-07-021-2/+2
* gnu: teeworlds: Add missing dependency.•••* gnu/packages/games.scm (teeworlds)[native-inputs]: Add pkg-config. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Tim Gesthuizen2018-07-021-1/+3
* gnu: cdogs-sdl: Update to 0.6.7.•••* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.7. [source]: Use version tag. Tobias Geerinckx-Rice2018-07-021-37/+34
* gnu: cataclysm-dda: Update snapshot.•••* gnu/packages/games.scm (cataclysm-dda): Update snapshot to ad3b0c3d5. [source]: Use git-fetch and remove snippet. [arguments]: Remove 'configure' phase. Use 'invoke' in 'build-tiles' and 'install-tiles' phases. Kei Kebreau2018-06-291-76/+64
* gnu: tome4: Update to 1.5.10.•••* gnu/packages/games.scm (tome4): Update to 1.5.10. Oleg Pykhalov2018-06-231-2/+3
* gnu: tome4: Use invoke.•••* gnu/packages/games.scm (tome4)[arguments]: Use invoke. Oleg Pykhalov2018-06-231-1/+1
* gnu: meandmyshadow: Update to 0.4.1.•••* gnu/packages/games.scm (meandmyshadow): Update to 0.4.1. Tobias Geerinckx-Rice2018-06-201-2/+2
* gnu: meandmyshadow: Return #t from phases.•••* gnu/packages/games.scm (meandmyshadow)[arguments]: Return #t rather than undefined from phases. Tobias Geerinckx-Rice2018-06-201-1/+1
* gnu: extremetuxracer: Fix typo in synopsis.•••* gnu/packages/games.scm (extremetuxracer)[synopis]: Hyphenate. Tobias Geerinckx-Rice2018-06-201-2/+2
* gnu: extremetuxracer: Update to 0.7.5.•••* gnu/packages/games.scm (extremetuxracer): Update to 0.7.5. Tobias Geerinckx-Rice2018-06-201-2/+2
* gnu: quakespasm: Update to 0.93.1.•••* gnu/packages/games.scm (quakespasm): Update to 0.93.1. Tobias Geerinckx-Rice2018-06-201-2/+2
* gnu: fizmo: Update home page.•••* gnu/packages/games.scm (fizmo)[source, home-page]: Update URIs. Tobias Geerinckx-Rice2018-06-201-2/+2
* gnu: fizmo: Update to 0.8.5.•••* gnu/packages/games.scm (fizmo): Update to 0.8.5. [arguments]: Adjust #:configure-flags to improved library detection. Tobias Geerinckx-Rice2018-06-201-6/+3
* gnu: pioneers: Update to 15.5.•••* gnu/packages/games.scm (pioneers): Update to 15.5. [native-inputs]: Add itstool and libxml2. Tobias Geerinckx-Rice2018-06-201-5/+7
* gnu: mrrescue: Fix typo in description.•••* gnu/packages/games.scm (mrrescue)[description]: Hyphenate. Tobias Geerinckx-Rice2018-06-201-2/+2
* gnu: mrrescue: Work on Löve 11.•••* gnu/packages/games.scm (mrrescue)[arguments]: Extract & patch the game data, and point ‘love’ to this modified copy. Minor cosmetic tweaks. [native-inputs]: Add unzip, patch, and the love-11.patch which is... * gnu/packages/patches/mrrescue-support-love-11.patch: ...a new file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice2018-06-191-13/+34
* Revert "gnu: Remove Mr. Rescue."•••This reverts commit 33f61dc1b5e14f8a2e3dfb3fb48102bda0fd6b13. The game can be patched to run on Löve 11 (done in a separate commit for clarity). Tobias Geerinckx-Rice2018-06-191-0/+47
* gnu: Remove Mr. Rescue.•••It's not compatible with love-11.1. * gnu/packages/game.scm (mrrescue): Remove variable. 宋文武2018-06-171-47/+0
* gnu: wesnoth: Update to 1.14.3.•••* gnu/packages/games.scm (wesnoth): Update to 1.14.3. 宋文武2018-06-161-2/+2
* gnu: openrct2: Downgrade to 0.1.1.•••* gnu/packages/games.scm (openrct2): Downgrade to 0.1.1 due to audio not working on 0.1.2+. Needs fixing before upgrade. [arguments]: Add "-DDOWNLOAD_TITLE_SEQUENCES=OFF" configure-flag. Remove 'fixgcc7 and 'get-rid-of-errors phases. [native-inputs]: Remove gcc@7. Rutger Helling2018-06-141-18/+8
* gnu: openrct2: Update to 0.2.0.•••* gnu/packages/games.scm (openrct2-title-sequences): New variable. * gnu/packages/games.scm (openrct2-objects): New variable. * gnu/packages/games.scm (openrct2): Update to 0.2.0. [arguments]: Add phases 'fix-usr-share-path&add-data, 'fix-gcc7 and 'get-rid-of-errors. [inputs]: Add icu4c, openrct2-objects, openrct2-title-sequences. [native-inputs]: Add gcc@7. Rutger Helling2018-06-131-14/+110
* gnu: vkquake: Update to 1.00.0.•••* gnu/packages/games.scm (vkquake): Update to 1.00.0. Rutger Helling2018-06-131-2/+2
* gnu: openttd: Add patch to fix compilation.•••* gnu/packages/games.scm (openttd)[source]: Add a unreleased upstream patch to fix building OpenTTD with ICU 61. Christopher Baines2018-06-091-0/+10
* Merge branch 'master' into core-updatesRicardo Wurmus2018-06-061-6/+6
|\
| * gnu: colobot: Update to 0.1.11.1-alpha.•••* gnu/packages/games.scm (colobot): Update to 0.1.11.1-alpha. [native-inputs]: Update "colobot-data" and "colobot-music" to 0.1.11.1-alpha. Nicolas Goaziou2018-06-061-3/+3
| * gnu: vulkan-loader: Update URL and change name.•••* gnu/packages/emulators.scm: Change references from 'vulkan-icd-loader' to 'vulkan-loader'. * gnu/packages/games.scm: Change references from 'vulkan-icd-loader' to 'vulkan-loader'. * gnu/packages/video.scm: Change references from 'vulkan-icd-loader' to 'vulkan-loader'. * gnu/packages/vulkan.scm (vulkan-loader): Rename from 'vulkan-icd-loader' to 'vulkan-loader'. Update URL and hash. * gnu/packages/wine.scm: Change references from 'vulkan-icd-loader' to 'vulkan-loader'. Rutger Helling2018-06-061-3/+3
* | gnu: freedoom: Fix compilation.•••* gnu/packages/games.scm (freedoom)[arguments]: Remove 'bootstrap phase. Efraim Flashner2018-06-051-1/+2
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-311-7/+8
|\|
| * gnu: 0ad: Update to 0.0.23-alpha.•••* gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.23-alpha. [source]: Use HTTPS URL. [inputs]: Add libsodium. Signed-off-by: Leo Famulari <leo@famulari.name> Jonathan Brielmaier2018-05-311-7/+8
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-281-2/+2
|\|
| * gnu: xonotic: Correct licenses.•••* gnu/packages/games.scm (xonotic-data)[license]: Refer to correct file. * gnu/packages/games.scm (xonotic)[license]: Refer to correct file. Rutger Helling2018-05-271-2/+2
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-271-0/+242
|\|
| * gnu: Add xonotic.•••* gnu/packages/games.scm (xonotic, xonotic-data): New variables. Signed-off-by: Rutger Helling <rhelling@mykolab.com> Nils Gillmann2018-05-261-0/+242
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-171-3/+2
|\|
| * gnu: wesnoth: Update to 1.14.1.•••* gnu/packages/games.scm (wesnoth): Update to 1.14.1. [source]: Remove wesnoth-fix-std-bad-cast.patch. * gnu/packages/patches/wesnoth-fix-std-bad-cast.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister it. Arun Isaac2018-05-151-3/+2
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-081-27/+12
|\|
| * gnu: wesnoth: Update to 1.14.0.•••* gnu/packages/patches/wesnoth-fix-std-bad-cast.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/games.scm (wesnoth): Update to 1.14.0. [source]: Add wesnoth-fix-std-bad-cast.patch to patches. [arguments]: Remove "-DENABLE_STRICT_COMPILATION=OFF" configure flag. [inputs]: Remove sdl-image, sdl-mixer, sdl-net and sdl-ttf. Add openssl and sdl-union of sdl2, sdl2-image, sdl2-mixer and sdl2-ttf. [home-page]: Use HTTPS URI. (wesnoth-server)[inputs]: Remove sdl-net. Add icu4c, openssl and sdl2. [arguments]: Remove delete-data phase. Since wesnoth 1.14.0, configure flag "-DENABLE_GAME=OFF" disables installation of game assets. Arun Isaac2018-05-081-27/+12
* | Merge branch 'master' into core-updatesMarius Bakke2018-05-061-81/+101
|\|
| * gnu: roguebox-adventures: Update to 2.2.1.•••* gnu/packages/games.scm (roguebox-adventures): Update to 2.2.1. [source]: Use url-fetch instead of git-fetch. [arguments]: Rewrite install phase for update. Kei Kebreau2018-04-301-81/+101
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-301-1/+2
|\|
| * gnu: fortune-mod: Use a stable URL for the CMake rules.•••* gnu/packages/games.scm (fortune-mod)[inputs]: Use a stable URL for "cmake-rules". Ludovic Courtès2018-04-241-1/+2
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-211-6/+61
|\|
| * gnu: Add fortune-mod.•••* gnu/packages/games.scm (fortune-mod): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Neidhardt2018-04-191-0/+54
| * gnu: pioneer: Update to 20180203.•••* gnu/packages/games.scm (pioneer): Update to 20180203. [source]: Use git-fetch method to avoid github tarball. Eric Bavier2018-04-121-6/+7
* | Merge branch 'master' into core-updatesMarius Bakke2018-03-291-3/+3
|\|
| * gnu: gzdoom: Update to 3.3.0.•••* gnu/packages/games.scm (gzdoom): Update to 3.3.0. Tobias Geerinckx-Rice2018-03-271-3/+3