aboutsummaryrefslogtreecommitdiff
path: root/advtrains_line_automation/stoprail.lua
Commit message (Collapse)AuthorAge
* [advtrains,...] přidány méně příkré svahy kolejíSingularis2025-05-27
| | | | | - [advtrains_line_automation] kolej pro zastavení ve stanici má v ovládacím panelu nově vykopírovatelnou polohu
* [advtrains,advtrains_line_automation] první verze systému linekSingularis2025-05-27
|
* [advtrains_line_automation] přidáno tlačítko Nastavit posun na odjezd ↵Singularis2025-05-27
| | | | | | teď + uložit - [ch_core/teleportace] přidány příkazy /stavím a /nastavbu
* [advtrains_line_automation] přidána funkce pro intervalový provozSingularis2025-05-27
| | | | - [stamina] odstraněny staré ladicí výpisy
* [advtrains_line_automation] kód z ch_overrides přesunut přímo do advtrainsSingularis2025-05-27
| | | | - [advtrains_line_automation] zastávkové koleji přidána podmínka na počet vozů ve vlaku
* [advtrains_line_automation,ch_overrides] implementován editor dopravenSingularis2025-05-27
|
* [streets] přidány nové barvy značkovačů, stávající značky ↵Singularis2025-05-27
| | | | | | | | | | | | | sloučeny pomocí colorfacedir - [advtrains_interlocking] zobrazení vlakové cesty prodlouženo z 10 sekund na 60 - [advtrains_line_automation] aktualizace metadat zastávky při načtení/úderu - [ch_core/data] přidána pole online_charinfo last_placenode_ustime a last_dignode_ustime - [ch_core] přidána volitelná ochrana zakázaného výškového pásma y = 1024 až 1256 - [ch_extras/colorable_pole] barvitelná tyč přímá je nyní plně barvitelná (stejně jako ta spojovací) - [ch_test] práce na označníku - [techpack_stairway] železné pletivo je nově plně barvitelné i otáčitelné - [unifieddyes] počeštění názvů barev ve výpisech
* [advtrains_line_automation] přepracováno okno koleje pro zastavení ve staniciSingularis2025-05-27
| | | | | | - [advtrains] opravena chyba kvůli které se občas nechtěl otevít formulář palubního počítače vlaku - [advtrains_line_automation] kolej pro zastavení ve stanici nově dovoluje změnit zastavivšímu vlaku linku a směrový kód, rovněž nově umožňuje při odjezdu nezavírat dveře - [moreblocks] oprava chybného zarovnání textur u některých nových tvarů
* [advtrains,minetest_tieless_tracks] pokus o opravu nastavování kolejí na ↵Singularis2025-05-27
| | | | zastavení ve stanici
* [advtrains*,tieless_tracks] doplněny chybějící receptySingularis2025-05-27
|
* [advtrains]Singularis2025-05-27
| | | | | | - odebrán mód advtrains_luaautomation - lokalizace - zastaralá funkce getpos() nahrazena za get_pos()
* Rework stoprail formspec layout and add mono stylehlqkj2021-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 railBlockhead2021-03-22
| | | | Solves Hemiptera#171
* Stoprail: Set LZB checkpoint speed back to 2orwell962021-02-10
| | | | | Caused problems when approaching stoprail in manual control also better for compatibility
* Fix lots of things around new LZBorwell962021-02-10
|
* Disable ARS train flag and surrounding usesorwell962021-02-10
|
* Add K command to station railGabriel Pérez-Cerezo2021-01-08
| | | | | Move the UI of station rails to use checkboxes rather then dropdowns for the reverse command.
* 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.
* Apply minetest.formspec_escape() to prevent formspec injection (H#143)MT0.4Blockhead2020-01-04
|
* math.floor triggers error if it gets something nilGabriel Pérez-Cerezo2019-07-20
|
* Prevent injection of floating-point delays, that wreck advtrainsGabriel Pérez-Cerezo2019-07-20
|
* Added option to modify departure speed and door delayGabriel Pérez-Cerezo2019-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 mechanismorwell962019-04-16
|
* Add ARS rules for stop railsorwell962019-02-19
|
* Move "Reverse" command in stoprail to directly before departureorwell962019-02-19
|
* Fix stop rails sometimes not sending stop commandorwell962019-02-16
|
* Small stoprail fixesorwell962019-02-11
|
* Minor Bugfixesorwell962019-02-03
|
* Basic functions of "stop rail", missing ARS rules and signal.orwell962019-01-24
| | | | For signal, need to think of a callback system for signals and moving atlatc queue to core?
* Signs (static signals)orwell962018-12-08
|
* no debugpringorwell962018-11-29
|
* Added on_train_approach callback, non-permanent external LZB brakepoints and ↵orwell962018-11-29
basis for "stop rails" Stop rails ATM use the aforementioned things to add a pointwise "2" speed restriction. Seems to work.