Age | Commit message (Collapse) | Author |
|
|
|
necessarily do what you want. Instead of creating one, we now pass a pointer around as that avoids additional allocations.
|
|
AIGUI (Yexo)
|
|
SmallVector instead of using std::set. SmallVector does everything needed anyway.
|
|
|
|
'start_date' set to the AI slot (Yexo)
-Add [NoAI]: add a 'deviation' value for all settings, giving a slight deviation of the value of a setting (Yexo)
|
|
|
|
|
|
an AI should start next
|
|
allowed by info.nut
|
|
setting marked with AICONFIG_RANDOM (Yexo)
|
|
consts (Yexo)
|
|
|
|
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.
|
|
|