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.h
Age
Commit message (
Expand
)
Author
2007-08-30
(svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with temp...
rubidium
2007-08-02
(svn r10757) -Codechange: make the engine renew struct use the pool item clas...
rubidium
2007-07-24
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> t...
rubidium
2007-06-18
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
rubidium
2007-05-25
(svn r9917) -Codechange: prepare some more areas for more road types.
rubidium
2007-05-19
(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...
rubidium
2007-05-18
(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type ...
rubidium
2007-05-10
(svn r9825) -Codechange: [NewGRF] Add support for early vehicle retirement.
peter1138
2007-05-08
(svn r9813) -Fix (r9799): wagons must have EC_STEAM, otherwise they don't sho...
rubidium
2007-05-06
(svn r9799) -Codechange: separate engine class and engine running cost class ...
rubidium
2007-05-06
(svn r9795) -Codechange: enumify the EngineClass.
rubidium
2007-04-20
(svn r9688) -Codechange: Created a function to get default cargo type for a c...
bjarni
2007-04-18
(svn r9669) -Documentation: some more doxygen fixes
belugas
2007-04-17
(svn r9662) -Documentation: Doxygen corrections and @file omissions
belugas
2007-03-08
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...
rubidium
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-03-02
(svn r8973) -Feature/Codechange: Changed the internal unit for aircraft veloc...
celestar
2007-02-28
(svn r8944) -Codechange: Move the enum describing the bitmask of Engine.flags...
maedhros
2007-02-23
(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and ...
belugas
2007-02-07
(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ...
bjarni
2007-02-06
(svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace...
bjarni
2007-01-30
(svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member ...
belugas
2007-01-27
(svn r8429) -Codechange: Add a name for AircraftVehicleInfo subtype helicopte...
Darkvater
2007-01-27
(svn r8428) -Codechange: Add proper names to aircraft subtypes instead of mag...
Darkvater
2007-01-24
(svn r8385) -Fix
tron
2007-01-21
(svn r8321) -Fix
tron
2007-01-21
(svn r8314) -Fix
tron
2007-01-14
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...
peter1138
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-02
(svn r7759) -Merge: makefile rewrite. This merge features:
rubidium