Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-05 | Codechange: move regression outside of bin and make it work via CMake script | Patric 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-19 | Doc: [Script] Add a note about how wagon connectivity works for scripts | Charles Pigott | |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt | |
2019-04-13 | Fix: 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-27 | Fix: 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-24 | Add: script API functions for build with refit feature | glx | |
2019-03-03 | Add: Add parent_group_id parameter to CreateGroup() | Peter Nelson | |
2019-01-31 | Change: Give AI/GSBridge::GetName an extra parameter to refer the vehicle ↵ | SamuXarick | |
type (#6988) | |||
2018-09-30 | Fix #6920: Make 9.8m/s^2 a common constant for TE-calculation | Johannes E. Krause | |
2018-08-14 | Fix #6875: Depot building cost does not include foundation build cost (#6883) | Jonathan G Rennison | |
2018-08-12 | Fix 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 case | fonsinchen | |
2014-09-21 | (svn r26895) -Change: Allow for multiple independent test cases for AI API ↵ | fonsinchen | |
regression |