aboutsummaryrefslogtreecommitdiff
path: root/advtrains_line_automation/scheduler.lua
Commit message (Collapse)AuthorAge
* Translations improvement.Tanavit2025-04-08
| | | | | | | | | | | | | | | | | | | | | | | | File : - advtrains : init.lua wagons.lua - advtrains_line_automation : scheduler.lua stoprail.lua Actions : - Conversion of attrans() to S() - Insertion of S() function calls where needed. Miscellaneous : - Removing of personnal tries on update-translastions.sh which should not have been committed. # Third and last patch of a serie of three to be applied to the master branch of advtrains on commit #0b7fdc6 # # ATTENTION : # # 1. These patches come from a derivation of the l10n branch which, afaik, is not yet merged in the master branch. # I guess that applying these patches will shortcut the l10n branch. # 2. These patches contain translations strings of for the modification I proposed some month ago for basic_trains which, # afaik, are not yet merged in its master branch.
* 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