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
/
train_cmd.cpp
Age
Commit message (
Expand
)
Author
2007-03-22
(svn r9400) -Codechange: Use some more representative enum names for landscap...
belugas
2007-03-19
(svn r9322) -Codechange: Use cargo class to count crash/flood victims
peter1138
2007-03-18
(svn r9277) -Fix [FS#685]: shared orders got messed up when the 'first' train...
rubidium
2007-03-16
(svn r9259) -Codechange: NUM_CARGO isn't a valid cargo type...
peter1138
2007-03-13
(svn r9146) -Fix [NTP][FS#676](r6800): "Train is lost" message is generated i...
KUDr
2007-03-08
(svn r9072) -Codechange: [Orders] added methods to orders to free them and ch...
bjarni
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-02-28
(svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xF...
maedhros
2007-02-28
(svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can ...
maedhros
2007-02-27
(svn r8935) -Codechange: unification of track type between road and rail tile...
rubidium
2007-02-25
(svn r8900) -Fix
tron
2007-02-25
(svn r8899) -Fix
tron
2007-02-25
(svn r8897) -Fix
tron
2007-02-25
(svn r8896) -Fix
tron
2007-02-25
(svn r8894) -Fix
tron
2007-02-25
(svn r8893) -Fix
tron
2007-02-24
(svn r8884) -Fix
tron
2007-02-24
(svn r8878) -Fix
tron
2007-02-22
(svn r8850) -Codechange: Use the cargo type's is_freight flag instead of chec...
peter1138
2007-02-20
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...
peter1138
2007-02-13
(svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into Get...
celestar
2007-02-13
(svn r8703) -Codechange/cleanup: some magic numbers -> enums and other small ...
rubidium
2007-02-13
(svn r8701) -Codechange: replace magic numbers with enums for u.rail.track.
rubidium
2007-02-13
(svn r8700) -Fix (8698): replaced a magic number with the wrong enum :(
rubidium
2007-02-13
(svn r8698) -Codechange: enumify the returns of VehicleEnterTile
rubidium
2007-02-06
(svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace...
bjarni
2007-02-03
(svn r8550) -Fix
tron
2007-01-30
(svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member ...
belugas
2007-01-27
(svn r8434) -Fix (r8430): Missing braces caused compilation failure for some ...
peter1138
2007-01-27
(svn r8430) -Fix
tron
2007-01-24
(svn r8393) -Fix
tron
2007-01-24
(svn r8385) -Fix
tron
2007-01-21
(svn r8320) -Fix
tron
2007-01-19
(svn r8276) -Fix
tron
2007-01-14
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...
peter1138
2007-01-13
(svn r8110) -Codechange: direct Vehicle::current_order.type changes (to OT_LO...
KUDr
2007-01-11
(svn r8056) -Codechange: Remove swap_byte, swap_byte, and siblings (some were...
celestar
2007-01-11
(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macro...
celestar
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