about summary refs log tree commit diff
path: root/pkgs/games/openrct2
AgeCommit message (Collapse)AuthorFilesLines
2024-02-13openrct2: 0.4.7 -> 0.4.8Alvar Penning1-2/+2
https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.8
2024-01-13openrct2: 0.4.5 -> 0.4.7Alvar Penning1-9/+25
- https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.6 - https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.7 Updating to 0.4.6 resulted some headaches, as suddenly lots of errors about missing music objects were thrown and old maps were not loadable. This was also mentioned in #263025. Today I git bisect'ed OpenRCT2's source between 0.4.5 and 0.4.6, finding 5adbea9ac829b76507543e4c09b2000138ffbbcf as the culprit, which origins in OpenRCT2/OpenRCT2#19785. From there I got to OpenRCT2/OpenRCT2#21043 which addresses this very issue and fixes it by undoing the original change next to some later changes. This PR is now included as a patch and, et voilà, OpenRCT2 works again! Closes #263025.
2023-05-22openrct2: 0.4.4 -> 0.4.5Alvar Penning1-13/+8
https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.5
2023-04-07openrct2: 0.4.3 -> 0.4.4Alvar Penning1-12/+45
https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.4 This change introduces two new sub modules, OPENMSX and OPENSFX. The first one required a permission fix for cmake. Furthermore, I refactored the version check as we are now counting four modules and I don't want to copy and paste the same check with small modifications four times.
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2023-01-27treewide: add gcc12 flagsFabián Heredia Montiel1-0/+5
2022-12-19openrct2: 0.4.2 -> 0.4.3Alvar Penning1-4/+4
2022-10-08openrct2: 0.4.1 -> 0.4.2Alvar Penning1-4/+4
2022-07-06openrct2: 0.4.0 -> 0.4.1Alvar Penning1-7/+33
- Split included arguments into lines for more readable diffs. - Include flac/ogg/vorbis, as they are now required. - Include discord-rpc and gbenchmark as their absence disabled those features, especially Discord support for those who might want it. https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.1
2022-04-25openrct2: 0.3.5.1 -> 0.4.0Alvar Penning1-6/+6
https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.0
2021-11-22openrct2: 0.3.5 -> 0.3.5.1Alvar Penning1-3/+4
Next to the bumping the version to the latest release, a comment was reworded and the repository URL was added for the downloadPage.
2021-11-08openrct2: 0.3.4.1 -> 0.3.5Alvar Penning1-6/+20
Next to the version bump, some hints for maintainers to select the right version of the other modules were added.
2021-07-26openrct2: 0.3.4 -> 0.3.4.1Alvar Penning1-2/+2
2021-07-19openrct2: 0.3.3 -> 0.3.4Alvar Penning1-10/+10
Next to the version bump, some options were reordered to satisfy nixpkgs-hammering.
2021-03-15openrct2: 0.3.2 -> 0.3.3Alvar Penning1-4/+4
2021-01-16pkgs/games: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-11-24openrct2: 0.3.1 -> 0.3.2Alvar Penning1-4/+4
2020-11-24openrct2: 0.3.0 -> 0.3.1Alvar Penning1-5/+7
2020-08-15openrct2: 0.2.6 -> 0.3.0Alvar Penning1-9/+10
2020-08-15maintainers: rename geistesk to oxziAlvar Penning1-1/+1
For reasons I have renamed my GitHub account and would like to include this name change here.
2020-04-21openrct2: 0.2.4 -> 0.2.6geistesk1-8/+7
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-31openrct2: 0.2.3 -> 0.2.4Chris Rendle-Short1-8/+11
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-07-20openrct2: 0.2.2 -> 0.2.3Chris Rendle-Short1-4/+4
2019-03-28openrct2: 0.2.1 -> 0.2.2geistesk1-4/+4
2018-09-07openrct2: 0.2.0 -> 0.2.1geistesk1-4/+4
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-14openrct2: 0.1.2 -> 0.2.0 (#43386)Alvar1-5/+17
2018-06-08openrct2: Update homepageMichał Janiszewski1-1/+1
2018-03-21openrct2: 0.1.1 -> 0.1.2Ryan Mulligan1-4/+4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 -h` got 0 exit code - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 --help` got 0 exit code - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 -v` and found version 0.1.2 - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2 --version` and found version 0.1.2 - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli -h` got 0 exit code - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli --help` got 0 exit code - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli help` got 0 exit code - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli -v` and found version 0.1.2 - ran `/nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2/bin/openrct2-cli --version` and found version 0.1.2 - found 0.1.2 with grep in /nix/store/qza712wxad8v4scd06gb2jisl0cl9vf6-openrct2-0.1.2 - directory tree listing: https://gist.github.com/dfc357796fabf91024a21e322be78e5f
2018-02-24treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev1-2/+2
2017-11-04openrct2: fix buildPiotr Bogdan1-7/+2
2017-10-16openrct2: init at 0.1.1geistesk1-0/+70