aboutsummaryrefslogtreecommitdiff
path: root/advtrains_interlocking/tcb_ts_ui.lua
Commit message (Collapse)AuthorAge
* 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
|
* Merge branch 'master' into route_prog_reworkorwell2024-11-11
|\
| * Allow manually sorting of signal soutes1F616EMO2024-11-09
| | | | | | | | This patch adds two buttons to the signal UI for swapping routes in the list of routes. To prevent conflicts, this operation is only possible when there is no route set.
| * Remove TCB marker on TCB removal1F616EMO2024-08-01
| | | | | | | | | | | | | | This patch fixes the following problem: * TCB marker is not removed on TCB removal * TCB marker is recreated on removal
* | ARS supports triggering distant signal, other bugfixesorwell2024-07-20
| |
* | SmartRoute: Implement auto route search and first prototypeorwell2024-06-22
| |
* | Unassign signal on dig instead of needing button in signal formorwell2024-06-22
| |
* | Respect route_role of signals during routesetting, assign distant signals in ↵orwell2024-06-12
| | | | | | | | routes
* | Connect the ropes, start on making the UI workorwell2024-05-23
| |
* | Merge branch 'new-ks-orwell' into route_prog_reworkorwell2024-04-08
|\ \
| * | Rework formspecs; add description to JP signal groupY. Wang2023-03-23
| | |
| * | Properly handle repeater signalsY. Wang2023-03-23
| | |
| * | Implement primitive distant signalingY. Wang2023-03-23
| | |
| * | Use tabs to switch between signaling and IP formsY. Wang2023-03-23
| |/
* | Implement routesetting incorporating tscache, other improvementsorwell2024-01-28
| |
* | Signals can have nil name, documentation on route deforwell2023-12-17
| |
* | 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)
* Route Formspec: When cancelling route, disable ARS only temporarily, not ↵orwell962021-10-26
| | | | permanently
* Added alternative recipes, falling back on the default: items as they seem ↵Maverick27972021-03-06
| | | | | | to be in the rest of the mod. May need rebalancing though.
* Add some missing craft recipesorwell962021-02-19
| | | | | | | - LuaATC remains non-craftable for now (elevated privs necessary anyway) - Some crafts altered from dario's proposal Co-authored-by: W3RQ01 <dario23@linux-forks.de>
* Fix new green signals bug caused by old trav_lzbdata, and callback loop in ↵orwell962021-02-10
| | | | signalling formspec
* Forbid track modification when train, IP or TCB is on it, better handle ↵orwell962020-10-07
| | | | removing of TCBs (H#149)
* tcb: Fix crash when player is nilLinus Jahn2020-09-01
|
* Apply minetest.formspec_escape() to prevent formspec injection (H#143)MT0.4Blockhead2020-01-04
|
* Don't allow to remove TCB when a signal is assignedorwell962019-08-26
|
* Disable-ARS switch in signal and set this when cancelling an ARS routeorwell962019-03-15
|
* Fix cancelling "Unknown Route" when section is deleted.orwell962019-03-15
|
* Signalling form auto-updateorwell962019-02-05
|
* Prohibit removing/changing of TCBs and sections while routes or signals are setorwell962019-01-22
|
* Can disable automatic working without cancelling routeorwell962019-01-15
|
* Add Automatic Routesetting UIorwell962019-01-09
| | | | Settings have no effect so far
* Permit basic signal aspect settingorwell962018-11-19
| | | | (basically only usable with Ks signals, because they're the only signals supporting slow move and/or shunt move
* Do not allow static signals for routesettingorwell962018-10-30
|
* Fix typo in signal assignment, causing crashorwell962018-10-29
|
* Miscellaneous routesetting fixesorwell962018-10-29
| | | | | | | - Move handling of "route_committed" to the routesetting function - Put aspect in every TCBS on the way - Add "route_origin" to TCBS fields to prevent subroute cancelling - Cancel entire route when another train enters from the wrong TCB
* Add Interlocking Tool to inspect route locksorwell962018-10-26
|
* Add "Reset track section" functionorwell962018-10-26
|
* Make signal influence point (~halt point) specifiableorwell962018-10-09
| | | | Also extend signal api necessarily
* Fix various bugs found while testingorwell962018-08-13
|
* Add 'interlocking' privilege and add security checksorwell962018-08-12
|
* Automatic working (re-set certain route on train pass)orwell962018-08-12
|
* fix digging unconfigured tcbsorwell962018-08-12
|
* Signal aspect handling, make default signals compatible, fix signal diggingorwell962018-08-12
|
* Add routesetting callbacks.orwell962018-08-12
| | | | Now, only the signal aspect setting is still missing
* Uncommitted route handling (update_route function)orwell962018-08-03
|
* Implement routesettingorwell962018-07-21
| | | | Missing things: signal aspect updating, waiting routes handling, management /info tool
* Basic route management from signalling formspecorwell962018-07-04
|