summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-10Properly implement invalidate_all_paths, recheck lzb on aspect changeorwell96
2018-10-10Add signal safety control override, restructure control systemorwell96
2018-10-09Make signal influence point (~halt point) specifiableorwell96
Also extend signal api necessarily
2018-10-07Improve route programming:orwell96
- Formspec for TCBs instead of unhandy chatcommands - Ability to advance route over the next secction without punching end - Better visualization - Ability to route into dead-end sections
2018-09-28Fix route programming lock-placementorwell96
2018-09-28lower steel returnThomas Rudin
2018-09-14Add interlocking guide/manual, silence debug outputsorwell96
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-08-13Fix various bugs found while testingorwell96
2018-08-12Teleport player to their train every 2 seconds instead of just on_joinplayerorwell96
Solves problem of wagon being unloaded while player sitting inside it because of network lag
2018-08-12Fix some incompatibility crash for old worldsorwell96
2018-08-12onboard computer fixh-v-smacker
2018-08-12Remove redundant digtron.lua fileGabriel Pérez-Cerezo
2018-08-12Make digtron able to build tracks.Gabriel Pérez-Cerezo
2018-08-12Add 'interlocking' privilege and add security checksorwell96
2018-08-12Automatic working (re-set certain route on train pass)orwell96
2018-08-12Fix ATC rail reversingorwell96
2018-08-12fix digging unconfigured tcbsorwell96
2018-08-12Signal aspect handling, make default signals compatible, fix signal diggingorwell96
2018-08-12Add routesetting callbacks.orwell96
Now, only the signal aspect setting is still missing
2018-08-03Uncommitted route handling (update_route function)orwell96
2018-07-21Implement routesettingorwell96
Missing things: signal aspect updating, waiting routes handling, management /info tool
2018-07-17Change stuff on route programming, begin routesettingorwell96
2018-07-04Basic route management from signalling formspecorwell96
2018-07-04Signal assignment and route programming procedureorwell96
2018-07-04Add off-track train flag, fixes wagon object property reset on reversingorwell96
2018-06-29Implement trains blocking sectionsorwell96
2018-06-29get_ts_at_pos(), file for train-related stufforwell96
2018-06-26Complete Track Section handling, incl. removing tcb's and marker entitiesorwell96
2018-06-21Add track section concept and rework TCB design, implement new linking behaviororwell96
2018-06-20Add Track Circuit Breaks (TCBs), Database and Track Circuit Setuporwell96
Does not get saved yet.
2018-06-19Interlocking: Create demo signals, signal API and model for TCB configurer nodeorwell96
2018-06-19Check for inventory existence before serializing, and do not create it again ↵orwell96
if it already exists.
2018-06-18Mention testers in readme.txtorwell96
2018-06-18Fix Boardcom and Wagon properties not being shownorwell96
2018-06-14Fix box wagon inventory serialization and make box wagons protected.orwell96
2018-06-14Fix box wagonsorwell96
2018-06-14Correct some documentationorwell96
2018-06-14Draft of interlocking systemorwell96
2018-06-14Create models for Ks signalsorwell96
Degrotate doesn't work for meshes (why?), so all I've done was pretty useless...
2018-06-14Update nodedb.luaimcasper
correct read/write file binary data
2018-06-14Fix bugs found while testingorwell96
2018-06-14add option to show train and wagon idorwell96
2018-06-14Fix final bugs and to-do's (u.a.save/load system)orwell96
2018-06-14Fix yaw calculations, track placement orientation and speed up direction ↵orwell96
lookup functions
2018-06-14Mainly make collisions and coupling workorwell96
Missing: ATC stuff, yaw problems
2018-06-14Implement collisions. (does not work yet, still code errors)orwell96
2018-06-14Implement a reverse path lookup for trains instead of an occupations window ↵orwell96
system