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
Mon, 04 Feb 2008 22:44:05 +0000 smatz (svn r12061) -Cleanup: since r12060, DC_FORCETEST is not used anymore
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
Mon, 04 Feb 2008 16:48:00 +0000 glx (svn r12059) -Fix (r12041): industries prop 24 is a word
Mon, 04 Feb 2008 16:24:25 +0000 frosch (svn r12058) -Fix: Teach NPF where road vehicles and trams can reverse.
Mon, 04 Feb 2008 15:56:39 +0000 smatz (svn r12057) -Fix: slowdown train when approaching 90deg turn when 90deg turns are forbidden
Mon, 04 Feb 2008 15:26:35 +0000 frosch (svn r12056) -Fix [FS#1704]: Enable YAPF to start searching inside a wormhole.
Mon, 04 Feb 2008 14:08:02 +0000 smatz (svn r12055) -Fix: another way to fix AI trying to build road through depots
Mon, 04 Feb 2008 11:28:12 +0000 peter1138 (svn r12054) -Cleanup: Use VehicleType instead of byte for vehicle types...
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. ;)
Sun, 03 Feb 2008 16:21:19 +0000 rubidium (svn r12050) -Fix: random_func broke for desync debug.
Sun, 03 Feb 2008 12:41:06 +0000 smatz (svn r12049) -Fix (r10496)(r10619): memset on multibyte array with wrong byte count
Sun, 03 Feb 2008 03:37:33 +0000 belugas (svn r12048) -Cleanup: Move some strings in the original bridge array, adjust documentation a bit.
Sun, 03 Feb 2008 00:24:53 +0000 belugas (svn r12045) -Feature-ette(newGRF): Add support for var 12, Variational Action 2
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.
Sat, 02 Feb 2008 20:15:20 +0000 smatz (svn r12043) -Fix [FS#1736]: allow building transmitters and lighthouses on tree tiles
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
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.
Sat, 02 Feb 2008 02:45:09 +0000 belugas (svn r12040) -Codechange: Change IsOrderListShared from a simple function to a class member(MagicBuzz).
Fri, 01 Feb 2008 22:13:59 +0000 peter1138 (svn r12038) -Fix: Change ownership of or remove statues when merging/bankrupting companies.
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
Fri, 01 Feb 2008 20:10:57 +0000 peter1138 (svn r12036) -Fix: For station tiles, only get road types for road stops.
Fri, 01 Feb 2008 17:27:45 +0000 frosch (svn r12035) -Fix [FS#1702]: Teach YAPF where trams can reverse, and where not.
Fri, 01 Feb 2008 17:22:24 +0000 belugas (svn r12034) -Codechange: A bit of code style cleaning, regarding comments.
Fri, 01 Feb 2008 15:09:55 +0000 smatz (svn r12033) -Fix: do not show train speed as zero after loading paused game
Thu, 31 Jan 2008 23:04:45 +0000 peter1138 (svn r12032) -Fix: When removing a statue, remove town statue flag for the statue owner, not current player.
Thu, 31 Jan 2008 21:16:40 +0000 peter1138 (svn r12031) -Fix [FS#1689,FS#1719]: Prevent towns from removing or claiming ownership of player owned tiles when growing.
Thu, 31 Jan 2008 18:44:28 +0000 miham (svn r12030) -Update: WebTranslator2 update to 2008-01-31 19:43:58
Thu, 31 Jan 2008 17:54:13 +0000 frosch (svn r12029) -Feature: Allow trees on shore.
Thu, 31 Jan 2008 17:46:08 +0000 frosch (svn r12028) -Codechange: Split common part of station var 0x67, house var 0x62, indtile var 0x60 and industry var 0x62 to 'newgrf_commons.cpp'.
Thu, 31 Jan 2008 15:18:07 +0000 frosch (svn r12027) -Documentation: Update 'landscape.html' and 'landscape_grid.html' to reflect reality and add some details.
Wed, 30 Jan 2008 19:07:41 +0000 orudge (svn r12026) -Update: 'exit' is consistent with UK English in OpenTTD, 'quit' with US English
Wed, 30 Jan 2008 18:43:59 +0000 miham (svn r12025) -Update: WebTranslator2 update to 2008-01-30 19:43:26
Wed, 30 Jan 2008 18:40:42 +0000 frosch (svn r12024) -Codechange: Reduce code duplication inside tree_cmd.
Wed, 30 Jan 2008 17:56:19 +0000 frosch (svn r12023) -Fix [FS#1690]: Put a better suited text in the quit-dialog.
Wed, 30 Jan 2008 17:36:28 +0000 belugas (svn r12022) -Revert(r12018): Invisible trees are now separate from the building concept.
Wed, 30 Jan 2008 17:31:39 +0000 skidd13 (svn r12021) -Cleanup: Make some parts of the town growth a bit more descriptive
Wed, 30 Jan 2008 17:22:06 +0000 frosch (svn r12020) -Documentation: Correct description of TropicZone.
Wed, 30 Jan 2008 10:27:45 +0000 peter1138 (svn r12019) -Codechange: Add support for passenger engine designation for AI-use, NewGRF property 0x08 for trains.
Wed, 30 Jan 2008 03:34:24 +0000 belugas (svn r12018) -Fix(FS#1721,r9563): Restore initial intent on the invisible tree while transparent building patch setting
Tue, 29 Jan 2008 21:43:22 +0000 rubidium (svn r12017) -Fix: when you have more than 9 network interfaces you'll enter the wonderfull world of overflows.
Tue, 29 Jan 2008 19:23:31 +0000 egladil (svn r12016) -Fix (r12003): os x compilation was broken again ;)
Tue, 29 Jan 2008 17:09:00 +0000 peter1138 (svn r12015) -Fix [FS#1716] (Revert r11422): Patch in FS#1430 avoided instead of fixed the problem. GetStringWithArgs() discards information that SCC_GENDER_LIST needs to work. Now use pointers to retrieve GRF strings, so that GetStringPtr() will work correctly. This is advantageous as now no buffer copy is made when using all GRF strings.
Tue, 29 Jan 2008 14:19:07 +0000 rubidium (svn r12014) -Fix: lighthouses and transmitters were never supposed to be build on a slope.
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 14:02:18 +0000 frosch (svn r12012) -Fix (r11795): Enable TownRatingTestMode during cost estimation with 'shift'-key.
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.
Tue, 29 Jan 2008 13:52:55 +0000 smatz (svn r12010) -Fix (r11994): build tramway window should use STR_WHITE_TRAMWAY_CONSTRUCTION
Tue, 29 Jan 2008 13:27:31 +0000 peter1138 (svn r12009) -Fix [FS#1707]: Avoid loading sample.cat if it 'looks' incorrect, and avoid later null pointer dereferences by moving volume lookup deeper.
Tue, 29 Jan 2008 13:13:19 +0000 miham (svn r12008) -Update: WebTranslator2 update to 2008-01-29 14:07:31
Tue, 29 Jan 2008 00:45:24 +0000 glx (svn r12007) -Fix (r12003): win32 compilation was broken again ;)
Tue, 29 Jan 2008 00:36:55 +0000 rubidium (svn r12006) -Fix: implement FS#1697 without the nasty side effects as specified in FS#1712.
Tue, 29 Jan 2008 00:29:28 +0000 rubidium (svn r12005) -Fix [FS#1717]: possible reading from an invalid pointer. Patch by PhilSophus.
Tue, 29 Jan 2008 00:27:25 +0000 rubidium (svn r12004) -Codechange: refactor the random functions to reduce code duplication.
Tue, 29 Jan 2008 00:26:31 +0000 rubidium (svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple places.
Mon, 28 Jan 2008 17:51:45 +0000 peter1138 (svn r12002) -Cleanup (r11981): Remove obsolete code to skip sprites from indexed GRFs.
Mon, 28 Jan 2008 15:55:59 +0000 frosch (svn r12001) -Fix: When skipping Action 11 or 12, also skip belonging sprites.
Mon, 28 Jan 2008 15:19:35 +0000 frosch (svn r12000) -Fix (r11926): If no river NewGRF is loaded, use sloped water from locks.
Mon, 28 Jan 2008 14:36:54 +0000 frosch (svn r11999) -Fix: Do entrance-slope-check for every tile of railstations.
Mon, 28 Jan 2008 12:40:31 +0000 smatz (svn r11998) -Fix [FS#1692](r10053): possible remote assert by setting bit 6 of p1 for CMD_REMOVE_ROAD