index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ai
/
api
Age
Commit message (
Expand
)
Author
2009-02-14
(svn r15489) -Change [API CHANGE]: Remove AIAirport::AirportAvailable. AIAirp...
yexo
2009-02-14
(svn r15488) -Change [API CHANGE]: Add support for distant-join stations.
yexo
2009-02-14
(svn r15487) -Change [API CHANGE]: Remove the never implemented function AIEv...
yexo
2009-02-14
(svn r15486) -Change [API CHANGE]: Remove AITown::GetMaxTownID.
yexo
2009-02-14
(svn r15485) -Change [API CHANGE]: Split AIIndustry::HasHeliportAndDock and G...
yexo
2009-02-14
(svn r15484) -Change [API CHANGE]: Remove AICompany::GetCompanyName and SetCo...
yexo
2009-02-14
(svn r15483) -Change [API CHANGE]: Remove AIIndustry::GetProduction, use AIIn...
yexo
2009-02-14
(svn r15482) -Fix [NoAI]: Typos in api docs.
yexo
2009-02-14
(svn r15481) -Fix [NoAI]: Make sure AIs can't call functions they shouldn't c...
yexo
2009-02-14
(svn r15479) -Fix: Documentation of AIIndustryType::CanBuildIndustry().
frosch
2009-02-13
(svn r15462) -Change [NoAI]: Make AIController::GetTick() and AIController::G...
yexo
2009-02-12
(svn r15460) -Fix [NoAI]: don't require an instance to exist in the scope for...
rubidium
2009-02-11
(svn r15441) -Cleanup: Use a return value instead of passing a pointer to whe...
yexo
2009-02-10
(svn r15440) -Fix: Backup AIObject::GetAllowDoCommand and restore the old val...
yexo
2009-02-09
(svn r15436) -Codechange: Return index of station spec within station class a...
peter1138
2009-02-08
(svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc...
rubidium
2009-02-08
(svn r15408) -Fix (r15027): AIs could call AIController::Sleep() at times the...
Yexo
2009-02-08
(svn r15406) -Fix: make Valuate actually cost a few opcodes to not make it a ...
rubidium
2009-02-07
(svn r15400) -Fix: Typos in comments.
frosch
2009-02-05
(svn r15360) -Fix: Flooding vehicles did not trigger an AI event.
frosch
2009-02-05
(svn r15359) -Add [NoAI]: AIEventVehicleCrashed::CRASH_RV_UFO, AIEventDisaste...
frosch
2009-02-05
(svn r15358) -Add [NoAI]: AIEventVehicleCrashed::GetCrashReason()
frosch
2009-02-05
(svn r15355) -Codechange: simplify some stuff now ->FirstShared returns non-N...
rubidium
2009-02-05
(svn r15346) -Add [NoAI]: Add AIAirport::GetNearestTown() so AIs can known in...
Yexo
2009-02-05
(svn r15345) -Add [NoAI]: Add AIVehicle::HasSharedOrders() and AIVehicleList_...
Yexo
2009-02-04
(svn r15343) -Add [NoAI]: Add AITown::GetRoadLayout so AIs can get the road l...
Yexo
2009-02-03
(svn r15324) -Codechange: unify the class used for comparing of strings for s...
smatz
2009-02-01
(svn r15308) -Codechange: Deduplicate km-ish/h -> mph conversions.
frosch
2009-02-01
(svn r15307) -Fix: AIVehicle::GetCurrentSpeed() should also use km-ish/h inst...
frosch
2009-02-01
(svn r15306) -Codechange: Deduplicate code by adding Engine::GetDisplayMaxSpe...
frosch
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-26
(svn r15278) -Fix [FS#2332]: test noise limit of nearest town instead of st->...
smatz
2009-01-26
(svn r15277) -Fix (r15027): Building bridges in AITestMode always returned fa...
Yexo
2009-01-25
(svn r15270) -Change [API CHANGE]: remove AIEventTest
glx
2009-01-25
(svn r15263) -Codechange: added Engine::GetCost() to remove some code duplica...
glx
2009-01-24
(svn r15261) -Add: added Engine::GetRunningCost() to remove some code duplica...
glx
2009-01-24
(svn r15255) -Fix (r15027): AIVehicle::GetLength() returned only the length o...
frosch
2009-01-24
(svn r15252) -Fix (r15027): AIMarine::AreWaterTilesConnected() reported aqued...
frosch
2009-01-23
(svn r15244) -Fix (r15027): The station tile of an oilrig-like industry is no...
frosch
2009-01-23
(svn r15241) -Fix (r15027): NoAI API was not aware of certain newindustries '...
frosch
2009-01-21
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
Yexo
2009-01-21
(svn r15187) -Fix: assert when an AI called AIRoad::GetNeighbourRoadCount on ...
Yexo
2009-01-19
(svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, th...
peter1138
2009-01-18
(svn r15139) -Fix [NoAI]: a wrong tile got returned for hangar tiles when the...
rubidium
2009-01-17
(svn r15123) -Fix [NoAI]: 'const char *' implies that the return value should...
truebrain
2009-01-16
(svn r15109) -Add [NoAI]: add AITile::LevelTiles (Yexo)
truebrain
2009-01-16
(svn r15102) -Fix (r15101): somehow makedepend fucked up (patch by Yexo)
truebrain
2009-01-16
(svn r15101) -Change [API CHANGE]: more consistant naming for consts:
truebrain
2009-01-15
(svn r15100) -Add [NoAI]: introduce TILE_INVALID as const
truebrain
2009-01-15
(svn r15099) -Fix (r15078): GetTileIndex(0, -1) is perfectly fine
truebrain
[next]