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_map.h
Age
Commit message (
Expand
)
Author
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-06-30
Feature: Multi-tile docks and docking points.
peter1138
2019-03-02
Fix #7307: Add WaterClass to MP_TREES, set when trees are on coast tiles (#7309)
Eddi-z
2014-09-21
(svn r26878) -Change: move m6 to TileExtended to keep Tile 8 bytes and thus b...
rubidium
2011-12-13
(svn r23512) -Change [FS#4872]: Allow to place locks also on river rapids and...
planetmaker
2011-07-10
(svn r22647) -Codechange: Enhance MP_WATER map accessors with assertions. (ad...
frosch
2011-07-10
(svn r22646) -Codechange: Simplify MP_WATER map accessors, esp. for locks and...
frosch
2011-07-07
(svn r22638) -Fix: Keep the previous owner of the upper and lower lock parts ...
michi_cc
2011-05-01
(svn r22405) -Document: some more "random-ish" tidbits
rubidium
2010-11-21
(svn r21290) -Codechange: Add HasTileWaterGround() to deduplicate some tests.
frosch
2010-10-08
(svn r20909) -Fix [FS#4137]: don't see coasts as water for object construction
rubidium
2010-09-05
(svn r20740) -Codechange: Add HasTileWaterClass() to test for tiletypes with ...
frosch
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-26
(svn r20631) -Codechange: generalise IsIndustryTileOnWater + simplify so rela...
rubidium
2010-08-19
(svn r20561) -Fix: compiler warning
rubidium
2010-08-19
(svn r20559) -Fix [FS#4045]: make sure that all vehicles are build in the mos...
yexo
2010-08-11
(svn r20446) -Codechange: unify the location of the water class
rubidium
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-07-03
(svn r20064) -Doc: Document water tile query and helper functions.
alberth
2010-04-17
(svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL.
frosch
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-10-20
(svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to ...
rubidium
2009-09-10
(svn r17493) -Codechange: store the depot index on the map
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-03-08
(svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits
smatz
2008-07-26
(svn r13838) -Codechange: Make industry tiles aware of WaterClasses.
frosch
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-18
(svn r12758) -Fix(r4712, r12745): Use a bool when it's about boolean evaluati...
belugas
2008-04-17
(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()
smatz
2008-02-06
(svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed....
frosch
2008-02-02
(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in ...
peter1138
2008-01-22
(svn r11952) -Fix (r11926): Prevent industries from being built on rivers, un...
peter1138
2008-01-20
(svn r11934) -Codechange: add persistent random data for river and canal tiles.
peter1138
2008-01-19
(svn r11926) -Feature: Rivers. Graphics must be provided by NewGRF else river...
peter1138
2007-12-07
(svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always retur...
rubidium
2007-11-24
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...
skidd13
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-10-16
(svn r11276) -Codechange: be more consistent with naming of some accessors.
rubidium
2007-06-19
(svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always hav...
rubidium
2007-04-06
(svn r9568) -Documentation: doxygen and comment changes: Root of src is final...
belugas
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-01-02
(svn r7759) -Merge: makefile rewrite. This merge features:
rubidium