summaryrefslogtreecommitdiff
path: root/Ports/openttd
AgeCommit message (Collapse)Author
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-05-22Ports: Fully delete Co-Authored-By lines from the ReadMeTim Schumacher
Otherwise, this results in a number of empty lines where Co-Authored-By would have been.
2022-05-19Ports: Update openttd's patches to use git patchesAli Mohammad Pur
2022-04-05Ports: Update openttd to version 12.2Kevin Nobel
2021-10-05Ports: Make array-like settings actual arraysTim Schumacher
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
2021-09-15Ports: Use new CMakeToolchain.txt located in the build directoryAndrew Kaster
Now that we're generating the CMake toolchain file in the build directory, we need to redirect the ports that use CMake to the new location. Looking into this showed that there's still a bunch of work to do in general to make the ports agnostic to which toolchain they're using, there's a lot of hard-coded ${ARCH}-pc-serenity-gcc assumptions still here.
2021-06-04Ports: Create launchers for the stpuzzles portGunnar Beutner
This changes the .port_include.sh script so that ports can more easily create more than one launcher by making the install_launcher function available to the port's package.sh script. This creates launchers for the stpuzzles port in the Games/Puzzles category.
2021-05-12Ports: Add missing dependencies for openttdGunnar Beutner
2021-05-09Ports: Remove obsolete patches for openttdGunnar Beutner
2021-05-01Ports: Disable GetPerformanceTimer() for OpenTTDGunnar Beutner
OpenTTD calls gettimeofday() so many times per second that the game becomes unusable after joining a reasonably active network game.
2021-04-23Ports: Add launcher for OpenTTDGunnar Beutner
2021-04-23Ports: Add openttdGunnar Beutner