aboutsummaryrefslogtreecommitdiff
path: root/advtrains_line_automation/init.lua
Commit message (Collapse)AuthorAge
* Merge branch 'master' into cesky-hvozdorwell2025-05-27
|\ | | | | | | | | Throw away most of the changes in everything except line_automation. Merge line_automation changes between CH and master
| * Forget it, and use the old preset tables for track registration. Just adapt ↵orwell2023-10-15
| | | | | | | | it to the new definition.
| * Begin major rework of track registration systemorwell962023-09-04
| |
* | Reduce dependencies on cesky hvozd APIsorwell2025-05-27
| |
* | [advtrains] přechod na Advtrains 2.5.0 (první pokus)Singularis2025-05-27
| | | | | | | | | | - [ch_core/lib] drobná oprava - [advtrains_attachment_offset_patch] použití initial_properties
* | [advtrains_line_automation] opravy jízdního řádu, možnost použití v ruceSingularis2025-05-27
| | | | | | | | - [ch_core/registrace] z výchozích předmětů odebrána mapa, přidána runa návratu a jízdní řád
* | [advtrains_line_automation] vývoj staničního rozhlasuSingularis2025-05-27
| | | | | | | | - [home_workshop_misc] drobná oprava
* | [advtrains_line_automation] vývoj staničního rozhlasuSingularis2025-05-27
| | | | | | | | | | | | - [advtrains_interlocking] logování zapnutí/vypnutí ARS - [advtrains_line_automation] opět zapnuto logování linkových odjezdů/příjezdů - [moretrees] švestky jsou nově jedlé
* | [advtrains,advtrains_line_automation] první verze systému linekSingularis2025-05-27
| |
* | přidán a zapojen speciální mód [ch_base] pro kontrolu a řízení ↵Singularis2025-05-27
| | | | | | | | ostatních módů
* | [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]Singularis2025-05-27
|/ | | | | | - odebrán mód advtrains_luaautomation - lokalizace - zastaralá funkce getpos() nahrazena za get_pos()
* Add lines scheduler for reliable railway-time scheduling(which is also safer ↵orwell962019-08-26
| | | | than the atlatc scheduler) and document new atlatc functions
* Railway Time: atlatc interface, improve util functionsorwell962019-06-19
|
* Railway Time: Basic time counter and utility functionsorwell962019-06-19
|
* 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?
* Point speed restriction railsorwell962019-01-24
|
* 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.