Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Fix crossing bell positional stereo | 1F616EMO | 2024-08-01 | |
| | | ||||
| * | Remove TCB marker on TCB removal | 1F616EMO | 2024-08-01 | |
| | | | | | | | | | | | | | | This patch fixes the following problem: * TCB marker is not removed on TCB removal * TCB marker is recreated on removal | |||
| * | Fix for broken get_trains_at, fixing LuaATC/Lines Scheduler execution | orwell | 2024-05-06 | |
| | | ||||
| * | Fix use_texture_alpha for tracks | Y. Wang | 2024-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 register_function command so mods can register their own functons, ↵ | gpcf | 2024-02-06 | |
| | | | | | | | | low-level interface for departure boards | |||
| * | Add chatcommand and luaatc function to get global_slowdown | orwell | 2024-02-06 | |
| | | ||||
| * | Set maximum train length and prevent coupling if it would exceed | orwell | 2023-12-20 | |
| | | ||||
| * | advtrains_techage: Liquid infotext display needs to be added in corerelease-2.4.3 | orwell96 | 2023-07-20 | |
| | | ||||
| * | Fix path_invalidate_ahead after recent commit | orwell96 | 2023-07-01 | |
| | | ||||
| * | Turn loading tracks into loading ramps when within the loaded area | Maverick2797 | 2023-06-24 | |
| | | | | | | | | | | | | | | - Partially addresses Hemiptera #165 / Notabug #6 - Will recalculate wagon textures when the inventory is modified - Only acts as a loading ramp when in a loaded area. - Retains previous flood loading of entire train when area unloaded | |||
| * | Occupation system: store multiple indices for the same train, introduce ↵ | orwell96 | 2023-06-24 | |
| | | | | | | | | reverse_lookup_sel() to select appropriate index out of multiple based on a heuristic | |||
* | | Wall signals: make them a bit bigger again | orwell | 2024-07-20 | |
| | | ||||
* | | Support signal aspect selection for routes again | orwell | 2024-07-20 | |
| | | ||||
* | | ARS supports triggering distant signal, other bugfixes | orwell | 2024-07-20 | |
| | | ||||
* | | SmartRoute: Implement auto route search and first prototype | orwell | 2024-06-22 | |
| | | ||||
* | | Unassign signal on dig instead of needing button in signal form | orwell | 2024-06-22 | |
| | | ||||
* | | Ks Vorsignal | orwell | 2024-06-12 | |
| | | ||||
* | | Respect route_role of signals during routesetting, assign distant signals in ↵ | orwell | 2024-06-12 | |
| | | | | | | | | routes | |||
* | | Fix more setstate stuff with new API (compat legacy) | orwell | 2024-06-11 | |
| | | ||||
* | | set_aspect: Flexibility, set aspect either via name or allow to fully ↵ | orwell | 2024-06-03 | |
| | | | | | | | | specify table (for advanced signals) | |||
* | | Fix working of the legacy signals under new system | orwell | 2024-05-24 | |
| | | ||||
* | | Add new signal set Munich U-Bahn signals as drop-in replacement for the old ↵ | orwell | 2024-05-23 | |
| | | | | | | | | wallsignals | |||
* | | Add proper UI aspect selection for static dialog | orwell | 2024-05-23 | |
| | | ||||
* | | Connect the ropes, start on making the UI work | orwell | 2024-05-23 | |
| | | ||||
* | | Merge branch 'new-ks-orwell' into route_prog_rework | orwell | 2024-04-08 | |
|\ \ | ||||
| * | | Fully implement and test new aspect support/distant signalling on ks and ↵new-ks-orwell | orwell | 2024-04-08 | |
| | | | | | | | | | | | | japan signals | |||
| * | | Continue with new-ks rework | orwell | 2024-04-05 | |
| | | | ||||
| * | | Start changing APIs and applying proof-of-concept to ks signals | orwell | 2024-02-06 | |
| | | | ||||
| * | | Implementation Plan | orwell | 2024-01-28 | |
| | | | ||||
| * | | Adjust default aspect to allow shunting | Y. Wang | 2023-04-10 | |
| | | | ||||
| * | | Allow selecting named aspect | Y. Wang | 2023-03-26 | |
| | | | ||||
| * | | Cancel type 2 signals; introduce signal groups for all signals | Y. Wang | 2023-03-26 | |
| | | | ||||
| * | | Show IP form for repeater signals | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Distant signaling: avoid signal signs | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Rework formspecs; add description to JP signal group | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Adjust signal aspect formspecs to be of similar size | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Remove pre_occupy (not used); put detailed luacov info in artifacts | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Optimize textures in previous commits | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Increase testing coverage for signal_aspects API | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Harden type 2 signal group API; add test for type 2 main signals | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Add texture for Japanese signal masts | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Use green Ks masts | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Add API documentation | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Properly handle repeater signals | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Allow assigning distant signals from the main signal | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Add hotfix for path invalidation | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Automatic dst unassignment; respect tcbs.nodst | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Reduce number of set_aspect calls | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Unassign distant signals when canceling route | Y. Wang | 2023-03-23 | |
| | | | ||||
| * | | Remove test world script from CI | Y. Wang | 2023-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. |