Commit Graph

11 Commits

Author SHA1 Message Date
Darkvater 80814dbb1d (svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it accepts
DiagDirections, and add TileOffsByDir that handles Directions.
-Codechange: Make the treeloop use TileOffsByDir().
2006-09-05 23:21:41 +00:00
tron fa74002356 (svn r5101) Add a function to convert an axis and a flag for north/south into a DiagDirection. Use it for bridge ramps and ship depots 2006-06-04 16:04:15 +00:00
peter1138 59d5ed821f (svn r5084) - Add owner attribute to canals and locks. This makes them more useful in multiplayer games, as before, anyone could delete any canal or lock tile. This doesn't affect whose ships can use whose canals or locks. 2006-06-03 15:10:39 +00:00
tron 0347fb2ab6 (svn r4541) Add a type for slopes and replace many magic numbers by the appropriate enums 2006-04-23 13:48:16 +00:00
celestar 89c145b14e (svn r4252) -Codechange: Make more use of map accessors. water_cmd is now map access free 2006-04-03 10:50:54 +00:00
celestar b4d9a37acc (svn r4251) -Fix: Silence a warning in GetWaterTileType 2006-04-03 10:31:02 +00:00
celestar 7d3827cf35 (svn r4250) -Codechange: Further use of map accessors for water tiles 2006-04-03 10:28:16 +00:00
celestar 736983a06d (svn r4212) -Codechange: Add and make use of an accessor that retrieves the type of a water tile. Add an enum describing the different water tiles 2006-03-31 18:36:13 +00:00
celestar 8a91805c05 (svn r4172) -Codechange: Added a few accessors to work with ShipDepots and Locks 2006-03-30 11:21:36 +00:00
celestar 24f23babd1 (svn r4171) -Codechange: Create map accessor functions for creating ship depots and locks. Make use of them 2006-03-30 11:11:35 +00:00
tron 819d210acc (svn r3714) Add functions to turn tiles into water and shore tiles 2006-03-01 21:00:44 +00:00