aboutsummaryrefslogtreecommitdiff
path: root/advtrains/advtrains
Commit message (Collapse)AuthorAge
* Add 'collision mercy' to get stuck trains out of walls.orwell962017-01-18
| | | | Also change the collision logic so that the collision mercy can't be activated accidentally.
* Add door controls and ATC commandsorwell962017-01-18
|
* Make 'print debug messages' a settingorwell962017-01-18
|
* Update readme.txt with contributionsorwell962017-01-17
|
* Don't crash when wagons do not exist but show a warning insteadorwell962017-01-17
|
* replace trackdb by nodedborwell962017-01-16
| | | | | | | - trackdb is kept for large rail networks to still work but not saved anymore - saving node name and param2 instead of track connections, so also signals can be saved. - small serialization format - fast access times, almost no redundancy
* Unite all save data (except the track database) into a single save fileorwell962017-01-12
|
* Prevent non-initialized wagons from accidentally polluting the worldorwell962017-01-10
| | | | | sometimes wagons get created/loaded but are not initialized. These stand around and can't be removed. Now if a wagon does not get initialized after 20 steps, something went wrong and the wagon is removed.
* Fix restoring the detector.on_node table when paths get cleaned uporwell962017-01-10
|
* Clean up debug message codeorwell962017-01-08
|
* also print ATC reverse command warningorwell962017-01-04
| | | | and move atc_command.txt at a better place
* Purge all debug messages and change 'print' function name to 'atprint'orwell962017-01-04
| | | | Ready for 2.0 release.
* Fix bug in track databaseorwell962017-01-04
| | | | the entire database was broken due to a not removed indexing
* Restructure mod directoryorwell962017-01-04