aboutsummaryrefslogtreecommitdiff
path: root/advtrains_line_automation/scheduler.lua
Commit message (Collapse)AuthorAge
* Fix schedule_in() crash when RWT is not in number format (H#159)orwell962020-10-07
|
* Fix scheduler crash (H#133)orwell962019-11-21
| | | | for loops don't work with manipulating i
* Add "discard all" function to scheduler events and use it to clear schedules ↵orwell962019-11-06
| | | | in luaatc rails
* lines: document scheduler betterorwell962019-11-06
|
* Secure inputs to scheduler so that they don't get recognised when executing ↵orwell962019-08-29
| | | | the schedule
* Add lines scheduler for reliable railway-time scheduling(which is also safer ↵orwell962019-08-26
than the atlatc scheduler) and document new atlatc functions