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.cpp
Age
Commit message (
Expand
)
Author
2007-11-20
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...
skidd13
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-08-02
(svn r10757) -Codechange: make the engine renew struct use the pool item clas...
rubidium
2007-07-14
(svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matth...
rubidium
2007-06-27
(svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsist...
peter1138
2007-06-18
(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...
rubidium
2007-06-18
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
rubidium
2007-05-25
(svn r9918) -Fix: the available roadtypes/railtypes were not updated on GRF u...
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-10
(svn r9825) -Codechange: [NewGRF] Add support for early vehicle retirement.
peter1138
2007-04-26
(svn r9718) -Fix: Don't allow building of rail vehicles whose railtype isn't ...
peter1138
2007-04-20
(svn r9688) -Codechange: Created a function to get default cargo type for a c...
bjarni
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 r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-03-03
(svn r9001) -Codechange: remove duplication of functions and strings with res...
rubidium
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-10
(svn r8660) -Fix
tron
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 r8428) -Codechange: Add proper names to aircraft subtypes instead of mag...
Darkvater
2007-01-26
(svn r8410) -Fix
tron
2007-01-24
(svn r8385) -Fix
tron
2007-01-21
(svn r8314) -Fix
tron
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr