Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Stoprail configuration form translation bug correction | Tanavit | 2025-05-05 |
| | | | | | | | | | The implementation of the translation of the doors opening side in the stoprail configuration form (commit c08896f) introduced a bug locking the opening doors side selection dropdown box to "Closed". This commit corrects this bug by use of the numerical index (1,2,3) of the side selection instead of its litteral value ("Left","Right","Closed" or their translations). | ||
* | Translations improvement. | Tanavit | 2025-04-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | File : - advtrains : init.lua wagons.lua - advtrains_line_automation : scheduler.lua stoprail.lua Actions : - Conversion of attrans() to S() - Insertion of S() function calls where needed. Miscellaneous : - Removing of personnal tries on update-translastions.sh which should not have been committed. # Third and last patch of a serie of three to be applied to the master branch of advtrains on commit #0b7fdc6 # # ATTENTION : # # 1. These patches come from a derivation of the l10n branch which, afaik, is not yet merged in the master branch. # I guess that applying these patches will shortcut the l10n branch. # 2. These patches contain translations strings of for the modification I proposed some month ago for basic_trains which, # afaik, are not yet merged in its master branch. | ||
* | Stoprail wait green signal: make configurable, off for existing, default on ↵ | orwell | 2025-01-28 |
| | | | | for all new | ||
* | ATC: add "G" command to wait for green signal, improve ATC hud, potentially ↵ | orwell | 2025-01-28 |
| | | | | fix LZB issue | ||
* | Stoprail: Don'T replace station name if the field is empty | orwell | 2024-12-01 |
| | |||
* | Merge branch 'master' into route_prog_rework | orwell | 2024-11-11 |
|\ | |||
| * | Various translation improvements | Y. Wang | 2024-11-04 |
| | | |||
* | | 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 |
|/ | |||
* | Rework stoprail formspec layout and add mono style | hlqkj | 2021-03-22 |
| | | | | | - Rework formspec layout, fixed tab order - Added style to use monospaced font for the stn and ars fields | ||
* | Do not return early after setting station info on stop rail | Blockhead | 2021-03-22 |
| | | | | Solves Hemiptera#171 | ||
* | Replace deprecated depends.txt's by mod.conf and organize dependencies ↵ | orwell96 | 2021-03-13 |
| | | | | consistently, add modpack.conf | ||
* | Stoprail: Set LZB checkpoint speed back to 2 | orwell96 | 2021-02-10 |
| | | | | | Caused problems when approaching stoprail in manual control also better for compatibility | ||
* | Fix lots of things around new LZB | orwell96 | 2021-02-10 |
| | |||
* | Disable ARS train flag and surrounding uses | orwell96 | 2021-02-10 |
| | |||
* | Add K command to station rail | Gabriel Pérez-Cerezo | 2021-01-08 |
| | | | | | Move the UI of station rails to use checkboxes rather then dropdowns for the reverse command. | ||
* | Fix schedule_in() crash when RWT is not in number format (H#159) | orwell96 | 2020-10-07 |
| | |||
* | 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. | ||
* | Apply minetest.formspec_escape() to prevent formspec injection (H#143)MT0.4 | Blockhead | 2020-01-04 |
| | |||
* | Fix RWT initialization when creating new world (H#142) | orwell96 | 2019-12-18 |
| | |||
* | Fix scheduler crash (H#133) | orwell96 | 2019-11-21 |
| | | | | for loops don't work with manipulating i | ||
* | Add "discard all" function to scheduler events and use it to clear schedules ↵ | orwell96 | 2019-11-06 |
| | | | | in luaatc rails | ||
* | lines: fix very dumb typo breaking the "add" and "diff" function | orwell96 | 2019-11-06 |
| | |||
* | lines: Add rwt adapt mode to adapt to real time | orwell96 | 2019-11-06 |
| | |||
* | lines: document scheduler better | orwell96 | 2019-11-06 |
| | |||
* | Secure inputs to scheduler so that they don't get recognised when executing ↵ | orwell96 | 2019-08-29 |
| | | | | the schedule | ||
* | Add lines scheduler for reliable railway-time scheduling(which is also safer ↵ | orwell96 | 2019-08-26 |
| | | | | than the atlatc scheduler) and document new atlatc functions | ||
* | 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. | ||
* | RWTs can be specified in any form, unify converters, repeating time handling | orwell96 | 2019-06-19 |
| | |||
* | Omit cycle in to_String | orwell96 | 2019-06-19 |
| | |||
* | Railway Time: atlatc interface, improve util functions | orwell96 | 2019-06-19 |
| | |||
* | Railway Time: Basic time counter and utility functions | orwell96 | 2019-06-19 |
| | |||
* | 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? | ||
* | Point speed restriction rails | orwell96 | 2019-01-24 |
| | |||
* | 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. |