summaryrefslogtreecommitdiff
path: root/src/water_cmd.cpp
AgeCommit message (Expand)Author
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) -Fixtron
2007-02-22(svn r8841) -Fixtron
2007-02-13(svn r8698) -Codechange: enumify the returns of VehicleEnterTilerubidium
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) -Fixtron
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