aboutsummaryrefslogtreecommitdiff
path: root/advtrains
Commit message (Collapse)AuthorAge
...
| | * Fix crossing bell positional stereo1F616EMO2024-08-01
| | |
| | * Fix for broken get_trains_at, fixing LuaATC/Lines Scheduler executionorwell2024-05-06
| | |
| | * Fix use_texture_alpha for tracksY. Wang2024-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The use of textures with transparent pixels (for the default tracks: the "features" on the track) without specifying use_texture_alpha (at least for the mesh drawtype) has been deprecated in a PR from August 2020[1] (i.e. since 5.4.0[2]) and removed in the latest dev version[3]. As a consequence, regular tracks are now rendered with black markers at the same position where e.g. the blue (Lua)ATC marker would be found. This commit fixes the issue by enabling use_texture_alpha by default for all tracks. [1] https://github.com/minetest/minetest/pull/10122 [2] https://dev.minetest.net/Changelog#5.3.0_.E2.86.92_5.4.0 [3] https://github.com/minetest/minetest/pull/13929
| | * Add chatcommand and luaatc function to get global_slowdownorwell2024-02-06
| | |
| | * Set maximum train length and prevent coupling if it would exceedorwell2023-12-20
| | |
| | * advtrains_techage: Liquid infotext display needs to be added in corerelease-2.4.3orwell962023-07-20
| | |
| | * Fix path_invalidate_ahead after recent commitorwell962023-07-01
| | |
| | * Occupation system: store multiple indices for the same train, introduce ↵orwell962023-06-24
| | | | | | | | | | | | reverse_lookup_sel() to select appropriate index out of multiple based on a heuristic
| * | ARS supports triggering distant signal, other bugfixesorwell2024-07-20
| | |
| * | SmartRoute: Implement auto route search and first prototypeorwell2024-06-22
| | |
| * | Fix more setstate stuff with new API (compat legacy)orwell2024-06-11
| | |
| * | Fix working of the legacy signals under new systemorwell2024-05-24
| | |
| * | Add proper UI aspect selection for static dialogorwell2024-05-23
| | |
| * | Connect the ropes, start on making the UI workorwell2024-05-23
| | |
| * | Merge branch 'new-ks-orwell' into route_prog_reworkorwell2024-04-08
| |\ \
| | * | Rework formspecs; add description to JP signal groupY. Wang2023-03-23
| | | |
| | * | Adjust signal aspect formspecs to be of similar sizeY. Wang2023-03-23
| | | |
| | * | Allow assigning distant signals from the main signalY. Wang2023-03-23
| | | |
| | * | Implement primitive distant signalingY. Wang2023-03-23
| | | |
| | * | Use tabs to switch between signaling and IP formsY. Wang2023-03-23
| | | |
| | * | Implement basic route signaling with Japanese signals for demoY. Wang2023-03-23
| | | |
| * | | Implement routesetting incorporating tscache, other improvementsorwell2024-01-28
| | | |
| * | | Re-implement point origin handling (replace old points_split hack by proper ↵orwell2023-10-15
| | | | | | | | | | | | | | | | solution)
| * | | Use conn_map in the path calculationorwell2023-10-15
| | | |
| * | | Forget it, and use the old preset tables for track registration. Just adapt ↵orwell2023-10-15
| | | | | | | | | | | | | | | | it to the new definition.
| * | | Make the track registration less manual again to prevent duplicate codeorwell962023-09-05
| | | | | | | | | | | | | | | | (but keep the template table in the track mod, as it's supposed to be)
| * | | Begin major rework of track registration systemorwell962023-09-04
| | | |
| * | | TCB Xlinking added, to make nonconnected crossings possibleorwell962023-05-27
| | | |
| * | | Auto-Repair Track Sections/TCBs (automatically when adding/removing or ↵orwell962023-05-27
| | | | | | | | | | | | | | | | triggered by interlocking tool)
| * | | Add TrackIterator interface as a common framework for walking along tracks ↵orwell962023-05-27
| | |/ | |/| | | | | | | | | | | | | (also for third-party libs) This will replace the interlocking traverser and will be used in the new itrainmap implementation
| * | Add function to get wagon in train from indexorwell962023-05-27
| | | | | | | | | | | | | | | Can be used to determine which wagon is at a certain world position Testing: use debugitems.lua
| * | Make selection boxes of track nodes largerBlockhead2023-04-12
| | | | | | | | | | | | | | | | | | | | | This reduces the difficulty of having to point at the centre of the correct track node, and hopefully does not prevent placing tracks in more than a couple of cases. Three-way turnouts on an angle may be an exception but they may be worth it. User feedback is needed.
| * | Report coordinates of wagons with unregistered prototypesY. Wang2023-04-12
| |/ | | | | | | Related issue: https://forum.minetest.net/viewtopic.php?p=414307#p414307
| * On_Joinplayer: fix train ID check for attachment updateorwell962022-06-13
| | | | | | | | Previously, statement was always false because train_id is no longer in the luaentity
* | Reduce dependencies on cesky hvozd APIsorwell2025-05-27
| |
* | [moreblock] oprava otáčení pobřežních svahů (jsou facedir, ne 4dir)Singularis2025-05-27
| | | | | | | | | | | | | | - [advtrains] rychlejší vystoupení na nástupiště - [ch_core/kos] zaznamenávat pozici předmětů upuštěných jinak než hráčskou postavou - [ch_overrides_gplv3/advtrains] oprava chování dláta k jízdnímu řádu - [linetrack] oprava neviditelného nástupiště (+ je nově 4dir)
* | [advtrains,linetrack] adaptace a lokalizace móduSingularis2025-05-27
| |
* | [advtrains,advtrains_interlocking] opravy chybSingularis2025-05-27
| |
* | [advtrains,*] přechod na Advtrains 2.5.0 (2. fáze)Singularis2025-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] opravena chyba, kvůli které se písmena ě a ↵Singularis2025-05-27
| | | | | | | | | | | | | | | | | | í v označení cílové stanice nekonvertovala na odpovídající velká písmena - [advtrains] do nápovědy vagonů a lokomotiv přidána jejich maximální rychlost - [advtrains_train_zugspitzbahn] max. rychlost zeleného osobního vagonu zvýšena z 10 na 20 - [ch_core/joinplayer] opravena chyba v detekci verze klienta, která části klientů bránila v připojení na server - [ch_overrides] nové textury všech druhů asfaltu
* | [*] osvětlení lokomotiv a osobních vagonůSingularis2025-05-27
| | | | | | | | - [advtrains_train_zugspitzbahn] přidána nová motorová jednotka (experimentální)
* | [advtrains,ch_core/joinplayer,ch_data] aktualizace a opravy chybvových ↵Singularis2025-05-27
| | | | | | | | | | | | hlášení - [ch_core/joinplayer,ch_data] nové ladicí výpisy
* | [letters] písmena jsou nově color4dir (více barev, jen svislá otočení)Singularis2025-05-27
| | | | | | | | | | | | | | | | | | - [ch_core/lib] přidána funkce ch_core.colorwallmounted_to_color4dir() - [ch_core/teleportace] nové příkazy /bodnávratu a /zpět - [ch_extras/gravel] nová textura železničního štěrku - [comboblock] nová kombinace štěrk + železniční štěrk - [tieless_tracks] přidány koleje na betonových pražcích (všechny varianty) - [trash_can] přidány dvě varianty menších košů (lze získat pomocí dláta)
* | [advtrains] přidána podpora osvětlení vagonůSingularis2025-05-27
| | | | | | | | | | - [classic_coaches,advtrains_train_jre231,mese_trains_mesejet] nastaveno osvětlení vybraných vagonů
* | [advtrains] drobná opravaSingularis2025-05-27
| |
* | [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,...] nové optimální výběrové boxy pro všechny lokomotivy a ↵Singularis2025-05-27
| | | | | | | | vagony
* | [advtrains_line_automation] příkazy /vlaky a /vlaky+ nově vypisují i ↵Singularis2025-05-27
| | | | | | | | | | | | | | počty cestujících - [advtrains] oprava výpisu do logu - [digtron] drobné opravy kvůli kompatibilitě
* | [advtrains] opravena chyba způsobující zasekávání kamery při jízdě ↵Singularis2025-05-27
| | | | | | | | | | | | | | | | vlakem některými směry - [advtrains_line_automation] opraven pád serveru při zobrazení posledních jízd na lince za určitých okolností - [advtrains_line_automation] příkaz /vlaky nově bere v úvahu i zpoždění na příjezdu do následující zastávky - [ch_containers] vývoj