aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * | Add API documentationY. Wang2023-03-23
| | | |
| | * | Properly handle repeater signalsY. Wang2023-03-23
| | | |
| | * | Allow assigning distant signals from the main signalY. Wang2023-03-23
| | | |
| | * | Add hotfix for path invalidationY. Wang2023-03-23
| | | |
| | * | Automatic dst unassignment; respect tcbs.nodstY. Wang2023-03-23
| | | |
| | * | Reduce number of set_aspect callsY. Wang2023-03-23
| | | |
| | * | Unassign distant signals when canceling routeY. Wang2023-03-23
| | | |
| | * | Remove test world script from CIY. Wang2023-03-23
| | | | | | | | | | | | | | | | | | | | | | | | The system involving the test world has not been updated for a significant amount of time and will likely be replaced with unittests in the future.
| | * | Implement primitive distant signalingY. Wang2023-03-23
| | | |
| | * | Use tabs to switch between signaling and IP formsY. Wang2023-03-23
| | | |
| | * | Record signal aspect to avoid excessive get_aspect calls; report testing ↵Y. Wang2023-03-23
| | | | | | | | | | | | | | | | coverage
| | * | Use mineunit for advtrains_*Y. Wang2023-03-23
| | | |
| | * | Implement basic route signaling with Japanese signals for demoY. Wang2023-03-23
| | | |
| | * | Add Ne 3 and Ne 4Y. Wang2023-03-23
| | | |
| * | | Implement routesetting incorporating tscache, other improvementsorwell2024-01-28
| | | |
| * | | Signals can have nil name, documentation on route deforwell2023-12-17
| | | |
| * | | Implement RS cache, per-track-section caching of route locks. This will ↵orwell2023-10-15
| | | | | | | | | | | | | | | | later be ground truth for routesetting (new-style)
| * | | 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
| | | |
| * | | Improve map formspec renderingorwell962023-05-27
| | | |
| * | | Fix map, fix train placingorwell962023-05-27
| | | |
| * | | Trackmap: get startedorwell962023-05-27
| | | |
| * | | Kill itrainmap with fireorwell962023-05-27
| | | |
| * | | 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
| * | Add craft recipes for the new ks speed indicatorsMaverick27972023-04-12
| | |
| * | 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
| * Add get_fc() and set_fc() commandsMaverick27972023-03-17
| | | | | | | | | | get_fc: returns a table of each wagon's FC codes set_fc: set a table to overwrite the FC codes of a train's wagons
| * small security fixes in advtrains_luaautomation/Maverick27972023-03-17
| | | | | | | | | | | | | | - fixed file permissions of advtrains_luaautomation/README.md (755->644) - fixed file permissions of advtrains_luaautomation/environment.lua (755->644) - prevented LuaATC section_occupancy() from having direct access to the interlocking section id occupancy table - simplify section_occupancy() logic
| * Add punchers name to ops panel punch eventrelease-2.4.2Maverick27972023-03-12
| | | | | | | | event={type="punch", punch=true, name="foo"}
| * 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
| |
* | [ch_core,ch_data,ch_extras] systém sdružování postav stejné/ho hráče/kySingularis2025-05-27
| | | | | | | | - [advtrains_signals_ks] oprava barvy sloupku u dalších signálů
* | [advtrains_line_automation] oprava modelu kvůli Luanti 5.11.0Singularis2025-05-27
| |
* | [advtrains,advtrains_interlocking] opravy chybSingularis2025-05-27
| |
* | [advtrains_trackmap] zapomenutý překladSingularis2025-05-27
| |
* | odstraněny přebytečné módy + drobné opravySingularis2025-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
* | [mail] opraveno formátování času v oknech herní poštySingularis2025-05-27
| | | | | | | | | | | | | | - [advtrains_line_automation] ze struktury 'linevar' odstraněna položka 'line' - [advtrains_line_automation] jízdní řády nově zobrazují název vlaku - [advtrains_line_automation] umístěný jízdní řád lze nově otevřít v neprivilegovaném režimu (Aux1+pravý klik) - [ch_time] přidána formátovací funkce ch_time.date() komptibilní s os.date()
* | [advtrains_line_automation] přidána možnost přiřadit kolej lince při ↵Singularis2025-05-27
| | | | | | | | | | | | | | | | úpravě vlastní dopravny - [advtrains_line_automation] oprava chybějící proměnné - [advtrains_line_automation] přidány volby pro vyfiltrování jen „mých“ dopraven - [advtrains_line_automation] opravena chybějící implementace otevření jízdního řádu z editoru dopraven