src/water_cmd.cpp
Tue, 14 Oct 2008 18:38:51 +0000 rubidium (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)
Tue, 30 Sep 2008 20:51:04 +0000 rubidium (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
Tue, 30 Sep 2008 20:39:50 +0000 rubidium (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
Sun, 07 Sep 2008 11:23:10 +0000 rubidium (svn r14258) -Codechange: rework the way to query the vehicle hash to make sure it always results in the same irregardless of the order of the hash-linked-list.
Tue, 19 Aug 2008 10:55:33 +0000 smatz (svn r14103) -Fix [YAPP]: flooded trains didn't free their reservation
Sat, 02 Aug 2008 22:54:07 +0000 rubidium (svn r13953) -Add [YAPP]: Free track reservations of crashed trains. (michi_cc)
Sun, 27 Jul 2008 09:16:23 +0000 frosch (svn r13846) -Fix (r13838): Do not draw water borders inside of industries.
Sun, 27 Jul 2008 09:12:18 +0000 frosch (svn r13845) -Fix (r13838): When adding a WaterClass to oilrig station tiles, also make use of it.
Sat, 26 Jul 2008 16:14:10 +0000 frosch (svn r13838) -Codechange: Make industry tiles aware of WaterClasses.
Sat, 14 Jun 2008 01:08:59 +0000 belugas (svn r13513) -Codechange: Give proper message when building a river fails.
Wed, 11 Jun 2008 16:22:07 +0000 rubidium (svn r13476) -Fix: draw canal borders for locks and when directly next to a aquaduct entrace but under the aqueduct.
Wed, 11 Jun 2008 13:54:01 +0000 rubidium (svn r13464) -Codechange: support NewGRF Action 0x05, type 12.
Thu, 29 May 2008 15:13:28 +0000 rubidium (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
Sun, 25 May 2008 19:17:03 +0000 rubidium (svn r13251) -Codechange: rename _patches to _settings as that is more logic.
Wed, 21 May 2008 22:15:39 +0000 frosch (svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window.
Wed, 21 May 2008 12:06:05 +0000 peter1138 (svn r13205) -Codechange: Remove unnecessary code-style-buggering-up macro.
Sun, 18 May 2008 16:51:44 +0000 rubidium (svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+InvalidateWindowXXX with InvalidateWindowXXXData.
Thu, 15 May 2008 13:39:36 +0000 rubidium (svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
Wed, 14 May 2008 18:31:21 +0000 smatz (svn r13090) -Codechange: add functions for direct conversion from DiagDirection to Track and Trackbits
Tue, 06 May 2008 15:11:33 +0000 rubidium (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.
Wed, 23 Apr 2008 22:16:41 +0000 rubidium (svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
Wed, 23 Apr 2008 20:56:08 +0000 rubidium (svn r12855) -Codechange: do not use autoptr's for testing whether certain objects can be build, but check it directly in the pool so we do not have to call destructors in the testing phase. Stations still use the autoptr though.
Sun, 20 Apr 2008 11:12:07 +0000 rubidium (svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp
Thu, 17 Apr 2008 19:10:30 +0000 rubidium (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
Thu, 03 Apr 2008 19:55:40 +0000 smatz (svn r12547) -Feature: invisibility options to make objects invisible instead of transparent
Wed, 02 Apr 2008 14:13:15 +0000 frosch (svn r12541) -Codechange: Declare Slope enum as bit set, and remove some (then) unneeded casts.
Mon, 31 Mar 2008 06:42:26 +0000 rubidium (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
Mon, 31 Mar 2008 00:06:17 +0000 rubidium (svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
Fri, 28 Mar 2008 08:53:36 +0000 rubidium (svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
Sat, 08 Mar 2008 18:32:01 +0000 glx (svn r12350) -Fix [FS#1836](r11947): do not try ti flood water tile (performance increase)
Wed, 20 Feb 2008 17:49:50 +0000 frosch (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
Mon, 18 Feb 2008 16:11:31 +0000 smatz (svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there can be less checks in pathfinders for depots/stations/tunnels/bridges
Sun, 10 Feb 2008 14:16:25 +0000 smatz (svn r12101) -Fix (r12100): there are void tiles at MapMaxX,Y - have to substract one to be on water border tiles
Sun, 10 Feb 2008 14:00:52 +0000 smatz (svn r12100) -Fix (r12042): check for water class of surrounding tiles fails for buoys at map borders
Sat, 09 Feb 2008 17:30:13 +0000 smatz (svn r12095) -Fix [FS#1703]: when a company bankrupts, remove drive-through road stops, ship depots and buoys too. Update owners of water and road.
Sat, 09 Feb 2008 15:07:31 +0000 smatz (svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player property to allow further fixes
Wed, 06 Feb 2008 16:19:28 +0000 frosch (svn r12072) -Fix: Make docks at sea flood neighboured tiles.
Wed, 06 Feb 2008 16:12:23 +0000 frosch (svn r12071) -Feature(ette): Draw river- and canal-edges under docks and shipdepots.
Wed, 06 Feb 2008 15:32:06 +0000 frosch (svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed. Removed.
Sat, 02 Feb 2008 09:28:43 +0000 peter1138 (svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in the map, allowing the sea/river/canal status to also be
Thu, 31 Jan 2008 17:54:13 +0000 frosch (svn r12029) -Feature: Allow trees on shore.
Tue, 29 Jan 2008 14:17:13 +0000 frosch (svn r12013) -Fix: When modifying watered tiles, mark neighboured canals and rivers dirty in more cases.
Tue, 29 Jan 2008 13:54:52 +0000 frosch (svn r12011) -Fix [FS#1701]: Do not consider one-corner-raised-shores to be watered tiles from all sides.
Mon, 28 Jan 2008 15:19:35 +0000 frosch (svn r12000) -Fix (r11926): If no river NewGRF is loaded, use sloped water from locks.
Fri, 25 Jan 2008 16:51:35 +0000 frosch (svn r11984) -Fix: Also draw corner shores under rail tracks.
Fri, 25 Jan 2008 15:47:58 +0000 frosch (svn r11983) -Codechange: Add some helper functions for slopes and use them.
Wed, 23 Jan 2008 08:47:49 +0000 peter1138 (svn r11956) -Fix [FS#1675]: Disallow building locks and docks on rapids.
Tue, 22 Jan 2008 17:48:08 +0000 frosch (svn r11947) -Feature: Make use of new sprites added by Action5 type 0D.
Sun, 20 Jan 2008 18:30:53 +0000 peter1138 (svn r11934) -Codechange: add persistent random data for river and canal tiles.
Sat, 19 Jan 2008 18:24:20 +0000 peter1138 (svn r11927) -Fix (r11926): unable to place canals in game
Sat, 19 Jan 2008 17:00:54 +0000 peter1138 (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.
Fri, 18 Jan 2008 13:02:47 +0000 smatz (svn r11916) -Codechange: use enums from VehicleViewWindowWidgets instead of constants
Thu, 17 Jan 2008 17:13:47 +0000 frosch (svn r11898) -Fix: Update neighboured canals + signals when flooding non-flat tiles, too.
Thu, 17 Jan 2008 16:55:13 +0000 frosch (svn r11897) -Fix: Replace an uint with TileIndex and a small coding style fix.
Wed, 16 Jan 2008 21:17:31 +0000 smatz (svn r11882) -Codechange: introduce MarkSingleVehicleDirty() and simplify the code at some places
Wed, 16 Jan 2008 01:18:15 +0000 smatz (svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station
Sun, 13 Jan 2008 22:12:39 +0000 smatz (svn r11843) -Fix: mark dirty canal tile even in diagonal direction from flooded tile
Sun, 13 Jan 2008 17:55:00 +0000 smatz (svn r11838) -Fix (r11320): draw correctly canal next to half flooded rail tile
Sun, 13 Jan 2008 14:37:30 +0000 rubidium (svn r11834) -Codechange: only include settings_type.h if needed.
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.