aboutsummaryrefslogtreecommitdiff
path: root/advtrains_interlocking
Commit message (Collapse)AuthorAge
* Unassign-Signal button - add in more contextsorwell46 hours
|
* Re-add Unassign Signal button on request of multiple usersorwell2025-07-07
|
* Make use_rscache configurable in manual route prog and route editorwell2025-06-24
|
* ARS: Add Train Length ruleorwell2025-06-24
|
* Fix crash in train creation when train is placed on slope or half-height tracknazalassa2025-06-24
|
* Translate remaining german strings for interlockingorwell2025-06-12
|
* Translate parts of interlockingorwell2025-06-11
|
* Let Poconvert create tr files for other modsorwell2025-06-11
|
* update the translation extraction script of other modsorwell2025-06-11
|
* Use own translator for remaining modsorwell2025-06-11
|
* Tag strings for Interlockingorwell2025-06-11
|
* tcb_ts_ui: correctly state reason for invalid route, do not reopen ↵orwell2025-06-10
| | | | signalling form when form was left to edit/add
* Multi-ARS (waiting for multiple routes simultaneously, load-balancing)release-2.6.0orwell2025-05-06
|
* Suppress auto assign to TCB/Distant if Aux1 is pressedorwell2025-04-24
|
* Ars: Support And operator (conjunction), prepare 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
| |
| * Update influence point markers, and allow right-clicking them1F616EMO2024-11-09
| |