Age | Commit message (Collapse) | Author |
|
|
|
map.c and map.h
|
|
|
|
|
|
This adds no functionality, but is a stepping stone for future improvement (like 16bit order indices) and is easier to read.
This changes preserves binary compatibility wrt savegames.
|
|
|
|
to check limits
|
|
- "inline" must before the return type (and after "static")
- Initialise all struct members, not just some of them
- Remove (one) spurious semicolon
|
|
depots (pasky).
|
|
Thanks to lvoge
|
|
|
|
|
|
-Fix: some minor fixes around GetTileTrackStatus (blathijs)
|
|
-Add: AI overrides service interval to 180 days
-Fix: AI hanged when all vehicles were disabled in Patch menu
|
|
Fix: I forgot to delete a local var from ai.c
|
|
|
|
|