about summary refs log tree commit diff
path: root/pkgs/games
Commit message (Collapse)AuthorAge
* Merge pull request #12561 from Baughn/factorioArseniy Seroka2016-01-24
|\ | | | | factorio: init at 0.12.20
| * factorio: init at 0.12.20Svein Ove Aas2016-01-23
| |
* | Remove no longer (or never) referenced patchesTobias Geerinckx-Rice2016-01-24
|/ | | | 55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
* Merge branch 'staging'Vladimír Čunát2016-01-22
|\
| * refactor to use autoreconfHook where possibleRobin Gloster2016-01-18
| | | | | | | | Close #12446.
* | sdlmame: mark as broken due to URL cc @lovek323Domen Kožar2016-01-22
| |
* | zeroad: fix 0ad.desktop after #12421Vladimír Čunát2016-01-20
| |
* | zeroad: do not build on HydraVladimír Čunát2016-01-19
| | | | | | | | | | It should be possible to build binaries without data and then compose by a wrapper, e.g. similarly to what simutrans does.
* | pioneer: nixpkg addedSlawomir Gonet2016-01-18
|/
* Merge pull request #12421 from otwieracz/0ad_0.18_to_0.19Robin Gloster2016-01-17
|\ | | | | 0ad: 0.18 -> 0.19
| * 0ad: binary renamed from 'pyrogenesis' to '0ad'Slawomir Gonet2016-01-17
| |
| * 0ad: 0.18 -> 0.19Slawomir Gonet2016-01-16
| |
* | openttd: Add OpenGFX, OpenSFX, OpenMSXFranz Pletz2016-01-16
|/ | | | Closes #12400.
* steam: propagate runtime-wrapped flags for more convenient overridesNikolay Amiantov2016-01-15
|
* steam-runtime-wrapped: add optional override of libstdc++Nikolay Amiantov2016-01-15
|
* quake3wrapper: split from quake3demo, make a function and fix multiple paksNikolay Amiantov2016-01-14
|
* quake3demodata: split from point release, cleanupNikolay Amiantov2016-01-14
|
* quake3pointrelease: init at 1.32b-3Nikolay Amiantov2016-01-14
|
* ioquake3: 1.36 -> 20151228Nikolay Amiantov2016-01-14
| | | | Renamed from `quake3game`
* crawl: 0.17.0 -> 0.17.1Nikolay Amiantov2016-01-13
|
* lgogdownloader: 2.24 -> 2.26Nikolay Amiantov2016-01-10
|
* rigsofrods: remove dead packageTobias Geerinckx-Rice2016-01-08
| | | | | | Last bumped Feb 2012. Broken since 2013. Upstream conflicted about whether it's dead or not. Visited the (read-only) forums which are 93% teenagers yelling how something called BeamNG is(n't) better so I regret that now.
* anki: disable version checkRobert Helgesson2016-01-05
|
* soi: 0.1.1 -> 0.1.2Tobias Geerinckx-Rice2016-01-05
| | | | | Now builds, but still mark as broken because it quickly segfaults at run time.
* simutrans: preferLocalBuild = true; for data derivationsVladimír Čunát2016-01-03
|
* simutrans: 120.0.1 -> 120.1.1 (close #11978)Philipp Hausmann2016-01-03
|
* tibia: 10.81 -> 10.90Mateusz Kowalczyk2016-01-01
|
* Merge pull request #11931 from luispedro/add_chessx_stockfishPeter Simons2015-12-31
|\ | | | | Add chessx and stockfish (chess engine)
| * chessx: init at 1.3.2Luis Pedro Coelho2015-12-30
| | | | | | | | | | Chessx is a chess database GUI. Using the stockfish engine, users can also analyse games.
| * stockfish: init at 6Luis Pedro Coelho2015-12-30
| |
* | supertux: bump to version 0.4.0Sander van der Burg2015-12-29
|/
* sauerbraten: use stdenvRobert Helgesson2015-12-29
| | | | This replaces use of builderDefsPackage (#4210).
* tbe: r2048 -> 0.9.2.1Robert Helgesson2015-12-29
| | | | Also replace use of builderDefsPackage (#4210).
* atanks: use stdenvRobert Helgesson2015-12-29
| | | | This replaces use of builderDefsPackage (#4210).
* stardust: use stdenvRobert Helgesson2015-12-29
| | | | This replaces use of builderDefsPackage (#4210).
* liquidwar: use stdenvRobert Helgesson2015-12-29
| | | | This replaces use of builderDefsPackage (#4210).
* anki: major refactorRobert Helgesson2015-12-27
| | | | | | | | | | | | This refactoring changes a number of things: - use system copies of Python libraries BeautifulSoup, and HTTPLIB2, - custom install to avoid installation of unnecessary files and poor directory structure, and - add patch for sorting out file paths, in particular this fixes localization.
* anki: enable playing sound filesProfpatsch2015-12-22
|
* beret: mark as brokenVladimír Čunát2015-12-21
| | | | /cc maintainer @lovek323.
* eboard: fix buildTobias Geerinckx-Rice2015-12-17
| | | | Add perl dependency and patch ./configure to use it.
* mnemosyne: add webob dep (fixes #11746)Domen Kožar2015-12-17
|
* tome4: 1.3.1 -> 1.3.3Tom Dimiduk2015-12-16
|
* Merge pull request #11735 from robberer/pkgs/terrariaArseniy Seroka2015-12-15
|\ | | | | add Terraria dedicated server for Linux x86_64
| * terraria-server: add dedicated server version 1308 for Linux x86_64System administrator2015-12-15
| | | | | | | | | | | | | | | | fix fix limit to 64bit linux
* | zandronum: unify packages, fix building, cleanupNikolay Amiantov2015-12-13
| |
* | castle_combat: remove gameFrederik Rietdijk2015-12-11
| | | | | | | | | | It was broken already (pygame sound error), and also requires numeric which is being removed.
* | castle_combat: mark as brokenFrederik Rietdijk2015-12-11
| | | | | | | | due to pygame error.
* | Merge pull request #11553 from FRidh/pilDomen Kožar2015-12-08
|\ \ | |/ |/| WIP: remove PIL as dependency
| * tpm thePenguinMachine: remove packageFrederik Rietdijk2015-12-08
| | | | | | | | because source is unavailable
| * tpm thePenguinMachine: add comment about possible sourceFrederik Rietdijk2015-12-08
| |