aboutsummaryrefslogtreecommitdiff
path: root/advtrains_train_industrial/models
diff options
context:
space:
mode:
Diffstat (limited to 'advtrains_train_industrial/models')
0 files changed, 0 insertions, 0 deletions
repare syntax for multiars ↵orwell2025-04-11 | | | | (priorities), fix comments * Smartroute: Append via section info to routes when ambiguousorwell2025-04-09 | * Add craft recipes for Interlocking Tool, Trackmap Tool and PCNaming ToolMaverick27972025-04-08 | * fix undeclared global accessesorwell2025-03-25 | * Back up pre-2.5.0 version of interlocking save file for users who want to ↵release-2.5.0orwell2025-03-23 | | | | downgrade. To be reverted for next release * Try to narrow down heisenbug with endless looporwell2025-01-29 | * Fix bugs found in the videoorwell2025-01-15 | * Track sections: Support train entering a section multiple times (finally ↵orwell2025-01-09 | | | | solves 7 year old bug) * Convert old PTS format on freeing route locks (route_post is not migrated)orwell2025-01-09 | * Various bugfixes found in lunixforks debugorwell2025-01-09 | * Remove Smartroute debug printsorwell2025-01-08 | * Update docs, fix the other signalsorwell2025-01-07 | * Remove unused source files (parts of ywang's original distant signal ↵orwell2025-01-07 | | | | implementation & old track registration) * Move logic to create block signalroutes into Smartroute instead of separate ↵orwell2025-01-07 | | | | buttons, other UI enhancements * Fix crash with missing section in routesetting, correctly clear ARS table ↵orwell2025-01-07 | | | | when empty * Bugfix for accidentally splitting sections on train placementorwell2025-01-07 | * Change logic for pure distant signals: remain assigned even after train ↵orwell2025-01-07 | | | | clears TCB (mirror real life behavior) * Add facility to auto-name signals when they are assignedorwell2025-01-07 | * Smartroute: rework to use result of rs_cache instead of duplicating, use ↵orwell2025-01-07 | | | | bread-first-search and incremental search further with formspec * Repair sections on smartroute, detect start!=end TS in routesetting, create ↵orwell2024-12-13 | | | | section with IL tool aux1 * ks signals: fix signs; mark routes with illegal end TCB as invalidorwell2024-12-11 | * Smartroute: Never replace already existing intact routes, change ↵orwell2024-12-10 | | | | colorcoding, other fixes * Route Edit: Do not clear sel_rpart too eagerly, reshow form when necessaryorwell2024-12-05 | * Route Edit: Support aspect selection per signal, support call-on routesorwell2024-12-05 | * Feature to add passive components to a section as fixed locks (for level ↵orwell2024-12-03 | | | | crossings) * Misc Fixes found during playorwell2024-12-01 | * Auto-assign signal to TCB if it finds one ahead of the influence pointorwell2024-11-25 | * Clear route_rsn when route commit succeeds and on section enteringorwell2024-11-25 | * Remove debug prints of distant signalling systemorwell2024-11-25 | * Make Buffers become implicitly their own TCBs and signals when interlocking ↵orwell2024-11-25 | | | | is enabled * Add Blocksignal mode for signals to autocreate simple block routeorwell2024-11-14 | * Route edit UI: option to copy route in placeorwell2024-11-13 | * Merge branch 'master' into route_prog_reworkorwell2024-11-11 |\ | * Add "New From Route" function into route editing form1F616EMO2024-11-09 | | | | | | | | | | | | This patch allows creating new routes based on what was done on another route. This can be useful to fix minor mistakes on a route, or to create similar routes. Note that the route buffer created "steps back" one section, but with turnouts kept. The new button is placed above the "Save ARS" button - I know it is ugly, so please suggest a better place for it. | * Fix update_route receiving invalid route ID in after()1F616EMO2024-11-09 | | | *