Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Signals can have nil name, documentation on route def | orwell | 2023-12-17 | |
| | | ||||
* | | Implement RS cache, per-track-section caching of route locks. This will ↵ | orwell | 2023-10-15 | |
| | | | | | | | | later be ground truth for routesetting (new-style) | |||
* | | Forget it, and use the old preset tables for track registration. Just adapt ↵ | orwell | 2023-10-15 | |
| | | | | | | | | it to the new definition. | |||
* | | Begin major rework of track registration system | orwell96 | 2023-09-04 | |
| | | ||||
* | | Fix map, fix train placing | orwell96 | 2023-05-27 | |
| | | ||||
* | | TCB Xlinking added, to make nonconnected crossings possible | orwell96 | 2023-05-27 | |
| | | ||||
* | | Auto-Repair Track Sections/TCBs (automatically when adding/removing or ↵ | orwell96 | 2023-05-27 | |
| | | | | | | | | triggered by interlocking tool) | |||
* | | Add TrackIterator interface as a common framework for walking along tracks ↵ | orwell96 | 2023-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.0 | orwell96 | 2021-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 test | Gabriel Pérez-Cerezo | 2021-11-09 | |
| | ||||
* | Support different types of speed restrictions; add documentation | ywang | 2021-11-07 | |
| | ||||
* | make distant signal aspect dropdown labels consistent with the ones for the ↵ | ywang | 2021-11-05 | |
| | | | | main aspect | |||
* | Re-add Zs 3(v) indicators; swap green and yellow lights for realism | ywang | 2021-11-05 | |
| | ||||
* | Route Formspec: When cancelling route, disable ARS only temporarily, not ↵ | orwell96 | 2021-10-26 | |
| | | | | permanently | |||
* | Remove sounds = default.sound_stone_defaults() as default is no longer a ↵ | orwell96 | 2021-04-04 | |
| | | | | dependency | |||
* | Rework route ui formspec layout | hlqkj | 2021-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 ↵ | orwell96 | 2021-03-13 | |
| | | | | consistently, add modpack.conf | |||
* | Signal influence points: Make sure to clear on removal of signal, clear ↵ | orwell96 | 2021-03-12 | |
| | | | | orphaned when digging rail | |||
* | Added alternative recipes, falling back on the default: items as they seem ↵ | Maverick2797 | 2021-03-06 | |
| | | | | | | to be in the rest of the mod. May need rebalancing though. | |||
* | Fix protection of TSR rail | orwell96 | 2021-02-19 | |
| | ||||
* | Add some missing craft recipes | orwell96 | 2021-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 converter | orwell96 | 2021-02-10 | |
| | ||||
* | Remove debug facilities | orwell96 | 2021-02-10 | |
| | ||||
* | Add debug prints, modify LZB to fix problems with look_ahead | orwell96 | 2021-02-10 | |
| | ||||
* | Add sign to make shunt moves proceed as main and improve doc of signals | orwell96 | 2021-02-10 | |
| | ||||
* | Fix new green signals bug caused by old trav_lzbdata, and callback loop in ↵ | orwell96 | 2021-02-10 | |
| | | | | signalling formspec | |||
* | Start using path_invalidate_ahead() | orwell96 | 2021-02-10 | |
| | ||||
* | Fix things, rework signal aspect select dialog, transform old aspects on-the-fly | orwell96 | 2021-02-10 | |
| | ||||
* | Simplify Signal Aspect Table (H#132) [breaks compatibility with signal API] | orwell96 | 2021-02-10 | |
| | ||||
* | Fix lots of things around new LZB | orwell96 | 2021-02-10 | |
| | ||||
* | Implement a LZB speed lookup table for the path and rewrite velocity controls | orwell96 | 2021-02-10 | |
| | ||||
* | Disable ARS train flag and surrounding uses | orwell96 | 2021-02-10 | |
| | ||||
* | Fix removing stale TCB nodesrelease-2.2.0 | orwell96 | 2021-01-12 | |
| | ||||
* | Forbid track modification when train, IP or TCB is on it, better handle ↵ | orwell96 | 2020-10-07 | |
| | | | | removing of TCBs (H#149) | |||
* | tcb: Fix crash when player is nil | Linus Jahn | 2020-09-01 | |
| | ||||
* | DISCARD ON MERGE!: Temporary compatibility fix: translate signal aspects ↵ | orwell96 | 2020-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 submods | Blockhead | 2020-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. | |||
* | Add "Fallback state" for freed routes, move p_mesecon_iface.lua to core | orwell96 | 2020-07-07 | |
| | ||||
* | Fix minetest.after() loop between ↵ | orwell96 | 2020-06-05 | |
| | | | | ARS->update_route->update_signal_aspect->invalidate_path | |||
* | Apply minetest.formspec_escape() to prevent formspec injection (H#143)MT0.4 | Blockhead | 2020-01-04 | |
| | ||||
* | Add inverse ARS rules | Gabriel Pérez-Cerezo | 2019-12-05 | |
| | | | | | | | | !RC foo !LN bar will match all trains except those matching RC foo or LN bar. This can be useful to exclude one specific service from a component. | |||
* | Fix the "red signals" bug that appeared when clicking a green signal | orwell96 | 2019-11-21 | |
| | ||||
* | Do not throw error when sync_tcb_neighbors fails | orwell96 | 2019-08-29 | |
| | ||||
* | Don't allow to remove TCB when a signal is assigned | orwell96 | 2019-08-26 | |
| | ||||
* | Various small fixes | Gabriel Pérez-Cerezo | 2019-07-16 | |
| | | | | | | - Also do atomic operations on nodedb - no longer require Worldedit for at_sync_ndb - "overrun LZB 0 restriction" should now show where it happened. | |||
* | Fix remote routesetting | orwell96 | 2019-04-16 | |
| | ||||
* | Move LZB system to core and unify approach callback mechanism | orwell96 | 2019-04-16 | |
| | ||||
* | Disable-ARS switch in signal and set this when cancelling an ARS route | orwell96 | 2019-03-15 | |
| | ||||
* | Ugly workaround for green signals bug | orwell96 | 2019-03-15 | |
| | ||||
* | Fix cancelling "Unknown Route" when section is deleted. | orwell96 | 2019-03-15 | |
| |