Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
const is (accidentally?) removed using C-style casts.
|
|
|
|
instead of using a big union
|
|
requested.
|
|
|
|
as a return parameter of GetCustomStationSpecByGrf(), as the index is already known. Saves on an extra loop and an extern...
|
|
color and colour.
|
|
|
|
see.
NoAI is an API (a framework) to build your own AIs in. See:
http://wiki.openttd.org/wiki/index.php/AI:Main_Page
With many thanks to:
- glx and Rubidium for their syncing, feedback and hard work
- Yexo for his feedback, patches, and AIs which tested the system very deep
- Morloth for his feedback and patches
- TJIP for hosting a challenge which kept NoAI on track
- All AI authors for testing our AI API, and all other people who helped in one way or another
-Remove: all old AIs and their cheats/hacks
|
|
new station spec effectively breaking variable 41. This was due to the limited number of station specs that we can have per station. This fix makes newly build station parts create a new spec until one cannot allocate new station specs anymore and it'll revert to the old behaviour (sharing station specs).
|
|
|
|
PALETTE_MODIFIER_COLOR in spritelayout drawing.
-Fix [FS#2419]: The modifiers were not applied in all cases.
|
|
|
|
|
|
client so it is immediatelly clear which one you are working with.
|
|
and IsRailWaypoint() checks at several places
|
|
reservation state). (michi_cc)
|
|
|
|
|
|
for stations, houses and industries
|
|
the same axis as connected, even when the tunnel faces the wrong direction.
|
|
code.
|
|
stations.
|
|
|
|
texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
|
|
|
|
(Thanks to mart3p for samples and fixes)
|
|
|
|
for company colours.
|
|
station_func.h.
|
|
|
|
remove -Wno-empty-body from the configure script
|
|
GetTileTrackStatus().
|
|
DrawTileSprites into one PalSpriteID
|
|
one PalSpriteID
|
|
0x62, indtile var 0x60 and industry var 0x62 to 'newgrf_commons.cpp'.
|
|
|
|
method of generating list.
|
|
unneeded include from openttd.h.
|
|
|
|
|
|
|
|
it is really needed.
|
|
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
|