summaryrefslogtreecommitdiff
path: root/water_cmd.c
AgeCommit message (Expand)Author
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-26(svn r6141) -Codechange: introduced DepotID and used it as much as possibletruelight
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-06(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst...tron
2006-07-26(svn r5609) CodeChange : Apply coding stylebelugas
2006-07-25(svn r5606) Replace some magic numbers by proper TrackBits enums and macrostron
2006-06-30(svn r5435) Fix (r5406): Make sure sea-level canals below bridge tiles don't ...peter1138
2006-06-28(svn r5406) - Regression [r5403]: Fix assertion in TileLoop_Water() caused by...peter1138
2006-06-28(svn r5403) - Feature: Allow building canals at sea-level, using ctrl to togg...peter1138
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-07(svn r5155) - Remove the bridge branch merge (revision r5070)tron
2006-06-03(svn r5084) - Add owner attribute to canals and locks. This makes them more u...peter1138
2006-06-03(svn r5083) -Fix: Assert when trying to build a lock on a tile with trees. (T...celestar
2006-06-02(svn r5070) Merged the bridge branchcelestar
2006-05-27(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su...KUDr
2006-05-21(svn r4940) Remove the dubious feature of remembering the last built depot. I...tron
2006-04-25(svn r4572) Remove vehicle_leave_tile_proctron
2006-04-23(svn r4541) Add a type for slopes and replace many magic numbers by the appro...tron
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-04-04(svn r4269) We don't use GNU indentation styletron
2006-04-03(svn r4266) - Fix: compile warning on VS2005 (not all control paths return a ...Darkvater
2006-04-03(svn r4252) -Codechange: Make more use of map accessors. water_cmd is now map...celestar
2006-04-03(svn r4250) -Codechange: Further use of map accessors for water tilescelestar
2006-04-03(svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 ...celestar
2006-04-02(svn r4242) Pass TileIndex and slope to GetSlopeTileh_*() instead of TileInfotron
2006-03-31(svn r4212) -Codechange: Add and make use of an accessor that retrieves the t...celestar
2006-03-30(svn r4172) -Codechange: Added a few accessors to work with ShipDepots and Lockscelestar
2006-03-30(svn r4171) -Codechange: Create map accessor functions for creating ship depo...celestar
2006-03-26(svn r4120) Use the new station functions where appropriatetron
2006-03-19(svn r3987) Fix another bug in r3979 *grumble*tron
2006-03-19(svn r3980) Fix glitch in r3979 spotted by Rubidium. Maybe I'm getting too ol...tron
2006-03-19(svn r3979) Move GetRailFoundation() to rail_map.h and use it and friends to ...tron
2006-03-16(svn r3907) Replace many bridge related direct map accesses with calls to shi...tron
2006-03-13(svn r3846) Add functions to set the type of stuff (clear, water, rail, road)...tron
2006-03-12(svn r3829) Reduce the use of _error_message by directly returning error code...tron
2006-03-10(svn r3813) Simplify strange control flowtron
2006-03-08(svn r3792) -Fix: Mark the right tile as dirty. It's just a graphical glitch ...tron
2006-03-08(svn r3783) Replace further ints and magic numbers by Direction, DiagDirectio...tron
2006-03-01(svn r3714) Add functions to turn tiles into water and shore tilestron
2006-02-13(svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, a...tron
2006-02-06(svn r3564) Several smaller changes:tron
2006-02-01(svn r3510) Fiddle with whitespace and parenthesestron
2006-01-30(svn r3490) -Fix: A bunch (10) of off-by-one errors when checking if a TileIn...tron
2005-12-10(svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed()peter1138
2005-11-18(svn r3218) -Feature: Multiheaded train engines will now stay in the same trainbjarni
2005-11-16(svn r3199) -Fix: There are only 2 possible directions for ship depots, not 4tron
2005-11-16(svn r3194) Don't use FindLandscapeHeightByTile() when it's overkilltron
2005-11-14(svn r3181) -Bracingtron
2005-10-23(svn r3078) Some more stuff, which piled up:tron
2005-10-22(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com...tron