Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | (svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() ↵ | smatz | |
instead of CountBits() where possible | |||
2010-01-29 | (svn r18955) -Feature: [NoAI] introduce GetBuildCost functions in several ↵ | yexo | |
classes to get easier cost estimations before you start building | |||
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵ | rubidium | |
if a header require a header make it include that header | |||
2010-01-04 | (svn r18719) -Feature: don't delete the rough/rocky status of a tile when ↵ | yexo | |
it's covered by snow, this allows rocky tiles under snow if you have a variable snowline | |||
2010-01-03 | (svn r18696) -Fix [FS#3404]: AITile::IsCoastTile returned false for coast ↵ | yexo | |
tiles with trees on them. | |||
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium | |
2009-09-02 | (svn r17378) -Fix [NoAI]: Several AITile::* functions didn't check whether ↵ | yexo | |
their parameters were valid | |||
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
2009-08-18 | (svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. ↵ | yexo | |
Return "0.7" to get an api compatible (as much as possible) with the 0.7 api or "0.8" to get the latest api. -Change [NoAI]: move all deprecated functions to a separate squirrel script that is only loaded if an AI requests an old API version. | |||
2009-08-08 | (svn r17111) -Fix (r17110): forgot to include ai_log.hpp | yexo | |
2009-08-08 | (svn r17110) -Fix [NoAI]: Print a warning message in the AI console when a ↵ | yexo | |
deprecated function is used | |||
2009-07-08 | (svn r16767) -Fix [NoAI] (r16524): AITile::GetCargoProduction/Acceptance ↵ | yexo | |
didn't accept a radius of 0 anymore | |||
2009-06-27 | (svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ↵ | frosch | |
to deal with sizeof() wrt. typedef-ed arrays. | |||
2009-06-27 | (svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its ↵ | frosch | |
instances to more meaningful names. | |||
2009-06-06 | (svn r16524) -Fix [FS#2963]: missing guards in the NoAI API making it ↵ | rubidium | |
possible to hit an assert in OpenTTD. | |||
2009-05-09 | (svn r16262) -Fix [NoAI]: Check slopes passed to the API better for validity | yexo | |
2009-04-26 | (svn r16166) -Add [NoAI]: AITile::Get(Min|Max|Corner)Height | frosch | |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz | |
2009-01-24 | (svn r15252) -Fix (r15027): AIMarine::AreWaterTilesConnected() reported ↵ | frosch | |
aqueducts being connected with all surrounding tiles. Also add some type safety. | |||
2009-01-21 | (svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map. | Yexo | |
2009-01-16 | (svn r15109) -Add [NoAI]: add AITile::LevelTiles (Yexo) | truebrain | |
2009-01-16 | (svn r15101) -Change [API CHANGE]: more consistant naming for consts: | truebrain | |
INVALID_TOWN_RATING -> TOWN_RATING_INVALID INVALID_TRANSPORT -> TRANSPORT_INVALID INVALID_ORDER -> ORDER_INVALID INVALID_GROUP -> GROUP_INVALID GROUP_ALL/DEFAULT -> ALL/DEFAULT_GROUP VEHICLE_RAIL/ROAD/.. -> VT_RAIL/ROAD/.. MY_COMPANY -> COMPANY_SELF FIRST/LAST/INVALID_COMPANY -> COMPANY_FIRST/LAST/INVALID | |||
2009-01-12 | (svn r15036) -Fix: use the same value for 'random' through-out the code for ↵ | truebrain | |
PlantTree | |||
2009-01-12 | (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ↵ | truebrain | |
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 |