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
/
engine_base.h
Age
Commit message (
Expand
)
Author
2011-03-13
(svn r22239) -Doc: Further engine doxyment additions.
alberth
2011-02-05
(svn r21986) -Codechange: Add helper function to test whether an engine is st...
frosch
2011-02-05
(svn r21975) -Add: console command to reset the engine pool. It removes the t...
frosch
2010-12-22
(svn r21593) -Codechange: endif comment correcttions.
alberth
2010-12-14
(svn r21517) -Codechange: Add IsGroundVehicle function to the Engine class.
terkhen
2010-08-10
(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-10-31
(svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail cons...
frosch
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-17
(svn r17209) -Codechange: Move cargo_type from (Rail|Road|Ship)VehicleInfo to...
frosch
2009-06-17
(svn r16586) -Codechange: don't store lifelength in the savegame; it can easi...
rubidium
2009-06-16
(svn r16581) -Codechange: unify the access to Engine::lifelength.
rubidium
2009-06-16
(svn r16580) -Codechange: rename Engine::image_index to original_image_index ...
rubidium
2009-05-22
(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp
smatz
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-22
(svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable...
smatz
2009-05-18
(svn r16354) -Codechange: use 'new' pool accessors and methods for Engine too
smatz
2009-05-16
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...
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-08
(svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the...
frosch
2009-02-21
(svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, ...
frosch
2009-02-19
(svn r15521) -Codechange: add helper function to get the display tractive eff...
rubidium
2009-02-01
(svn r15306) -Codechange: Deduplicate code by adding Engine::GetDisplayMaxSpe...
frosch
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
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-07-25
(svn r13825) -Revert (r13821 partially): preview_player_rank wasn't a PlayerB...
peter1138
2008-07-25
(svn r13821) -Codechange: replace some uint8/bytes with more specificly named...
rubidium
2008-04-29
(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...
peter1138