Age | Commit message (Collapse) | Author |
|
|
|
|
|
@param to @tparam if necessary
|
|
which were sometimes missing and sometimes just typos
|
|
|
|
with GetDepotIndex(tile)
|
|
|
|
|
|
all cases instead of only for ships; makes removing road/rail depots not crash :)
|
|
vehicles, otherwise it gets distracted and bails out
|
|
|
|
roadstation / roaddepot with road
to be consistent with overbuilding the front tile of tunnels/bridges and also to make it easier for AIs to
connect roadstations and roaddepots to the road in front of it
|
|
relatives
|
|
one-way when it doesn't belong to you
|
|
functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits?
|
|
clean construct for invalidating nearest town for road tiles
|
|
and change its behaviour accordingly
|
|
|
|
town_type.h to separate files
|
|
|
|
and change its behaviour accordingly
-Codechange: remove dummy GetAcceptedCargo_*() handlers
|
|
|
|
casts when converting Vehicle to specialised vehicle types. Includes safety check
|
|
code style.
|
|
|
|
|
|
time, binary size and run time (with asserts disabled) should be improved
|
|
PoolItem::IsValidID(index)
|
|
and _SIGNALS.
|
|
this ID' from 'some' strings and replace the string name with something more sensible.
|
|
|
|
CalcClosestTownFromTile
|
|
it possible to remove someone's tram tracks.
-Feature: allow building road stops on road/tram tracks of competitors.
|
|
some cases, or made decisions on the 'original' slope instead the slope after applying the foundation..
|
|
|
|
|
|
color and colour.
|
|
except where it's used for backward compatability.
|
|
|
|
too instead of a separate command.
|
|
|
|
|
|
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
|
|
|
|
(if enabled). Primarily useful for systems with touch screen (aapo)
|
|
(optional) parameter.
|
|
after importing older savegame and during town generation
-Codechange: rewrite parts of code responsible for caching index of nearest town
|
|
of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus)
|
|
|
|
|