summaryrefslogtreecommitdiff
path: root/advtrains_train_subway
AgeCommit message (Collapse)Author
2019-02-05Add "X" line symbol for subway trains terminating/service tripsorwell96
2019-01-22Fix "subway train" itemorwell96
2018-11-20Remove superfluous "tarvelocity" assignmentsorwell96
2018-11-20Make "Line" property accessible from OBC and gettable via LATC, change ↵orwell96
subway wagon texture handling
2018-06-14Fix bugs found while testingorwell96
2018-01-15Revert assign_to_seat_group order on subway trainorwell96
as train_operator on Linuxworks, it often happens that you accidentally manually drive a subway train. This is more effort to get to the drivers seat, but is how the behavior was for the last 6 months
2018-01-09Add bord computer to trainsorwell96
Features: - couple/decouple trains from a driver stand - new couple lock system (owner based, overridable by 'train_remove' privilege) - all train operators can now change the inside/outside text, allows for multilines Accessible via right-click menu or by pressing Sneak+Jump keys
2018-01-09Move driving_ctrl_access property to seat grouporwell96
there's now a more strict check for the train_operator privilege Also added custom reasons on getting on a train.
2018-01-07Don't use looped sounds on subwayorwell96
(causes engine bugs with dangling sound handles)
2018-01-07Change controls for trains (again)orwell96
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-12-17Try to fix occasional crash when placing wagonsorwell96
2017-12-06Implement sound api and some soundsorwell96
- Level crossing bell - Horns - Subway train driving and door sounds ...to be continued...
2017-10-25Fix subway train placerorwell96
2017-10-25Some workaround fixes for Linuxworks serverorwell96
Trains no longer get deleted when there's no rail Fast item to create subway train
2017-10-25Moved default train track to separate mod, for integration with advcarts.Gabriel Pérez-Cerezo
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
2017-01-04Restructure mod directoryorwell96
2016-12-22remove train type concept and calculate train's capabilities based on used ↵orwell96
wagons
2016-12-20Turning mod into a modpack and separating the trains from the core modorwell96