Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Get rid of the "Subway Train" item (was an ugly hack anyways, and is ↵ | orwell96 | 2020-03-08 |
| | | | | obsolete now) | ||
* | Merge branch 'mt5-fixes' | orwell96 | 2020-01-04 |
|\ | |||
| * | Move attachment positions down 1 node | orwell96 | 2019-12-05 |
| | | |||
* | | Remove fullbright (H#140) | orwell96 | 2019-12-18 |
|/ | |||
* | Add "X" line symbol for subway trains terminating/service trips | orwell96 | 2019-02-05 |
| | |||
* | Fix "subway train" item | orwell96 | 2019-01-22 |
| | |||
* | Remove superfluous "tarvelocity" assignments | orwell96 | 2018-11-20 |
| | |||
* | Make "Line" property accessible from OBC and gettable via LATC, change ↵ | orwell96 | 2018-11-20 |
| | | | | subway wagon texture handling | ||
* | Fix bugs found while testing | orwell96 | 2018-06-14 |
| | |||
* | Revert assign_to_seat_group order on subway train | orwell96 | 2018-01-15 |
| | | | | 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 | ||
* | Add bord computer to trains | orwell96 | 2018-01-09 |
| | | | | | | | | 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 | ||
* | Move driving_ctrl_access property to seat group | orwell96 | 2018-01-09 |
| | | | | | there's now a more strict check for the train_operator privilege Also added custom reasons on getting on a train. | ||
* | Don't use looped sounds on subway | orwell96 | 2018-01-07 |
| | | | | (causes engine bugs with dangling sound handles) | ||
* | Change controls for trains (again) | orwell96 | 2018-01-07 |
| | |||
* | Rewrite rail connection system... | orwell96 | 2017-12-18 |
| | | | | | | | | | ...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) | ||
* | Try to fix occasional crash when placing wagons | orwell96 | 2017-12-17 |
| | |||
* | Implement sound api and some sounds | orwell96 | 2017-12-06 |
| | | | | | | | - Level crossing bell - Horns - Subway train driving and door sounds ...to be continued... | ||
* | Fix subway train placer | orwell96 | 2017-10-25 |
| | |||
* | Some workaround fixes for Linuxworks server | orwell96 | 2017-10-25 |
| | | | | | Trains no longer get deleted when there's no rail Fast item to create subway train | ||
* | Remove zip release files, move mod to root, exclude assets from Makefile (#92) | rubenwardy | 2017-09-20 |
| | |||
* | Restructure mod directory | orwell96 | 2017-01-04 |
| | |||
* | remove train type concept and calculate train's capabilities based on used ↵ | orwell96 | 2016-12-22 |
| | | | | wagons | ||
* | Turning mod into a modpack and separating the trains from the core mod | orwell96 | 2016-12-20 |