rubidium
|
ab5b0ceff2
|
(svn r20446) -Codechange: unify the location of the water class
|
2010-08-11 14:14:06 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
alberth
|
281f70050d
|
(svn r20064) -Doc: Document water tile query and helper functions.
|
2010-07-03 18:43:52 +00:00 |
|
alberth
|
ed4fdd4a7b
|
(svn r20064) -Doc: Document water tile query and helper functions.
|
2010-07-03 18:43:52 +00:00 |
|
frosch
|
099f734be9
|
(svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL.
|
2010-04-17 23:34:00 +00:00 |
|
frosch
|
893e405af0
|
(svn r19668) -Codechange: Use WaterClass in parameters of CMD_BUILD_CANAL.
|
2010-04-17 23:34:00 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
c0efafc52d
|
(svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals.
|
2009-10-20 12:31:11 +00:00 |
|
rubidium
|
06c55863ca
|
(svn r17817) -Codechange: MakeWater actually made sea tiles, so rename it to MakeSea and unduplicate the code to make sea, rivers and canals.
|
2009-10-20 12:31:11 +00:00 |
|
rubidium
|
10c3af4642
|
(svn r17493) -Codechange: store the depot index on the map
|
2009-09-10 14:33:07 +00:00 |
|
rubidium
|
55ddce8da2
|
(svn r17493) -Codechange: store the depot index on the map
|
2009-09-10 14:33:07 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
smatz
|
50624d5c0f
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
|
smatz
|
62a7948af0
|
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved
|
2009-05-22 15:13:50 +00:00 |
|
smatz
|
e57699d8c0
|
(svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits
|
2009-03-08 16:10:39 +00:00 |
|
smatz
|
e124aa8fd6
|
(svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits
|
2009-03-08 16:10:39 +00:00 |
|
frosch
|
6684bc12d5
|
(svn r13838) -Codechange: Make industry tiles aware of WaterClasses.
|
2008-07-26 16:14:10 +00:00 |
|
frosch
|
16c80d031c
|
(svn r13838) -Codechange: Make industry tiles aware of WaterClasses.
|
2008-07-26 16:14:10 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
belugas
|
ed497b4fa7
|
(svn r12758) -Fix(r4712, r12745): Use a bool when it's about boolean evaluation. a TileIndex is hardly a bool, of course of course. Thanks for good old MSVC warnings.
|
2008-04-18 01:35:17 +00:00 |
|
belugas
|
184ffbb976
|
(svn r12758) -Fix(r4712, r12745): Use a bool when it's about boolean evaluation. a TileIndex is hardly a bool, of course of course. Thanks for good old MSVC warnings.
|
2008-04-18 01:35:17 +00:00 |
|
smatz
|
966e476df8
|
(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()
|
2008-04-17 00:44:20 +00:00 |
|
smatz
|
9488db56d4
|
(svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile()
|
2008-04-17 00:44:20 +00:00 |
|
frosch
|
9b2ca61044
|
(svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed. Removed.
|
2008-02-06 15:32:06 +00:00 |
|
frosch
|
e95e887772
|
(svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed. Removed.
|
2008-02-06 15:32:06 +00:00 |
|
peter1138
|
c05d10dd35
|
(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in the map, allowing the sea/river/canal status to also be
stored for buoys, docks, locks and depots. All these are now allowed on rivers and removal of them will revert to the
original water type.
|
2008-02-02 09:28:43 +00:00 |
|
peter1138
|
1d891a8b15
|
(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in the map, allowing the sea/river/canal status to also be
stored for buoys, docks, locks and depots. All these are now allowed on rivers and removal of them will revert to the
original water type.
|
2008-02-02 09:28:43 +00:00 |
|
peter1138
|
b5534e42a0
|
(svn r11952) -Fix (r11926): Prevent industries from being built on rivers, unless they require water.
|
2008-01-22 22:17:28 +00:00 |
|
peter1138
|
da53070a38
|
(svn r11952) -Fix (r11926): Prevent industries from being built on rivers, unless they require water.
|
2008-01-22 22:17:28 +00:00 |
|
peter1138
|
b967c9918e
|
(svn r11934) -Codechange: add persistent random data for river and canal tiles.
|
2008-01-20 18:30:53 +00:00 |
|
peter1138
|
9ca929c812
|
(svn r11934) -Codechange: add persistent random data for river and canal tiles.
|
2008-01-20 18:30:53 +00:00 |
|
peter1138
|
0c6bdb0d21
|
(svn r11926) -Feature: Rivers. Graphics must be provided by NewGRF else rivers are drawn as canals. Rivers can currently only be placed with-in the scenario editor.
|
2008-01-19 17:00:54 +00:00 |
|
peter1138
|
4a2f7db99b
|
(svn r11926) -Feature: Rivers. Graphics must be provided by NewGRF else rivers are drawn as canals. Rivers can currently only be placed with-in the scenario editor.
|
2008-01-19 17:00:54 +00:00 |
|
rubidium
|
c3ae7faa13
|
(svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always returned to water, even when it should've been canals.
|
2007-12-07 21:14:54 +00:00 |
|
rubidium
|
cbb2d39860
|
(svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always returned to water, even when it should've been canals.
|
2007-12-07 21:14:54 +00:00 |
|
skidd13
|
815b8d8df1
|
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
|
2007-11-24 10:38:43 +00:00 |
|
skidd13
|
bf959f926f
|
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
|
2007-11-24 10:38:43 +00:00 |
|
skidd13
|
c0a2c0c23e
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
skidd13
|
71c4325c50
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
rubidium
|
3bcfe14cd1
|
(svn r11276) -Codechange: be more consistent with naming of some accessors.
-Fix: make sure canals are never owned by water. Based on a patch by boekabart.
|
2007-10-16 19:48:58 +00:00 |
|
rubidium
|
ba7c595d84
|
(svn r11276) -Codechange: be more consistent with naming of some accessors.
-Fix: make sure canals are never owned by water. Based on a patch by boekabart.
|
2007-10-16 19:48:58 +00:00 |
|
rubidium
|
9e55573616
|
(svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always have to remove the canal before terraforming, instead of "just" removing the canal.
|
2007-06-19 21:15:14 +00:00 |
|
rubidium
|
55b93b1c05
|
(svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always have to remove the canal before terraforming, instead of "just" removing the canal.
|
2007-06-19 21:15:14 +00:00 |
|
belugas
|
7ad3bb257e
|
(svn r9568) -Documentation: doxygen and comment changes: Root of src is finally done. Now, time to start clearing as much as possible
|
2007-04-06 04:10:19 +00:00 |
|
belugas
|
d4d5ce7ee5
|
(svn r9568) -Documentation: doxygen and comment changes: Root of src is finally done. Now, time to start clearing as much as possible
|
2007-04-06 04:10:19 +00:00 |
|
rubidium
|
979ccd45ba
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|