summary refs log tree commit diff
path: root/pkgs/games/rigsofrods
Commit message (Collapse)AuthorAge
* Removing content-pack download from rigsofrods.Lluís Batlle i Rossell2016-04-18
| | | | | The content packs from 0.37 don't seem to work. We should get one from 0.4, but there are license problems, I think.
* Make rigsofrods build the latest code.Lluís Batlle i Rossell2016-04-18
| | | | I add angelscript 2.22 too, as it makes RoR happy.
* Revert "rigsofrods: remove dead package"Lluís Batlle i Rossell2016-04-18
| | | | This reverts commit 69e7948ffe120981417894e51ae311cbdaaafae4.
* 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.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Silence some Hydra evaluation warningsEelco Dolstra2014-04-24
|
* wxGTK-2.9: updated the development version of wxGTK to 2.9.3Peter Simons2012-04-17
| | | | | | | | | 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
* svn merge ^/nixpkgs/trunkShea Levy2012-02-25
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32564
| * Rigs of rods was built without optimisations. Setting the cmake build type toLluís Batlle i Rossell2012-02-25
| | | | | | | | | | | | | | | | | | | | | | 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
| * Making rigs of rods build and run right away. Simpyl run 'rorconfig' first, andLluís Batlle i Rossell2012-02-24
| | | | | | | | | | | | | | | | 'RoR' then. On linux, disable Caleum rendering. It does not work. Known bug upstream. svn path=/nixpkgs/trunk/; revision=32553
| * A patch required for RoR I just forgot.Lluís Batlle i Rossell2012-02-24
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32551
| * Updating and fixing rigsofrods, to 0.39.4. Pay attention to the last 'echo' ↵Lluís Batlle i Rossell2012-02-24
| | | | | | | | | | | | of installPhase. svn path=/nixpkgs/trunk/; revision=32550
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Install content packMichael Raskin2011-04-09
| | | | svn path=/nixpkgs/trunk/; revision=26767
* Add myself to RoR maintainersMichael Raskin2011-04-08
| | | | svn path=/nixpkgs/trunk/; revision=26755
* OK, now it is runnable...Michael Raskin2011-04-08
| | | | svn path=/nixpkgs/trunk/; revision=26754
* Switching to release tarball, adding angelscript dependency, fixing name, ↵Michael Raskin2011-04-08
| | | | | | adding link options.. All in all, rorconfig fails because of a weird windowing-related error. svn path=/nixpkgs/trunk/; revision=26752
* Adding Rigs of Rods.Lluís Batlle i Rossell2011-03-30
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