Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | add unit tests for serialize_lib | Gabriel Pérez-Cerezo | 2021-01-31 | |
| | ||||
* | Use graphical indication for more elements; improve 7-segment displayrelease-2.2.1 | ywang | 2021-01-20 | |
| | ||||
* | Use absolute positioning from the bottom of the screen | ywang | 2021-01-19 | |
| | ||||
* | Fix serialisation: breach of contract, file left open | Blockhead | 2021-01-18 | |
| | | | | Previous commit did not fix saving, but is kept because there is a corner case for which it is required (see MT forum) | |||
* | Fix atomic saving on windows when save file does not exist | orwell96 | 2021-01-17 | |
| | ||||
* | Fix removing stale TCB nodesrelease-2.2.0 | orwell96 | 2021-01-12 | |
| | ||||
* | Some more serializer fixes (backported from new_lzb): | orwell96 | 2021-01-12 | |
| | | | | | | - Move DUMP_DEBUG_SAVE block before the actual saving so it can be used to trace serializer errors - Don't crash on functions in data, ignore them silently - Increase the save interval | |||
* | serialize_lib: Allow empty strings in key | orwell96 | 2021-01-12 | |
| | ||||
* | Backport ndb format from cellworld to also store the cids in the ndb file; ↵ | orwell96 | 2021-01-12 | |
| | | | | integrate ndb in serialize_lib atomic system | |||
* | Make advtrains use serialize_lib (save version 4) | orwell96 | 2021-01-12 | |
| | | | | Old save format will be gracefully migrated | |||
* | Serialize_lib: finish up and add atomic api | orwell96 | 2021-01-12 | |
| | ||||
* | Implement basic serialization and file opening | orwell96 | 2021-01-12 | |
| | ||||
* | DUMP_DEBUG_SAVE also dumps interlocking data | orwell96 | 2021-01-12 | |
| | ||||
* | fix mis-patched 90+60r crossing conns | Gabriel Pérez-Cerezo | 2021-01-10 | |
| | | | | Thanks, Maverick2797 | |||
* | Add K command to station rail | Gabriel Pérez-Cerezo | 2021-01-08 | |
| | | | | | Move the UI of station rails to use checkboxes rather then dropdowns for the reverse command. | |||
* | Add ATC "K" command | Gabriel Pérez-Cerezo | 2021-01-07 | |
| | | | | | | | This command kicks out all passengers when the train is stopped and its doors are open. In addtion, a wagon:is_driver_stand(seat) function was added to allow finding out easily if a seat is the driver stand of the wagon. | |||
* | Change color of max speed indication | ywang | 2021-01-07 | |
| | ||||
* | Remove advtrains_hud_blank.png | ywang | 2021-01-05 | |
| | ||||
* | Revert to black background; use "blocks" for the (physical) maximum speed | ywang | 2021-01-05 | |
| | ||||
* | HUD improvements | ywang | 2021-01-04 | |
| | ||||
* | Minor optimizations | ywang | 2020-12-30 | |
| | ||||
* | Add demo | ywang | 2020-12-27 | |
| | ||||
* | Minor improvements for speed indicator | ywang | 2020-12-23 | |
| | ||||
* | Minor improvements | ywang | 2020-12-23 | |
| | ||||
* | Improve speed indication | ywang | 2020-12-23 | |
| | ||||
* | Improved HUD textures | ywang | 2020-12-23 | |
| | ||||
* | HUD improvements | ywang | 2020-12-22 | |
| | ||||
* | Improved background for speed indicator | ywang | 2020-12-19 | |
| | ||||
* | Improved speed indication | ywang | 2020-12-19 | |
| | | | | | | | | The speed indicator is now shown on 4 lines: Line 1: ATC target speed (blue arrow pointing down) Line 2: Train velocity (black line) Line 3: Speed limit (if any) (red line) Line 4: Next speed limit (red arrow pointing up) | |||
* | Use PNG textures for the indication of reverser, lever, control mode, shunt ↵ | ywang | 2020-12-19 | |
| | | | | mode, and doors | |||
* | Redesign train HUD | ywang | 2020-12-19 | |
| | | | | Some train HUD elements _might_ be replaced in the future. | |||
* | Fix 60/90 degree crossing connection | Blockhead | 2020-12-03 | |
| | ||||
* | Fix mesecon switch override group | orwell96 | 2020-11-23 | |
| | | | | Fixes issues with using mesecon switches as route locks | |||
* | Workaround to destroy looping sounds | Blockhead | 2020-11-02 | |
| | | | | Needed for linetrack boat sound bug | |||
* | Add missing recipe: 45_low platformsrelease-2.1.4 | Blockhead | 2020-10-19 | |
| | ||||
* | Remove couple entities when out of range from players | Gabriel Pérez-Cerezo | 2020-10-12 | |
| | | | | | Work around the entity flood bug caused by improper engine handling of static_save=false | |||
* | Remove last files with CR-LF line endings. | Gabriel Pérez-Cerezo | 2020-10-11 | |
| | ||||
* | Fix 3-way conns table so traverser doesn't complain | Blockhead | 2020-10-11 | |
| | | | | | The remaining patch to make advtrains master stable: we can't have any conns entries without a 'c' member, so make all ["3"] entries into just ["c"] entries. | |||
* | Forbid track modification when train, IP or TCB is on it, better handle ↵ | orwell96 | 2020-10-07 | |
| | | | | removing of TCBs (H#149) | |||
* | Don't allow wagons with non-empty inventories to be destroyed (H#164) | orwell96 | 2020-10-07 | |
| | ||||
* | Fix schedule_in() crash when RWT is not in number format (H#159) | orwell96 | 2020-10-07 | |
| | ||||
* | Add windows compatibility in nodedb saving (H#153) | orwell96 | 2020-10-07 | |
| | | | | Note: it does not simply add os.delete() but reverts to the "old" behavior of directly overwriting the file, because this did work before. | |||
* | Fix manual switching on regular track switches. | Gabriel Pérez-Cerezo | 2020-09-14 | |
| | ||||
* | Fix issues introduced by changes to switching | Blockhead | 2020-09-14 | |
| | | | | | | | The code I wrote worked only for my y-turnout and 3-way variants because it assumed the variant name == the switching state, which is obviously wrong for the default sw(l|r)(st|cr) variants. I have added a 'switchprefix' property to address this. | |||
* | Enable three-way turnouts with proper conns support on all sides | Blockhead | 2020-09-11 | |
| | | | | | | | I chose to make three-way turnouts have 5 conns (last one is not used) so that they can be distinguished from crossings easily without refactoring the code. Three-ways should have their last entry with {["3"]=0} instead as a sort of internal mark. | |||
* | Add 3-way turnouts and y-turnouts (both diverging) | Blockhead | 2020-09-11 | |
| | ||||
* | Make the models for Y and three-way turnouts | Blockhead | 2020-09-11 | |
| | ||||
* | localize split function to prevent conflicts with the builtin one | Gabriel Pérez-Cerezo | 2020-09-04 | |
| | ||||
* | Escape fields in wagon properties (H#158) | orwell96 | 2020-09-04 | |
| | ||||
* | tcb: Fix crash when player is nil | Linus Jahn | 2020-09-01 | |
| |