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
2010-12-14
(svn r21521) -Codechange: Unify some cached values that were present in both ...
terkhen
2010-12-14
(svn r21515) -Codechange: Use cached_total_length where appropiate.
terkhen
2010-12-05
(svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes
rubidium
2010-09-08
(svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehic...
rubidium
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-19
(svn r20573) -Codechange: free/reserve some bits in the sell vehicle command ...
rubidium
2010-08-19
(svn r20572) -Codechange: free/reserve some bits in the wagon move command to...
rubidium
2010-08-19
(svn r20568) -Codechange: change the value of AIVehicle::VEHICLE_INVALID and ...
yexo
2010-08-18
(svn r20533) -Codechange: shuffle a bit with the bits in the sell command
rubidium
2010-08-17
(svn r20532) -Codechange: unify selling of vehicles a bit
rubidium
2010-01-18
(svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper...
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2010-01-02
(svn r18687) -Add [NoAI]: AIEngine::IsBuildable to check if you can build a c...
yexo
2009-12-14
(svn r18504) -Remove [NoAI]: AIVehicle::SkipToVehicleOrder as it was a duplic...
yexo
2009-12-12
(svn r18471) -Codechange/Fix: [NoAI] Deduplicate code betweeen AIVehicle::Ski...
frosch
2009-08-27
(svn r17292) -Codechange: use unified ToPercent() function to convert fract n...
smatz
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-10
(svn r16790) -Add [NoAI]: AIVehicle::GetReliability to get the current reliab...
yexo
2009-07-02
(svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNe...
smatz
2009-07-02
(svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart f...
rubidium
2009-07-02
(svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedP...
rubidium
2009-07-01
(svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW...
smatz
2009-07-01
(svn r16718) -Codechange: make IsFreeWagon() member of Train
smatz
2009-06-06
(svn r16527) -Codechange: use static member functions instead of simple casts...
smatz
2009-05-26
(svn r16441) -Codechange: new class SpecializedVehicle used as superclass for...
smatz
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