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
/
water_cmd.cpp
Age
Commit message (
Expand
)
Author
2007-04-06
(svn r9568) -Documentation: doxygen and comment changes: Root of src is final...
belugas
2007-04-05
(svn r9563) -Feature: Add more finer control to transparency options, includi...
peter1138
2007-03-19
(svn r9322) -Codechange: Use cargo class to count crash/flood victims
peter1138
2007-03-10
(svn r9105) -Fix [FS#629]: disable the ability to make flooding water with th...
rubidium
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-01
(svn r8953) -Codechange: make the names of enums of WaterTileType consistent ...
rubidium
2007-02-26
(svn r8908) -Codechange: declaration of DrawBridgeMiddle does not belong in a...
rubidium
2007-02-24
(svn r8876) -Fix
tron
2007-02-22
(svn r8841) -Fix
tron
2007-02-13
(svn r8698) -Codechange: enumify the returns of VehicleEnterTile
rubidium
2007-02-07
(svn r8620) -Fix: buoys on canal tiles do not flood anymore (Maedhros).
rubidium
2007-02-05
(svn r8593) -Fix (FS#564): bridges do not get destroyed when the bridge head ...
rubidium
2007-02-02
(svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming con...
celestar
2007-01-21
(svn r8299) -Fix
tron
2007-01-16
(svn r8154) -Codechange: Water can no longer be under bridge tiles, so don't ...
peter1138
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