Age | Commit message (Collapse) | Author |
|
more uniform.
-Cleanup: whitespace alignment of a few tables.
|
|
large as any type of destinataion (StationID, DepotID, WaypointID) it can hold
DestinationID being a union of these types is just hassle without benefit and cannot be handled correctly everywhere because of local lack of information
|
|
-Codechange: introduced DestinationID, which is in fact an union of several types
Used in Order struct, so no longer StationID is abused for all targets.
Hangars are a big exception, as they use a station-id with GOTO_DEPOT (go figure)
|
|
for trains (to be used by platform selection feature)
|
|
|
|
support and users for testing.
|