aboutsummaryrefslogtreecommitdiff
path: root/advtrains_interlocking
Commit message (Collapse)AuthorAge
* 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
|
* 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
* Replace deprecated depends.txt's by mod.conf and organize dependencies ↵orwell962021-03-13
| | | | consistently, add modpack.conf
* Signal influence points: Make sure to clear on removal of signal, clear ↵orwell962021-03-12
| | | | orphaned when digging rail
* 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.
* Fix protection of TSR railorwell962021-02-19
|
* 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 legacy signal aspect converterorwell962021-02-10
|
* Remove debug facilitiesorwell962021-02-10
|
* Add debug prints, modify LZB to fix problems with look_aheadorwell962021-02-10
|
* Add sign to make shunt moves proceed as main and improve doc of signalsorwell962021-02-10
|
* Fix new green signals bug caused by old trav_lzbdata, and callback loop in ↵orwell962021-02-10
| | | | signalling formspec
* Start using path_invalidate_ahead()orwell962021-02-10
|
* Fix things, rework signal aspect select dialog, transform old aspects on-the-flyorwell962021-02-10
|
* Simplify Signal Aspect Table (H#132) [breaks compatibility with signal API]orwell962021-02-10
|
* Fix lots of things around new LZBorwell962021-02-10
|
* Implement a LZB speed lookup table for the path and rewrite velocity controlsorwell962021-02-10
|
* Disable ARS train flag and surrounding usesorwell962021-02-10
|
* Fix removing stale TCB nodesrelease-2.2.0orwell962021-01-12
|
* 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
|
* DISCARD ON MERGE!: Temporary compatibility fix: translate signal aspects ↵orwell962020-07-23
| | | | back to old format if they are in the new format, to allow reverting from new_lzb
* Make using the default tracks optional, even in submodsBlockhead2020-07-10
| | | | | | | | | | If advtrains_train_track is disabled, don't register any tracks that use its model like the LuaATC automation rail, point speed restriction rail, station/stop rail. For LuaATC, the definition for firing an event when a train runs over the rail needs to be moved into the common defs so that other mods like linetrack can use that as an interface.