summaryrefslogtreecommitdiff
path: root/advtrains_luaautomation
AgeCommit message (Collapse)Author
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-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-06-19RWTs can be specified in any form, unify converters, repeating time handlingorwell96
2019-06-19Railway Time: atlatc interface, improve util functionsorwell96
2019-04-23Fix occurences of old lzb_invalidateorwell96
2019-02-22Lift restrictions for date() function in atlatcorwell96
2019-02-05Force LZB Halt settingorwell96
2019-01-15Add getter/setter for routingcode in LuaATCorwell96
2018-11-20Add set_aspect functionorwell96
This allows incorporating signals implementing the signal API in LuaAutomation projects Note that it circumvents TCB assignments (a signal assigned to a TCB can be set to green even if no route is set
2018-11-20Add Note regarding pcnaming and interlocking signalsorwell96
2018-11-20Make "Line" property accessible from OBC and gettable via LATC, change ↵orwell96
subway wagon texture handling
2018-11-05Allow pcnaming for any signalsorwell96
2018-10-17Fix node database ATC rail bugorwell96
After successfully registering newly-placed ATC rails in the nodedb, the rail's after_place_node() callback (local apn_func()) immediately cleared it again by passing a "node" object that was actually a player object and thus had no "name" or "param2" to ndb.update(), which it handled how it should not in this situation. Since those ndb.update calls were unnecessary anyways, I removed them completely.
2018-10-17Address H#60, H#17, M#18 and M#7orwell96
duplicate "message" to "msg" make operation panel "cracky" remove inexistent dtime_s parameter add bones:bones to the list of not_blocking_trains nodes
2018-10-17Fix H#66 (Hemiptera 66) crash on missing double_conn matchorwell96
2018-10-10Add signal safety control override, restructure control systemorwell96
2018-08-24Add LuaAutomation interface functions for interlocking routesetting and ↵orwell96
aspect requesting. This allows to incorporate interlocking to automated systems
2018-08-24(Note added, merge in next commit)orwell96
2018-08-16Move passive API to the advtrains coreorwell96
to remove dependency of interlocking on luaautomation
2018-06-14Correct some documentationorwell96
2018-06-14Mainly make collisions and coupling workorwell96
Missing: ATC stuff, yaw problems
2018-04-25Add digiline interface and is_passive function to LuaATCorwell96
2017-12-18Rewrite rail connection system...orwell96
...to support an arbitrary number of connections for rails, which leads to these new features: - switches now get recognized by the trackworker correctly - ability to add real rail crosses During this, I also rewrote the rail registering system and the conway function (important part of path prediction) Note, developers: the track preset format changed, you might need to rewrite them according to the presets in tracks.lua if you wrote your own (possibly breaks advcarts)
2017-10-25Add missing documentation for set_lineorwell96
2017-10-25Implement multi-occupation in detector.on_node table to finally fix collisionsorwell96
2017-10-23Set wagon line numberGabriel Pérez-Cerezo
2017-09-20Remove zip release files, move mod to root, exclude assets from Makefile (#92)rubenwardy