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_engine.cpp
Age
Commit message (
Expand
)
Author
2011-01-22
(svn r21888) -Codechange: remove some unneeded (for the AI header) headers fr...
rubidium
2010-12-21
(svn r21571) -Codechange: Having a break after a return is no good.
alberth
2010-08-01
(svn r20281) -Codechange: unify case scope closure + break coding style
rubidium
2010-05-22
(svn r19880) -Fix: [NoAI] AIEngine::IsValidEngine() and AIEngine::IsBuildable...
frosch
2010-03-06
(svn r19349) -Add: [NoAI] AIs can get the power, weight and tractive effort o...
terkhen
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-11-28
(svn r18330) -Cleanup: remove some unneeded includes
rubidium
2009-10-28
(svn r17898) -Fix: [NoAI] Improve behaviour of (AIEngine|AIEventEnginePreview...
frosch
2009-10-06
(svn r17728) -Cleanup: Remove some more unneeded/unused parameters.
frosch
2009-10-05
(svn r17719) -Change: [NoAI] Make AIEngine:CanRefitCargo() not report refitta...
frosch
2009-10-04
(svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineIn...
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-31
(svn r17014) -Add [NoAI]: AIEngine::GetDesignDate
yexo
2009-06-27
(svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoA...
frosch
2009-06-16
(svn r16581) -Codechange: unify the access to Engine::lifelength.
rubidium
2009-05-18
(svn r16354) -Codechange: use 'new' pool accessors and methods for Engine too
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-03-18
(svn r15763) -Codechange/Fix: Add Engine::GetDisplayDefaultCapacity() and use...
frosch
2009-03-13
(svn r15705) -Fix: Do not show passenger-/mail-capacity if the aircraft carri...
frosch
2009-02-21
(svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, ...
frosch
2009-02-19
(svn r15524) -Add [NoAI]: AIEngine::GetPower, AIEngine::GetWeight and AIEngin...
yexo
2009-02-01
(svn r15308) -Codechange: Deduplicate km-ish/h -> mph conversions.
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-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-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-13
(svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR
smatz
2009-01-12
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...
truebrain