aboutsummaryrefslogtreecommitdiff
path: root/advtrains
Commit message (Collapse)AuthorAge
* [advtrains,ch_core/shapes_db] registrace nástupišť plně podřízena ↵Singularis2025-05-27
| | | | shapes_db
* [advtrains] přidána dálková detekující kolejSingularis2025-05-27
|
* [ch_core/shapes_db] vráceny skleněné desky 8/16Singularis2025-05-27
|
* [advtrains] rozšíření a úprava řídicího obvodu ATCSingularis2025-05-27
|
* [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] doplnění lokalizaceSingularis2025-05-27
|
* [ch_core] funkce on_joinplayer_pomodoro (optimální nastavení herního ↵Singularis2025-05-27
| | | | | | | | | času pro jednotlivého hráče/ku) - [advtrains] drobné úpravy - [ch_core/ap] přidána časová známka online_charinfo.ap_modify_timestamp - [ch_core/data] přidána časová známka online_charinfo.prev_leave_timestamp - [ch_overrides/aliases] další typy chybějících bloků opraveny
* [jonez] mód odebránSingularis2025-05-27
| | | | | | - #12 - [ch_decor] přidáno barvitelné linoleum - [ch_extras] přidán dřík sloupu (barvitelný) a nehodivský mramor
* [plumtree] mód odstraněnSingularis2025-05-27
| | | | | | | - #12 - definitivně odstraněn celý balík módů cool_trees - [advtrains, bushy_leaves, ch_overrides, drinks, pillars, round_trunks, signs_lib] doladění po odstranění balíku módů cool_trees - [moretrees] přidána slivoň švestka
* [emoji] nový módSingularis2025-05-27
|
* [...] přesuny vlastností pod initial_properties kvůli varovánímSingularis2025-05-27
|
* [advtrains*,tieless_tracks] doplněny chybějící receptySingularis2025-05-27
|
* [tieless_tracks] adaptace, lokalizace a optimalizace obrázkůSingularis2025-05-27
|
* [mese_trains_mesejet] adaptace a lokalizaceSingularis2025-05-27
|
* [advtrains_transib] adaptace a lokalizaceSingularis2025-05-27
|
* [advtrains_bboe_1080] adaptace a lokalizaceSingularis2025-05-27
|
* [advtrains_train_zugspitzbahn] adaptace a lokalizaceSingularis2025-05-27
|
* [advtrains_interlocking] lokalizace dalších textůSingularis2025-05-27
|
* [advtrains] lokalizace částí souvisejících s TCBSingularis2025-05-27
|
* [advtrains] oprava pádu serveru při použití palubního počítačeSingularis2025-05-27
| | | | - [advtrains] jméno vlastníka/ice vlaku se nově zobrazuje s diakritikou
* [advtrains] výrazné rozšíření nabídky materiálů na nástupištěSingularis2025-05-27
|
* [advtrains] lokalizace výpisu id vlaku a vagonuSingularis2025-05-27
|
* [advtrains] usnadnění kladení kolejí na květiny apod.Singularis2025-05-27
|
* [ch_overrides a další] oprava rozpoznání tyčí při umísťování cedulíSingularis2025-05-27
|
* slovenská lokalizace jako symbolický odkaz na českou, odstraněny ↵Singularis2025-05-27
| | | | všechny ostatní
* malá písmena na začátku názvů předmětůSingularis2025-05-27
|
* [advtrains, ropes, technic] opraveno odebírání předmětů postavám s ↵Singularis2025-05-27
| | | | právem creative v některých případech
* [advtrains] včasný zvuk výstražného přejezduSingularis2025-05-27
| | | | - [somemoretrains_tram] změna předmětů vracených po vytěžení vlaku
* [*] reorganizace vlakůSingularis2025-05-27
| | | | | | | - [advtrains], [advtrains_train_industrial], [advtrains_train_steam], [moretrains_*] - [unified_inventory] přidána podpora filtrů „typ:lokomotivy“ a „typ:vlaky“
* [moretrains*] lokalizace a vylepšeníSingularis2025-05-27
| | | | | | | | - [moretrains_gondola] oprava a optimalizace přepínání modelu a textur podle obsahu inventáře - [moretrains_gondola, moretrains_industrial] rozšíření inventářů nákladních vozů - [advtrains_train_japan] mód odebrán (nové vagony vypadají lépe)
* [ch_core], [advtrains], [advtrains_train_track] přidán samostatný ↵Singularis2025-05-27
| | | | | | železniční štěrk - [default] vylepšena textura štěrku
* [advtrains]Singularis2025-05-27
| | | | | | - odebrán mód advtrains_luaautomation - lokalizace - zastaralá funkce getpos() nahrazena za get_pos()
* Fix new wagon positioning when wheel positions are asymmetric, and remove ↵orwell962022-02-24
| | | | leftover train.debug
* Wagons: Add two-pos wheel positioning logic for more realistic look of long ↵orwell962022-02-09
| | | | | | wagons Adds field "wheel_positions" in wagon definition
* atc_reset(): Removed unused string parameter and also clear ATC autocouple ↵orwell962021-12-31
| | | | | | flag (Cpl) Fixes H#189 and H#190
* Automatically group wagons and locomotives based on definition valuesMaverick27972021-12-29
| | | | | | | | | Based on the advtrains wiki groups: Type Group Classifier - Locomotives: group:at_loco is_locomotive = true - Controllable: group:at_control seat_groups.dstand - Passengers: group:at_pax seat_groups.pass - Freight: group:at_freight has_inventory = true
* Fix speed sign allowing v>max_speedY. Wang2021-12-16
|
* Trivial fixup for train decoupling regressionrelease-2.4.1ywang2021-11-20
|
* Interlocking: Correct duplicate influence points semi-automaticallyrelease-2.4.0orwell962021-11-14
| | | | Searches and deletes duplicate influence points for the same signal when "Influence Point" formspec is opened.
* Add more unit tests, fix broken unit testGabriel Pérez-Cerezo2021-11-09
|
* New-Ks: minor additions/corrections to ywang's work:orwell962021-11-08
| | | | | | - Add sign for line speed 20 (else no way to return to max line speed once set) - When no distant signal info available (default), Ks displays green light (2 sections free) - Normal and wall signals again signal maximum speed (persistent restriction can be given via line speed nouw)
* Add documentation on signal aspectsywang2021-11-07
|
* Make train HUD check for existing speed restrictionsywang2021-11-07
|
* Support different types of speed restrictions; add documentationywang2021-11-07
|
* On-Track Collision system: Fix train teleportation when using ↵orwell962021-11-04
| | | | | | split_at_index() from LuaATC Issue was that train thought it would collide with the newly added back portion although it was already long past this train. Added additional check that current train index is not further than the collision point.
* LuaATC: Add Mesecons LuaATC Controller (similar to Mesecons Luacontroller)orwell962021-11-02
|
* Coupler types: Better output when there are no couplers on a wagonorwell962021-10-25
|
* Coupling: Add concept of coupler types, allow coupling only when coupler ↵orwell962021-10-25
| | | | types match
* Train Coupling: Change behavior so that train direction of initiating train ↵orwell962021-10-25
| | | | is kept, add ATC Cpl command
* Disable position-based collision and coupling system for very short trains ↵orwell962021-07-07
| | | | (such as single minecarts) to solve #155