aboutsummaryrefslogtreecommitdiff
path: root/advtrains_interlocking
Commit message (Collapse)AuthorAge
* Ks Vorsignalroute_prog_reworkorwell6 days
|
* Respect route_role of signals during routesetting, assign distant signals in ↵orwell7 days
| | | | routes
* Fix more setstate stuff with new API (compat legacy)orwell7 days
|
* set_aspect: Flexibility, set aspect either via name or allow to fully ↵orwell2024-06-03
| | | | specify table (for advanced signals)
* Fix working of the legacy signals under new systemorwell2024-05-24
|
* Add proper UI aspect selection for static dialogorwell2024-05-23
|
* Connect the ropes, start on making the UI workorwell2024-05-23
|
* Merge branch 'new-ks-orwell' into route_prog_reworkorwell2024-04-08
|\
| * Fully implement and test new aspect support/distant signalling on ks and ↵new-ks-orwellorwell2024-04-08
| | | | | | | | japan signals
| * Continue with new-ks reworkorwell2024-04-05
| |
| * Start changing APIs and applying proof-of-concept to ks signalsorwell2024-02-06
| |
| * Implementation Planorwell2024-01-28
| |
| * Adjust default aspect to allow shuntingY. Wang2023-04-10
| |
| * Allow selecting named aspectY. Wang2023-03-26
| |
| * Cancel type 2 signals; introduce signal groups for all signalsY. Wang2023-03-26
| |
| * Show IP form for repeater signalsY. Wang2023-03-23
| |
| * Distant signaling: avoid signal signsY. Wang2023-03-23
| |
| * Rework formspecs; add description to JP signal groupY. Wang2023-03-23
| |
| * Adjust signal aspect formspecs to be of similar sizeY. Wang2023-03-23
| |
| * Remove pre_occupy (not used); put detailed luacov info in artifactsY. Wang2023-03-23
| |
| * Increase testing coverage for signal_aspects APIY. Wang2023-03-23
| |
| * Harden type 2 signal group API; add test for type 2 main signalsY. Wang2023-03-23
| |
| * Add API documentationY. Wang2023-03-23
| |
| * Properly handle repeater signalsY. Wang2023-03-23
| |
| * Allow assigning distant signals from the main signalY. Wang2023-03-23
| |
| * Add hotfix for path invalidationY. Wang2023-03-23
| |
| * Automatic dst unassignment; respect tcbs.nodstY. Wang2023-03-23
| |
| * Reduce number of set_aspect callsY. Wang2023-03-23
| |
| * Unassign distant signals when canceling routeY. Wang2023-03-23
| |
| * Implement primitive distant signalingY. Wang2023-03-23
| |
| * Use tabs to switch between signaling and IP formsY. Wang2023-03-23
| |
| * Record signal aspect to avoid excessive get_aspect calls; report testing ↵Y. Wang2023-03-23
| | | | | | | | coverage
| * Implement basic route signaling with Japanese signals for demoY. Wang2023-03-23
| |
* | Implement routesetting incorporating tscache, other improvementsorwell2024-01-28
| |
* | Signals can have nil name, documentation on route deforwell2023-12-17
| |
* | Implement RS cache, per-track-section caching of route locks. This will ↵orwell2023-10-15
| | | | | | | | later be ground truth for routesetting (new-style)
* | Forget it, and use the old preset tables for track registration. Just adapt ↵orwell2023-10-15
| | | | | | | | it to the new definition.
* | Begin major rework of track registration systemorwell962023-09-04
| |
* | Fix map, fix train placingorwell962023-05-27
| |
* | TCB Xlinking added, to make nonconnected crossings possibleorwell962023-05-27
| |
* | Auto-Repair Track Sections/TCBs (automatically when adding/removing or ↵orwell962023-05-27
| | | | | | | | triggered by interlocking tool)
* | Add TrackIterator interface as a common framework for walking along tracks ↵orwell962023-05-27
|/ | | | | | (also for third-party libs) This will replace the interlocking traverser and will be used in the new itrainmap implementation
* Interlocking: Correct duplicate influence points semi-automaticallyrelease-2.4.0orwell962021-11-14
| | | | Searches and deletes duplicate influence points for the same signal when "Influence Point" formspec is opened.
* Add more unit tests, fix broken unit testGabriel Pérez-Cerezo2021-11-09
|
* Support different types of speed restrictions; add documentationywang2021-11-07
|
* make distant signal aspect dropdown labels consistent with the ones for the ↵ywang2021-11-05
| | | | main aspect
* Re-add Zs 3(v) indicators; swap green and yellow lights for realismywang2021-11-05
|
* Route Formspec: When cancelling route, disable ARS only temporarily, not ↵orwell962021-10-26
| | | | permanently
* Remove sounds = default.sound_stone_defaults() as default is no longer a ↵orwell962021-04-04
| | | | dependency
* Rework route ui formspec layouthlqkj2021-03-22
| | | | | - Aligned stuff - Added style to use monospaced font in the ars rules editor textarea