Age | Commit message (Collapse) | Author |
|
where the newgrf's expect the original format. Thanks to michi_cc for finding these and providing the initial patch.
|
|
date.[ch]
-Cleanup: fix whitespace related coding style issues in date.[ch]
-Cleanup: make original comments doxygen compatible and remove/change outdated comments
|
|
|
|
information available. I suppose this was a copy&paste error
|
|
return
Also set the return type to void, because the caller doesn't care about it
|
|
instead of GetRailTile{T,Subt}ype() - this is more concise and a bit more flexible if/when the rail tile encoding changes
|
|
returning -1.
|
|
|
|
RAIL_TYPE_{NORMAL,SIGNAL,...} have nearly the same name, rename RAIL_TYPE_* to RAIL_TILE_* of extra clarity
|
|
only four bits
|
|
|
|
when a station has a high amount of cargo waiting.
|
|
newstations on big endian architectures.
|
|
0x03) check if the station has already been allocated. (Fixes duplicate waypoints in newstatsw in non-temperate climate)
|
|
|
|
train can pass.
|
|
|
|
in place of the existing one for waypoints.
|
|
|
|
and 49.
|
|
about missing sprite.c
|
|
|
|
GetCustomStationRelocation() as we can determine it internally
|
|
default and purchase pseudo types, to a station spec.
|
|
loaded sprites
|
|
|
|
|
|
code (as has happened for vehicles)
|
|
|
|
|
|
This is following the same scheme as for IndustrySpec
|
|
varadjusts and variable size. These are not yet processed, however.
|
|
|
|
custom names.
|
|
- Alter parameters of CMD_BUILD_RAILROAD_STATION to accept a custom station class and id.
- Add a dynamically allocated list of custom stations that the SpecIndex (m4) references.
|
|
|
|
|
|
project files.
|