summaryrefslogtreecommitdiff
path: root/bin/ai/regression/tst_regression
AgeCommit message (Collapse)Author
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)
2020-02-19Doc: [Script] Add a note about how wagon connectivity works for scriptsCharles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-13Fix: Industry coverage area is no longer rectangular. (#7464)PeterN
AIs test station catchment in reverse to how players see station catchment. This did not take account of non-rectangular station catchment areas, so AIs could end up placing stations in locations that did not accept/deliver cargo.
2019-03-27Fix: Incorrect display of industry production around tiles. (#7426)PeterN
Display of industry production around tiles (as shown when placing a station) did not take account of the station catchment changes, so still showed production from an industry even if it was not covered by a tile. This is fixed by making a set of nearby industries that are covered, instead of looping over all possible industries.
2019-03-24Add: script API functions for build with refit featureglx
2019-03-03Add: Add parent_group_id parameter to CreateGroup()Peter Nelson
2019-01-31Change: Give AI/GSBridge::GetName an extra parameter to refer the vehicle ↵SamuXarick
type (#6988)
2018-09-30Fix #6920: Make 9.8m/s^2 a common constant for TE-calculationJohannes E. Krause
2018-08-14Fix #6875: Depot building cost does not include foundation build cost (#6883)Jonathan G Rennison
2018-08-12Fix bf8d7df: Script/AI construction of rail track and waypoints (#6881)Jonathan G Rennison
2014-09-21(svn r26896) -Codechange: Move AIStationList* tests to separate test casefonsinchen
2014-09-21(svn r26895) -Change: Allow for multiple independent test cases for AI API ↵fonsinchen
regression