about summary refs log tree commit diff
path: root/pkgs/games/openttd
AgeCommit message (Collapse)AuthorFilesLines
2019-09-19openttd: 1.9.2 -> 1.9.3Will Dietz1-2/+2
https://www.openttd.org/news/2019/09/16/openttd-1-9-3.html
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-15openttd: 1.9.1 -> 1.9.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openttd/versions
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-5/+5
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2019-04-16openttd: 1.9.0 -> 1.9.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openttd/versions
2019-04-02openttd: 1.8.0 -> 1.9.0Franz Pletz1-5/+5
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim1-2/+2
Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
2019-01-16treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj1-1/+1
2018-04-06openttd: 1.7.2 -> 1.8.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openttd/versions. These checks were done: - built on NixOS - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd -h’ got 0 exit code - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd --help’ got 0 exit code - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd help’ got 0 exit code - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped -h’ got 0 exit code - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped --help’ got 0 exit code - ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped help’ got 0 exit code - found 1.8.0 with grep in /nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0 - directory tree listing: https://gist.github.com/8f8e59bc7bf394685911bd755a16c0a9
2018-01-28openttd: 1.7.1 -> 1.7.2Franz Pletz1-2/+2
2017-06-20openttd: 1.6.1 -> 1.7.1Franz Pletz1-2/+2
2016-10-01treewide: Fix 'lib.optional' misusesTuomas Tynkkynen1-1/+1
These add a singleton list of a package to buildInputs.
2016-08-20openttd: out of the box midi playbackKranium Gikos Mendoza1-2/+16
2016-08-20openttd: correct openmsx dirKranium Gikos Mendoza1-1/+4
2016-08-07openttd: 1.6.0 -> 1.6.1 (#17580)Kranium Gikos Mendoza1-3/+3
also disable builds on darwin
2016-04-12openttd: 1.5.3 -> 1.6.0Franz Pletz1-3/+2
2016-01-16openttd: Add OpenGFX, OpenSFX, OpenMSXFranz Pletz1-3/+38
Closes #12400.
2015-12-06openttd: 1.5.2 -> 1.5.3Franz Pletz1-2/+2
2015-09-14openttd: 1.5.1 -> 1.5.2Moritz Ulrich1-2/+2
2015-06-07openttd: update from 1.4.4 to 1.5.1Nixpkgs Monitor2-39/+2
2014-12-30Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice1-1/+1
2014-12-22openttd: Fix build with fix from upstream.Moritz Ulrich2-0/+37
2014-11-07openttd: Update to 1.4.4.Moritz Ulrich1-2/+2
2014-09-25OpenTTD: Update to 1.4.3.Moritz Ulrich1-2/+2
2014-09-04openttd: update from 1.4.1 to 1.4.2Moritz Ulrich1-2/+2
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-06-04openttd: Bump to 1.4.1.Moritz Ulrich1-2/+2
2014-04-11openttd: upgrade to 1.4.0Mathijs Kwik1-2/+2
2013-12-05openttd: update from 1.3.2 to 1.3.3Moritz Ulrich1-2/+2
2013-09-29OpenTTD: 1.3.2 & some coding-style fixes.Moritz Ulrich1-12/+13
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2012-10-05 - clean up openttd, rili, uqm, and widelands descriptionsJack Cummings1-0/+10
2012-10-04 - add myself as a maintainer for the packages I've addedJack Cummings1-0/+1
2012-10-04 - openttd 1.2.2, rili 2.0.1, widelands-build17, uqm-0.7.0Jack Cummings1-6/+15
2008-04-10Add new game: openttd.Nicolas Pierron1-0/+22
svn path=/nixpkgs/trunk/; revision=11553