Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
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.
|