Age | Commit message (Collapse) | Author |
|
|
|
Also extend signal api necessarily
|
|
- Formspec for TCBs instead of unhandy chatcommands
- Ability to advance route over the next secction without punching end
- Better visualization
- Ability to route into dead-end sections
|
|
|
|
|
|
|
|
aspect requesting.
This allows to incorporate interlocking to automated systems
|
|
|
|
to remove dependency of interlocking on luaautomation
|
|
|
|
Solves problem of wagon being unloaded while player sitting inside it because of network lag
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now, only the signal aspect setting is still missing
|
|
|
|
Missing things: signal aspect updating, waiting routes handling, management /info tool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Does not get saved yet.
|
|
|
|
if it already exists.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Degrotate doesn't work for meshes (why?), so all I've done was pretty useless...
|
|
correct read/write file binary data
|
|
|
|
|
|
|
|
lookup functions
|
|
Missing: ATC stuff, yaw problems
|
|
|
|
system
|
|
wagons
The occupation system as it is now will change. For each position, I will save the index in the train's path,
and implement a callback system. I need this because the occupation window system will not be enough to cover all use cases
(e.g. to make a train stop with it's center or back at a certain position, I need 3 different brake distances, which doesn't fit into the scheme)
|