Age | Commit message (Collapse) | Author |
|
AirportSpec
-Fix: [NewGRF] return the ttd airport type in station var 0xF1
|
|
when there is no truck/bus stop
|
|
rail types. (To be documented...)
|
|
|
|
|
|
SPRITE_MODIFIER_CUSTOM_SPRITE, invert its meaning, and also use it for industry/house layouts instead of IS_CUSTOM_SPRITE().
|
|
|
|
if a header require a header make it include that header
|
|
|
|
|
|
graphics.
|
|
trigger area.
|
|
|
|
including of newgrf_cargo.h
|
|
|
|
|
|
relatives
|
|
TILE_LOOP.
|
|
trainst_h.
|
|
it's written.
|
|
is either a rail station or rail waypoint tile
|
|
waypoint_func.h
|
|
all over the place when using the more advanced station types.
-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
|
|
|
|
functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits?
|
|
allocation for waypoints too
|
|
functions work for both stations and waypoints
|
|
|
|
|
|
can be reused for Waypoints.
|
|
valid CargoSpecs
|
|
|
|
|
|
|
|
|
|
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.
|