Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Apply minetest.formspec_escape() to prevent formspec injection (H#143)MT0.4 | Blockhead | 2020-01-04 |
| | |||
* | math.floor triggers error if it gets something nil | Gabriel Pérez-Cerezo | 2019-07-20 |
| | |||
* | Prevent injection of floating-point delays, that wreck advtrains | Gabriel Pérez-Cerezo | 2019-07-20 |
| | |||
* | Added option to modify departure speed and door delay | Gabriel Pérez-Cerezo | 2019-07-20 |
| | | | | | The door delay is the time between when the doors start closing and the train departs. | ||
* | Move LZB system to core and unify approach callback mechanism | orwell96 | 2019-04-16 |
| | |||
* | Add ARS rules for stop rails | orwell96 | 2019-02-19 |
| | |||
* | Move "Reverse" command in stoprail to directly before departure | orwell96 | 2019-02-19 |
| | |||
* | Fix stop rails sometimes not sending stop command | orwell96 | 2019-02-16 |
| | |||
* | Small stoprail fixes | orwell96 | 2019-02-11 |
| | |||
* | 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? | ||
* | Signs (static signals) | orwell96 | 2018-12-08 |
| | |||
* | no debugpring | orwell96 | 2018-11-29 |
| | |||
* | 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. |