Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Do not clear LZB control when invalidating. | orwell96 | 2019-02-23 | |
| | | | | Prevents trains accelerating towards red signals on /at_reroute | |||
* | possible fix for "trains standing at green signals" | orwell96 | 2019-02-21 | |
| | ||||
* | Fix moving Signal IPs (no duplicate IPs) | orwell96 | 2019-02-21 | |
| | ||||
* | Add ARS rules for stop rails | orwell96 | 2019-02-19 | |
| | ||||
* | Prioritize LZB callback (possible bugfix for H#100) | orwell96 | 2019-02-19 | |
| | ||||
* | Improve Signal IP form/workflow | orwell96 | 2019-02-16 | |
| | ||||
* | Fix TCBS crash also for route_ui | orwell96 | 2019-02-16 | |
| | ||||
* | Fix routesetting when TCBS is missing (H#109) | orwell96 | 2019-02-12 | |
| | ||||
* | Fixes regarding signal assignments/tcbs | orwell96 | 2019-02-09 | |
| | | | | | - No longer crashes when assigned tcb is removed - don't forbid modification just because signal is assigned | |||
* | Signalling form auto-update | orwell96 | 2019-02-05 | |
| | ||||
* | Force LZB Halt setting | orwell96 | 2019-02-05 | |
| | ||||
* | Minor Bugfixes | orwell96 | 2019-02-03 | |
| | ||||
* | Basic functions of "stop rail", missing ARS rules and signal. | orwell96 | 2019-01-24 | |
| | | | | For signal, need to think of a callback system for signals and moving atlatc queue to core? | |||
* | Point speed restriction rails | orwell96 | 2019-01-24 | |
| | ||||
* | Fix last commit (and another warn2log) | orwell96 | 2019-01-22 | |
| | ||||
* | Fix atc command evaluation BB command | orwell96 | 2019-01-22 | |
| | ||||
* | Make LZB params adjustable | orwell96 | 2019-01-22 | |
| | ||||
* | another small fix for route_ui | orwell96 | 2019-01-22 | |
| | ||||
* | Fix small bug in routeui and make another message log-only | orwell96 | 2019-01-22 | |
| | ||||
* | disable debug print of ARS | orwell96 | 2019-01-22 | |
| | ||||
* | Fix may_modify_section on newly created sections | orwell96 | 2019-01-22 | |
| | ||||
* | Fix invalid path invalidation in ARS code | orwell96 | 2019-01-22 | |
| | ||||
* | Prohibit removing/changing of TCBs and sections while routes or signals are set | orwell96 | 2019-01-22 | |
| | ||||
* | Do not run LZB traverser when path does not exist | orwell96 | 2019-01-21 | |
| | ||||
* | Fix route aspect dialog | orwell96 | 2019-01-15 | |
| | ||||
* | Fix Routingcode ARS | orwell96 | 2019-01-15 | |
| | ||||
* | Can disable automatic working without cancelling route | orwell96 | 2019-01-15 | |
| | ||||
* | Actual working ARS | orwell96 | 2019-01-15 | |
| | ||||
* | Add Automatic Routesetting UI | orwell96 | 2019-01-09 | |
| | | | | Settings have no effect so far | |||
* | Fix crashes: | orwell96 | 2018-12-10 | |
| | | | | | 1. when train hit a route, nil access to already cancelled route caused crash 2. fix crash when trying to ensure_init a train that doesn't exist | |||
* | Signs (static signals) | orwell96 | 2018-12-08 | |
| | ||||
* | Shunt signals (not exactly Ks), along with fixes in other components that ↵ | orwell96 | 2018-12-08 | |
| | | | | those rely on | |||
* | Apply speed restriction 0.5 indexes later, do not cap tarvelocity by ↵ | orwell96 | 2018-12-04 | |
| | | | | speed_restriction | |||
* | Do not set speed_restriction for npr | orwell96 | 2018-12-04 | |
| | ||||
* | Added on_train_approach callback, non-permanent external LZB brakepoints and ↵ | orwell96 | 2018-11-29 | |
| | | | | | | basis for "stop rails" Stop rails ATM use the aforementioned things to add a pointwise "2" speed restriction. Seems to work. | |||
* | Permit basic signal aspect setting | orwell96 | 2018-11-19 | |
| | | | | (basically only usable with Ks signals, because they're the only signals supporting slow move and/or shunt move | |||
* | Replace "Allow accelereting train towards signal" | orwell96 | 2018-10-30 | |
| | | | | This is a better implementation of the same goal. The last commit caused trains to overrun the IP sometimes. Haven't noticed so far with this approach | |||
* | Make fillout_aspect also fill "info" field | orwell96 | 2018-10-30 | |
| | ||||
* | Do not allow static signals for routesetting | orwell96 | 2018-10-30 | |
| |