summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-29Secure inputs to scheduler so that they don't get recognised when executing ↵HEADorigin/masterorigin/HEADmasterorwell96
the schedule
2019-08-29Do not throw error when sync_tcb_neighbors failsorwell96
2019-08-26Add lines scheduler for reliable railway-time scheduling(which is also safer ↵orwell96
than the atlatc scheduler) and document new atlatc functions
2019-08-26Don't allow to remove TCB when a signal is assignedorwell96
2019-08-11Shunting mode now couples trains on collision.Gabriel Pérez-Cerezo
Trains now get coupled when one of them is in coupling mode.
2019-08-11Document luaatc decouplingGabriel Pérez-Cerezo
2019-08-11Add decoupling to luaatcGabriel Pérez-Cerezo
2019-08-09Change API to return the id of a newly created train when discouplingGabriel Pérez-Cerezo
2019-07-23New version 3 save system.Gabriel Pérez-Cerezo
This new save system exists to split up the save file into several smaller ones, to bypass lua limitations.
2019-07-20math.floor triggers error if it gets something nilGabriel Pérez-Cerezo
2019-07-20Prevent injection of floating-point delays, that wreck advtrainsGabriel Pérez-Cerezo
2019-07-20Added option to modify departure speed and door delayGabriel Pérez-Cerezo
The door delay is the time between when the doors start closing and the train departs.
2019-07-17No longer require server priv for /at_sync_ndbGabriel Pérez-Cerezo
The check for server priv was hidden where no one would have expected it.
2019-07-16Various small fixesGabriel Pérez-Cerezo
- Also do atomic operations on nodedb - no longer require Worldedit for at_sync_ndb - "overrun LZB 0 restriction" should now show where it happened.
2019-07-16Keep a backup file where stuff is written to when savingGabriel Pérez-Cerezo
This should prevent yet another train service disaster.
2019-06-19RWTs can be specified in any form, unify converters, repeating time handlingorwell96
2019-06-19Omit cycle in to_Stringorwell96
2019-06-19Railway Time: atlatc interface, improve util functionsorwell96
2019-06-19Railway Time: Basic time counter and utility functionsorwell96
2019-06-05Run entity overrun checking only in loaded areasorwell96
2019-04-23Fix occurences of old lzb_invalidateorwell96
2019-04-16Fix remote routesettingorwell96
2019-04-16Move LZB system to core and unify approach callback mechanismorwell96
2019-04-06Set wagon pitch on slopesPedro Gimeno
2019-03-15Disable-ARS switch in signal and set this when cancelling an ARS routeorwell96
2019-03-15Ugly workaround for green signals bugorwell96
2019-03-15Fix cancelling "Unknown Route" when section is deleted.orwell96
2019-03-09Add setting for death behavior and implement damage checks betterorwell96
2019-03-09Configurable interval for get_off setpos and door pos fix for japanese trainorwell96
2019-03-09Restore old door status display behaviororwell96
2019-02-23Do not clear LZB control when invalidating.orwell96
Prevents trains accelerating towards red signals on /at_reroute
2019-02-22Lift restrictions for date() function in atlatcorwell96
2019-02-21possible fix for "trains standing at green signals"orwell96
2019-02-21Fix moving Signal IPs (no duplicate IPs)orwell96
2019-02-19Add ARS rules for stop railsorwell96
2019-02-19Move "Reverse" command in stoprail to directly before departureorwell96
2019-02-19Prioritize LZB callback (possible bugfix for H#100)orwell96
2019-02-16Fix stop rails sometimes not sending stop commandorwell96
2019-02-16Improve Signal IP form/workfloworwell96
2019-02-16Fix TCBS crash also for route_uiorwell96
2019-02-12Fix routesetting when TCBS is missing (H#109)orwell96
2019-02-11Small stoprail fixesorwell96
2019-02-09Fixes regarding signal assignments/tcbsorwell96
- No longer crashes when assigned tcb is removed - don't forbid modification just because signal is assigned
2019-02-06No crash when train does not exist on check_collision()orwell96
2019-02-05Fix slope placer protectionorwell96
2019-02-05Signalling form auto-updateorwell96
2019-02-05Force LZB Halt settingorwell96
2019-02-05Fix sending empty ATC commandsorwell96
2019-02-05Add "X" line symbol for subway trains terminating/service tripsorwell96
2019-02-03Minor Bugfixesorwell96