log

age author description
Wed, 06 Feb 2008 15:32:06 +0000 frosch (svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed. Removed. draft
Wed, 06 Feb 2008 03:01:29 +0000 belugas (svn r12069) -Feature[newGRF]: Specify the purchase, rail and road description of a bridge. draft
Wed, 06 Feb 2008 02:43:42 +0000 belugas (svn r12068) -Fix(r12067): forgot a return draft
Tue, 05 Feb 2008 23:22:34 +0000 peter1138 (svn r12067) -Cleanup: Codestyle on loading object references draft
Tue, 05 Feb 2008 05:21:02 +0000 belugas (svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpec draft
Tue, 05 Feb 2008 05:03:50 +0000 belugas (svn r12065) -Codechange : removed a now useless declaration ( orig_bridge ) draft
Tue, 05 Feb 2008 04:48:56 +0000 belugas (svn r12064) -Codechange : Give grf bridges their own ResetBridges function, and put bridge spec in table/bridge_land.h, where it should be. draft
Tue, 05 Feb 2008 00:30:58 +0000 smatz (svn r12063) -Cleanup: use C++ indenting and variable scope/declaration in BuildTownHouse() draft
Mon, 04 Feb 2008 23:24:22 +0000 smatz (svn r12062) -Fix: possible deadlock when there are no houses available to build at given tile draft
Mon, 04 Feb 2008 22:44:05 +0000 smatz (svn r12061) -Cleanup: since r12060, DC_FORCETEST is not used anymore draft
Mon, 04 Feb 2008 22:15:48 +0000 smatz (svn r12060) -Fix: do not clear tiles when the town won't be able to build any buildings anyway draft
Mon, 04 Feb 2008 16:48:00 +0000 glx (svn r12059) -Fix (r12041): industries prop 24 is a word draft
Mon, 04 Feb 2008 16:24:25 +0000 frosch (svn r12058) -Fix: Teach NPF where road vehicles and trams can reverse. draft
Mon, 04 Feb 2008 15:56:39 +0000 smatz (svn r12057) -Fix: slowdown train when approaching 90deg turn when 90deg turns are forbidden draft
Mon, 04 Feb 2008 15:26:35 +0000 frosch (svn r12056) -Fix [FS#1704]: Enable YAPF to start searching inside a wormhole. draft
Mon, 04 Feb 2008 14:08:02 +0000 smatz (svn r12055) -Fix: another way to fix AI trying to build road through depots draft
Mon, 04 Feb 2008 11:28:12 +0000 peter1138 (svn r12054) -Cleanup: Use VehicleType instead of byte for vehicle types... draft
Sun, 03 Feb 2008 20:23:59 +0000 maedhros (svn r12052) -Fix [FS#1737] (r11494): The cargo translation table was loaded at the right time, but all the other global variables were now loaded too early. ;) draft
Sun, 03 Feb 2008 16:21:19 +0000 rubidium (svn r12050) -Fix: random_func broke for desync debug. draft
Sun, 03 Feb 2008 12:41:06 +0000 smatz (svn r12049) -Fix (r10496)(r10619): memset on multibyte array with wrong byte count draft
Sun, 03 Feb 2008 03:37:33 +0000 belugas (svn r12048) -Cleanup: Move some strings in the original bridge array, adjust documentation a bit. draft
Sun, 03 Feb 2008 00:24:53 +0000 belugas (svn r12045) -Feature-ette(newGRF): Add support for var 12, Variational Action 2 draft
Sat, 02 Feb 2008 21:09:05 +0000 rubidium (svn r12044) -Fix [FS#1741]: crash when centering on a vehicle (aircraft) that is outside of the map. draft
Sat, 02 Feb 2008 20:15:20 +0000 smatz (svn r12043) -Fix [FS#1736]: allow building transmitters and lighthouses on tree tiles draft
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 draft
Sat, 02 Feb 2008 03:23:26 +0000 belugas (svn r12041) -Codechange: Add the loader and the property for action 00 industries, prop 24, nearby station name. draft
Sat, 02 Feb 2008 02:45:09 +0000 belugas (svn r12040) -Codechange: Change IsOrderListShared from a simple function to a class member(MagicBuzz). draft
Fri, 01 Feb 2008 22:13:59 +0000 peter1138 (svn r12038) -Fix: Change ownership of or remove statues when merging/bankrupting companies. draft
Fri, 01 Feb 2008 22:02:14 +0000 glx (svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with an OnNewDay method in the Vehicle class draft
Fri, 01 Feb 2008 20:10:57 +0000 peter1138 (svn r12036) -Fix: For station tiles, only get road types for road stops. draft