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-07-01
(svn r16711) -Codechange: use FOR_ALL_SUBSIDIES macro when iterating over all...
smatz
2009-06-27
(svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoA...
frosch
2009-06-27
(svn r16678) -Codechange: Turn CargoArray into a class, so one does not have ...
frosch
2009-06-27
(svn r16676) -Codechange: Rename AcceptedCargo to CargoArray and its instance...
frosch
2009-06-24
(svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile()
smatz
2009-06-24
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
smatz
2009-06-23
(svn r16640) -Codechange: move roadstop stuff to separate files
smatz
2009-06-21
(svn r16618) -Fix (r16614): Silence a warning.
frosch
2009-06-21
(svn r16614) -Codechange: Make the airport min/max available year a property ...
yexo
2009-06-17
(svn r16585) -Add [NoAI]: AIBuoyList to get a list of all buoys
yexo
2009-06-16
(svn r16581) -Codechange: unify the access to Engine::lifelength.
rubidium
2009-06-11
(svn r16563) -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return true...
yexo
2009-06-11
(svn r16562) -Revert (r16561)
yexo
2009-06-11
(svn r16561) -Fix [NoAI]: AIMarine::AreWaterTilesConnected didn't return true...
yexo
2009-06-07
(svn r16529) -Fix [NoAI]: StationIDs from oilrigs were not considered valid b...
yexo
2009-06-06
(svn r16527) -Codechange: use static member functions instead of simple casts...
smatz
2009-06-06
(svn r16524) -Fix [FS#2963]: missing guards in the NoAI API making it possibl...
rubidium
2009-06-05
(svn r16520) -Fix [NoAI]: Make sure AIBridge::BuildBridge returns what the do...
yexo
2009-06-03
(svn r16510) -Doc: silence some (AI) doxygen warnings by adding comments abou...
rubidium
2009-06-01
(svn r16502) -Fix [FS#2935]: when an AI was suspended while in a function cal...
yexo
2009-06-01
(svn r16491) -Codechange: Added parentheses around bitwise operators for code...
alberth
2009-05-26
(svn r16441) -Codechange: new class SpecializedVehicle used as superclass for...
smatz
2009-05-26
(svn r16440) -Fix [NoAI]: AIRail::GetRailStationDirection returned incorrect ...
yexo
2009-05-26
(svn r16433) -Codechange: Remove most of CmdSetAutoreplace and replace it wit...
yexo
2009-05-24
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...
rubidium
2009-05-23
(svn r16403) -Codechange: move code related to subsidies to separate file
smatz
2009-05-23
(svn r16400) -Add [NoAI]: add AISignList that can be used to get a list of va...
yexo
2009-05-23
(svn r16397) -Codechange: move GetVehicleOrder/GetLastVehicleOrder into Vehicle
rubidium
2009-05-23
(svn r16395) -Fix (r16379): max sign ID can be higher than total number of signs
smatz
2009-05-23
(svn r16394) -Codechange: move (NewGRF) cache variables into a separate struc...
rubidium
2009-05-22
(svn r16393) -Codechange: move VehicleRail to Train.
rubidium
2009-05-22
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
rubidium
2009-05-22
(svn r16390) -Codechange: move u.road to RoadVehicle.
rubidium
2009-05-22
(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct...
smatz
2009-05-18
(svn r16354) -Codechange: use 'new' pool accessors and methods for Engine too
smatz
2009-05-18
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...
smatz
2009-05-18
(svn r16349) -Codechange: rename IsPlainRailTile() to IsPlainRail(), introduc...
smatz
2009-05-17
(svn r16332) -Codechange: replace some -1 + 1 with 'nothing' or <= .. - 1 wit...
rubidium
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-05-15
(svn r16315) -Codechange: move the autorenew settings to a new CompanySetting...
yexo
2009-05-15
(svn r16311) -Fix: (Get|Set)TrackBits() is only valid for RAIL_TILE_NORMAL an...
frosch
2009-05-10
(svn r16267) -Documentation: [NoAI] Explain how to deal with IDs of various o...
frosch
2009-05-10
(svn r16266) -Documentation: [NoAI] Add details to AITile::(Raise|Lower)Tile ...
frosch
2009-05-10
(svn r16264) -Change/Fix (r16262): [NoAI] Change SLOPE_INVALID to 0xFFFF so t...
frosch
2009-05-09
(svn r16262) -Fix [NoAI]: Check slopes passed to the API better for validity
yexo
2009-05-07
(svn r16253) -Add [NoAI]: AIController::GetVersion, this returns the newgrf-v...
yexo
2009-05-07
(svn r16252) -Add [NoAI]: AIAirport::GetPrice, returning the building cost of...
yexo
2009-05-07
(svn r16249) -Fix [NoAI]: Enable parameter checking for AIController::* funct...
yexo
2009-05-06
(svn r16244) -Fix [NoAI]: Make sure AITunnel::BuildTunnel returns what the do...
yexo
[prev]
[next]