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
/
ai_vehicle.cpp
Age
Commit message (
Expand
)
Author
2009-05-24
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...
rubidium
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-18
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...
smatz
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-04-26
(svn r16165) -Add [FS#2801] [NoAI]: several functions to AIOrder to check the...
yexo
2009-02-14
(svn r15492) -Change [API CHANGE]: Split AIVehicle::MoveWagon in MoveWagon an...
yexo
2009-02-05
(svn r15345) -Add [NoAI]: Add AIVehicle::HasSharedOrders() and AIVehicleList_...
Yexo
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-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-24
(svn r15255) -Fix (r15027): AIVehicle::GetLength() returned only the length o...
frosch
2009-01-17
(svn r15123) -Fix [NoAI]: 'const char *' implies that the return value should...
truebrain
2009-01-16
(svn r15101) -Change [API CHANGE]: more consistant naming for consts:
truebrain
2009-01-12
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...
truebrain