summary refs log tree commit diff
path: root/pkgs/games/rigsofrods
Commit message (Collapse)AuthorAge
* treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob2021-02-20
|
* pkgs/games: stdenv.lib -> libBen Siraphob2021-01-15
|
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob2021-01-01
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Take me (viric) out of most maintenanceLluís Batlle i Rossell2018-07-22
| | | | | | | Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* rigsofrods: 20160412 -> 0.4.7.0Linus Heckemann2017-06-13
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* 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