about summary refs log tree commit diff
path: root/pkgs/games/rigsofrods
AgeCommit message (Collapse)AuthorFilesLines
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-04-24Silence some Hydra evaluation warningsEelco Dolstra1-1/+2
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-02-25svn merge ^/nixpkgs/trunkShea Levy4-50/+45
svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
2012-02-25Rigs of rods was built without optimisations. Setting the cmake build type toLluís Batlle i Rossell1-0/+1
release. I think that should be done at the cmake setup hook, and win that for all possible cmake packages that are built by default without optimisation flags. Which is the cmake default behaviour if not overriden. svn path=/nixpkgs/trunk/; revision=32561
2012-02-24Making rigs of rods build and run right away. Simpyl run 'rorconfig' first, andLluís Batlle i Rossell2-19/+20
'RoR' then. On linux, disable Caleum rendering. It does not work. Known bug upstream. svn path=/nixpkgs/trunk/; revision=32553
2012-02-24A patch required for RoR I just forgot.Lluís Batlle i Rossell1-0/+13
svn path=/nixpkgs/trunk/; revision=32551
2012-02-24Updating and fixing rigsofrods, to 0.39.4. Pay attention to the last 'echo' ↵Lluís Batlle i Rossell2-44/+24
of installPhase. svn path=/nixpkgs/trunk/; revision=32550
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-04-09Install content packMichael Raskin1-1/+8
svn path=/nixpkgs/trunk/; revision=26767
2011-04-08Add myself to RoR maintainersMichael Raskin1-1/+1
svn path=/nixpkgs/trunk/; revision=26755
2011-04-08OK, now it is runnable...Michael Raskin1-2/+6
svn path=/nixpkgs/trunk/; revision=26754
2011-04-08Switching to release tarball, adding angelscript dependency, fixing name, ↵Michael Raskin1-10/+30
adding link options.. All in all, rorconfig fails because of a weird windowing-related error. svn path=/nixpkgs/trunk/; revision=26752
2011-03-30Adding Rigs of Rods.Lluís Batlle i Rossell2-0/+58
Basically it builds, but I still don't know how to run it. I imagine the installPhase is still too poor, but it's better than nothing. I also added two mygui versions. That stable, and that required by Rigs of Roads (svn). svn path=/nixpkgs/trunk/; revision=26618