summaryrefslogtreecommitdiff
path: root/regression/stationlist
AgeCommit message (Collapse)Author
2021-09-25Change: Heading for 13 now (#9573)Patric Stout
2021-08-15Change: rebrand 1.12.0 to 12.0Patric Stout
One question that keeps popping up: "when do we release 2.0?". NewGRF will force that at least 1.16 will be 2.0, but to not wait for this, let's drop the "1." and be for ever done with that conversation. We are following in the footstep of giants here.
2021-05-01Fix: Don't consider regression AIs when starting a random AI (#9164)Loïc Guilloux
2021-03-14Change: Heading for 1.12 now (#8862)Patric Stout
2020-06-05Codechange: move regression outside of bin and make it work via CMake scriptPatric Stout
The tst_stationlist savegame had to be changed to start the correct AI. In the old setup, all regression AIs had the same name, which made it impossible to run both regressions in parallel. With the new setup this is possible. Although all files are available to run the regression, it won't really work till CMake is introduced (which will happen in a few commits from here)