Age | Commit message (Collapse) | Author |
|
|
|
someone, it contains a warning .. ;)
|
|
(or even allow) a min/max setting .. it is always 0/1 (Yexo)
|
|
allow savedata from the same version as we are now
|
|
a CanLoadFromVersion(version), which should return true/false, to indicate if you can load a savegame made with your AI of version 'version'
-Add [NoAI API CHANGE]: in main.nut the Load() function now should be Load(version, data), where 'version' is the version of your AI which made the savegame
-Codechange [NoAI]: various of function renames to make things more sane
-Add [NoAI]: push the 'version' of the AI through various of layers
-Codechange [NoAI]: various of code cleanups
-Add [NoAI]: store the version of the AI in the savegame too
|
|
current AI
|
|
|
|
PlantTree
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
without HQ
|
|
(optional) parameter.
|
|
queried facility (or station/roadstop is invalid) instead of 0 (Yexo)
|
|
|
|
|
|
the effect was the same) (Yexo)
|
|
|
|
|
|
by planetmaker)
|
|
|
|
client so it is immediatelly clear which one you are working with.
|
|
|
|
is more exact and less subject to interpretation
|
|
Provided by ln
I've added a little fix on currency.cpp too, why not :)
|
|
CMD_START_STOP_VEHICLE.
|
|
|
|
airport that doesn't have a depot.
|
|
|
|
|
|
with all other structs/classes that are in a pool.
|
|
settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
|
|
|
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
|
RoadOwner.
-Fix: Before evaluating RoadOwner, check if the roadtype is present.
-Fix: Some places assumed that MP_ROAD means normal street.
|
|
oil rig routes
|
|
|
|
were not available in original game, causing small planes and helis everywhere
|
|
DiagDirection to Track and Trackbits
|
|
something more than whitespace as description of files that don't have a description.
|
|
primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
|
|
okay (or lines starting with a space and then tabs).
|
|
operators.
|
|
depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
|
function can be used
|