aboutsummaryrefslogtreecommitdiff
path: root/advtrains/advtrains/couple.lua
Commit message (Collapse)AuthorAge
* Fix collision bug (trains driving through each other)orwell962017-05-30
|
* Merge nocrash branch into master and merging it with the unified functions ↵orwell962017-04-29
|\ | | | | | | | | | | so that restoring works how it should Also fix minor bugs and an occasional crash with couples
| * Add pcall wrapper to prevent server crashes when advtrains throws an errororwell962017-04-29
|/ | | | | Instead, read save files again and restore state before the crash Rebased to latest commit
* Improve debug outputs of couples and increase maximum distanceorwell962017-03-03
|
* Fix collision issuesorwell962017-02-21
|
* Multiple major changes:orwell962017-01-28
| | | | | | | | | | | | | - implement wagon properties and seat group access check - fix a server warning about unassigned variable - refill advtrains.detector.on_node every step - reorder train step function(s): - fixed bug that some atc rails were not recognized - saving some extra calculations - integrate path prediction directly to step functions and separate it (also see comment directly above train_step_a()) - add couple lock feature (can't couple or discouple from wagon with locked couples) - ...
* Add intllib support and German translationorwell962017-01-23
|
* Purge all debug messages and change 'print' function name to 'atprint'orwell962017-01-04
| | | | Ready for 2.0 release.
* Restructure mod directoryorwell962017-01-04