about summary refs log tree commit diff
path: root/pkgs/games
AgeCommit message (Collapse)AuthorFilesLines
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra5-5/+5
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-12-28Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra1-1/+1
This is for consistency with terminology in stdenv (and the terms "hostDrv" and "buildDrv" are not very intuitive, even if they're consistent with GNU terminology).
2012-12-12scid: New package, version 4.3.aszlig1-0/+55
Just saw Michael Raskin's GNU Chess and XBoard updates and did a short check if Scid is already in nixpkgs. It wasn't, so I decided to add it, so thanks to @7c6f434c :-) The package involves a lot of patching, as usual with Tcl/Tk on NixOS. In this case the program is written in C++ and embeds the Tcl/Wish interpreter. Unfortunately this doesn't make it easier to inject TCLLIBPATH, as there doesn't seem to be a direct library call (well in theory you could `lappend TCLLIBPATH`, but that won't help with TK_LIBRARY). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-12-12haskell-LambdaHack: update to version 0.2.6.5Peter Simons1-4/+8
2012-12-12GNU Chess: update to 6.0.2Michael Raskin2-28/+22
2012-12-12XBoard: update to 4.6.2Michael Raskin4-37/+24
2012-12-08Fix dummy pseudo-updates being found for some packagesMichael Raskin1-0/+1
2012-12-04Oops. Fix LincityNG source searchMichael Raskin2-3/+4
2012-12-04Xmoto: remove obsolete patchMichael Raskin2-29/+1
2012-12-04Update xmotoMichael Raskin1-4/+4
2012-12-04Currently advertised Lincity-NG download URLMichael Raskin1-3/+3
2012-12-02Add PingusMichael Raskin2-0/+30
2012-12-01games/warsow: Updated to 1.02.Alexander Tsamutali1-8/+6
2012-11-30Add Lincity-NG forkMichael Raskin2-0/+38
2012-11-29Remove a bunch of unreferenced filesEelco Dolstra1-44/+0
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-28World of Goo 1.41.Jack Cummings1-0/+83
2012-11-26haskell-LambdaHack: update to version 0.2.6Peter Simons1-3/+3
2012-11-26xsokoban: fix for colliding getline in score.cFlorian Friesdorf1-0/+1
2012-11-26xsokoban scorefile in current directoryFlorian Friesdorf1-2/+2
2012-11-26zoom-1.1.5 - also adjust nameFlorian Friesdorf1-1/+1
2012-11-26zoom-1.1.5Florian Friesdorf1-2/+2
2012-11-26zdoom 2.6.1 (instead of svn)Florian Friesdorf1-5/+13
2012-11-10TBE: fix unneeded /bin/sh referenceMichael Raskin1-1/+1
2012-11-10FSG: Fix unneeded /bin/sh referenceMichael Raskin1-1/+1
2012-10-28updated spring from 88 to 91 and downgraded the boost library which spring ↵Joachim Schiele1-3/+3
uses from default to 1.49 as the more recent boost version results in a build issue at about 30%
2012-10-18Update sgt-puzzlesMichael Raskin1-2/+3
2012-10-05 - Make rili work with new autoconf versionsJack Cummings1-0/+1
2012-10-05 - clean up openttd, rili, uqm, and widelands descriptionsJack Cummings4-2/+29
2012-10-04 - add myself as a maintainer for the packages I've addedJack Cummings4-0/+4
2012-10-04 - openttd 1.2.2, rili 2.0.1, widelands-build17, uqm-0.7.0Jack Cummings6-10/+519
2012-09-24games/warsow: Updated to 1.0.Александр Цамутали1-14/+15
2012-09-19Remove getConfig helper functionEelco Dolstra1-3/+4
An expression like ‘getConfig [ "cabal" "libraryProfiling" ] false’ can be written more concisely as ‘config.cabal.libraryProfiling or false’.
2012-09-01Falling Sand Game: use a mirrorMichael Raskin1-1/+2
2012-08-09minecraft: update to 1.3.1Carles Pagès1-3/+3
2012-07-12kobodeluxe: fix compilation errors.Carles Pagès2-0/+89
The glibc29 patch was taken from Gentoo.
2012-07-02ufoai: fixing the build. Building with libpng12.Lluís Batlle i Rossell1-1/+2
2012-07-02blackshadeselite: fix build in gcc 4.6Lluís Batlle i Rossell1-0/+1
I simply added '-fpermissive', and it went on.
2012-07-02speed dreams: fixing build (libpng order in buildInputs)Lluís Batlle i Rossell1-3/+4
I forgot committing this in my previous commit for speed dreams.
2012-07-02klavaro: add version 1.9.5Peter Simons1-0/+20
Patch submitted by Jan Malakhovski <oxij@oxij.org>.
2012-05-01updated to a new versionJoachim Schiele1-2/+2
svn path=/nixpkgs/trunk/; revision=33964
2012-04-29Add minecraftShea Levy1-0/+36
Patch by Carles Pagès, minor modification (adding in version number, updating sha256) by me svn path=/nixpkgs/trunk/; revision=33944
2012-04-22Remove some commented out instructions.Karn Kallio1-14/+0
svn path=/nixpkgs/trunk/; revision=33881
2012-04-22Advance wesnoth version to 1.10.2; fixes old version failing build.Karn Kallio1-13/+13
svn path=/nixpkgs/trunk/; revision=33874
2012-04-17blobby: fixed typoPeter Simons1-1/+1
svn path=/nixpkgs/trunk/; revision=33814
2012-04-17wxGTK-2.9: updated the development version of wxGTK to 2.9.3Peter Simons1-2/+2
I deleted older snapshots because my attempts to use 2.9.0 or 2.9.1 ran into problems with our recent version of libpng. The 2.9.3 version seems to work fine, though. If you still need the older versions, please feel free to reinstate them. svn path=/nixpkgs/trunk/; revision=33812
2012-04-17Adding blobby volleybalMichael Raskin1-0/+23
svn path=/nixpkgs/trunk/; revision=33810
2012-04-15Add opentyrian game.Nicolas Pierron1-0/+37
svn path=/nixpkgs/trunk/; revision=33797
2012-04-15games/urbanterror: Fixed compilation issue, but it still doesn't work.Alexander Tsamutali2-1/+32
svn path=/nixpkgs/trunk/; revision=33795
2012-03-28Merge ^/nixpkgs/trunk.Yury G. Kudryashov5-45/+31
This merge leads to a big rebuild, but this wouldn't hurt as I'm going to reintegrate this branch soon. svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33455
2012-03-27version 88.0 of spring has arrivedJoachim Schiele1-4/+4
svn path=/nixpkgs/trunk/; revision=33438