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
/
tunnelbridge_cmd.cpp
Age
Commit message (
Expand
)
Author
2007-04-05
(svn r9563) -Feature: Add more finer control to transparency options, includi...
peter1138
2007-04-04
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
belugas
2007-04-01
(svn r9542) -Fix(FS# 712): When checking if a vehicle is on a given tile, and...
belugas
2007-03-24
(svn r9425) -Codechange/Fix (FS#689): Housekeeping in the convert rail functi...
celestar
2007-03-22
(svn r9400) -Codechange: Use some more representative enum names for landscap...
belugas
2007-03-20
(svn r9371) -Feature: Add support for variable snow lines in the arctic clima...
maedhros
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-04
(svn r9009) -Fix (r1): Determine whether to play a sound or not when entering...
Darkvater
2007-02-24
(svn r8884) -Fix
tron
2007-02-23
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file...
belugas
2007-02-22
(svn r8841) -Fix
tron
2007-02-14
(svn r8732) -Codechange/Fix(r8705): Turned the bit-handling macros into templ...
celestar
2007-02-13
(svn r8715) -Codechange/cleanup: replace magic numbers related to state of ro...
rubidium
2007-02-13
(svn r8701) -Codechange: replace magic numbers with enums for u.rail.track.
rubidium
2007-02-13
(svn r8698) -Codechange: enumify the returns of VehicleEnterTile
rubidium
2007-02-03
(svn r8567) -Feature: Allow upgrading bridges by building a new bridge over t...
maedhros
2007-01-27
(svn r8426) -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-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr