fe57e7dd08Add Blocksignal mode for signals to autocreate simple block route
route_prog_rework
orwell
2024-11-14 00:03:38 +0100
d42f1bcf1aRoute edit UI: option to copy route in place
orwell
2024-11-13 20:51:04 +0100
5fb6732f8dFix use_texture_alpha for tracks 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.
Y. Wang
2024-11-11 21:15:16 +0100
4b8857a89dfix build for real now
orwell
2024-11-11 20:56:52 +0100
f5bcac4169build yml: remove duplicate task, lets see if it works nouw
orwell
2024-11-11 20:53:47 +0100
380c26f7a8Merge branch 'master' into route_prog_rework
orwell
2024-11-11 20:50:28 +0100
55108ae38eLuaATC set_fc(): add argument to reset fc index to 1
Maverick2797
2024-08-17 11:43:35 +0800
3b83580facFix LuaATC set_fc() only working on loaded entites
Maverick2797
2024-08-16 20:47:17 +0800
0c7e0f322bMove the Train ID information to a textarea[] without a name attribute so it remains transparent and the player can copy the Train ID.
erstazi
2024-08-15 08:08:19 -0400
46fbf89acfFix privilege check when using the PC naming tool
release-2.4.5
gpcf
2024-08-11 23:22:36 +0200
Set Zs3v only if upcoming speed limit is stricter
new-ks
Y. Wang
2024-04-22 18:55:40 +0200
852da6bcaeMerge branch 'new-ks-orwell' into route_prog_rework
orwell
2024-04-08 21:52:32 +0200
1f74697e85Fully implement and test new aspect support/distant signalling on ks and japan signals
new-ks-orwell
orwell
2024-04-08 21:46:43 +0200
eb03b5f301Continue with new-ks rework
orwell
2024-04-05 00:35:40 +0200
64776ba60eFix use_texture_alpha for tracks
Y. Wang
2023-12-29 15:31:51 +0100
b28ceaa2b4Add register_function command so mods can register their own functons, low-level interface for departure boards
gpcf
2023-05-14 19:48:30 +0200
2ea4a8cff1Add chatcommand and luaatc function to get global_slowdown
orwell
2024-02-06 23:06:38 +0100
2dab59f055Start changing APIs and applying proof-of-concept to ks signals
orwell
2024-02-06 21:10:40 +0100
aa9033f901Implementation Plan
orwell
2024-01-28 23:42:56 +0100
9fa43cb7bfImplement routesetting incorporating tscache, other improvements
orwell
2024-01-28 00:42:28 +0100
9fac1db45fSet maximum train length and prevent coupling if it would exceed
orwell
2023-12-20 00:20:56 +0100
f8c2ec60d6Signals can have nil name, documentation on route def
orwell
2023-12-17 12:20:22 +0100
c890d77d63Implement RS cache, per-track-section caching of route locks. This will later be ground truth for routesetting (new-style)
orwell
2023-10-15 19:35:39 +0200
ea074b2a33Re-implement point origin handling (replace old points_split hack by proper solution)
orwell
2023-10-15 16:40:10 +0200
2067ab0a90Use conn_map in the path calculation
orwell
2023-10-15 15:48:59 +0200
ad82b9cd4eForget it, and use the old preset tables for track registration. Just adapt it to the new definition.
orwell
2023-10-15 15:06:20 +0200
10ea9b896bMake the track registration less manual again to prevent duplicate code (but keep the template table in the track mod, as it's supposed to be)
orwell96
2023-09-05 20:46:18 +0200
950d6f640cBegin major rework of track registration system
orwell96
2023-09-04 19:34:47 +0200
2884ed3e27advtrains_techage: Liquid infotext display needs to be added in core
release-2.4.3
orwell96
2023-07-20 21:36:06 +0200
578d72bca8Liquid spigots: modify texture to appear blue (better optical distinction), add craft recipes
techage
orwell96
2023-07-19 00:14:13 +0200
73441f5aa6Pretty nodes for tank car spigots
orwell96
2023-07-19 00:01:05 +0200
d6a1cbe816Skeleton support for Techage Liquids in tank cars TODO: - Pretty nodes for loader and unloader - Display liquid contents in formspec - Update basic_trains accordingly
orwell96
2023-07-18 00:08:19 +0200
8b5903a729Fix path_invalidate_ahead after recent commit
orwell96
2023-07-01 22:37:09 +0200
21ed1d23b5Turn loading tracks into loading ramps when within the loaded area
Maverick2797
2023-05-30 17:07:26 +0800
2d7640d424Occupation system: store multiple indices for the same train, introduce reverse_lookup_sel() to select appropriate index out of multiple based on a heuristic
orwell96
2023-06-24 14:37:52 +0200
bc8c04d146Trackmap: get started
orwell96
2023-04-12 21:31:14 +0200
f693e1e6d0Kill itrainmap with fire
orwell96
2023-04-10 20:10:57 +0200
a14eb7fe73TCB Xlinking added, to make nonconnected crossings possible
orwell96
2023-03-19 17:19:40 +0100
6a5540878fAuto-Repair Track Sections/TCBs (automatically when adding/removing or triggered by interlocking tool)
orwell96
2023-03-19 15:20:03 +0100
f284d395d7Add TrackIterator interface as a common framework for walking along tracks (also for third-party libs) This will replace the interlocking traverser and will be used in the new itrainmap implementation
orwell96
2022-01-13 21:03:55 +0100
283efc44ceAdd function to get wagon in train from index Can be used to determine which wagon is at a certain world position Testing: use debugitems.lua
orwell96
2023-05-27 12:09:10 +0200
bbe3856e35Add craft recipes for the new ks speed indicators
Maverick2797
2021-11-20 21:14:20 +0800