frosch [Thu, 24 Jan 2008 17:32:03 +0000] rev 8901
(svn r11975) -Documentation: Distinguish between station types in 'landscape_grid.html'.
frosch [Thu, 24 Jan 2008 14:57:43 +0000] rev 8900
(svn r11974) -Fix [FS#1684]: Shore and sea tiles under bridges were converted to canals in old savegames.
frosch [Thu, 24 Jan 2008 14:49:40 +0000] rev 8899
(svn r11973) -Fix (r11726, r11947)[FS#1683]: Use grass tiles for corner shores, if shores got replaced by ActionA.
smatz [Thu, 24 Jan 2008 14:22:10 +0000] rev 8898
(svn r11972) -Fix: old AI shouldn't build fast planes with a small airport in orders
peter1138 [Thu, 24 Jan 2008 10:47:44 +0000] rev 8897
(svn r11971) -Codechange: use of FOR_ALL_ENGINES/ENGINEIDS_OF_TYPE instead of for-loops
peter1138 [Thu, 24 Jan 2008 10:41:12 +0000] rev 8896
(svn r11970) -Cleanup: Remove old comment
smatz [Wed, 23 Jan 2008 23:22:47 +0000] rev 8895
(svn r11969) -Codechange: documentation update, there are no 'track bits under bridge' anymore
smatz [Wed, 23 Jan 2008 22:34:04 +0000] rev 8894
(svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead
smatz [Wed, 23 Jan 2008 20:02:30 +0000] rev 8893
(svn r11967) -Fix (r1400): MP_ROAD can have railbits too - OPF searching over rail of diffent owner behind crossing
smatz [Wed, 23 Jan 2008 19:31:11 +0000] rev 8892
(svn r11966) -Fix: OPF was searching through depots and normal road stops
In effect, it also fixes old AI bugs like FS#1403 and FS#1506
smatz [Wed, 23 Jan 2008 18:24:04 +0000] rev 8891
(svn r11965) -Codechange: simplified tunnel/bridge code in TPFMode1
peter1138 [Wed, 23 Jan 2008 17:45:48 +0000] rev 8890
(svn r11964) -Fix [FS#1685]: Tropic zone data was returned incorrectly.
belugas [Wed, 23 Jan 2008 17:40:37 +0000] rev 8889
(svn r11963) -Fix(r11961): Forgot to specify the meaning of the magical 6 substraction
smatz [Wed, 23 Jan 2008 17:30:28 +0000] rev 8888
(svn r11962) -Cleanup: OPF is no longer used to update signals
belugas [Wed, 23 Jan 2008 17:08:35 +0000] rev 8887
(svn r11961) -Feature[newGRF]: Add support for Action 0D, var 13: informations about current map size.
smatz [Wed, 23 Jan 2008 14:51:36 +0000] rev 8886
(svn r11960) -Cleanup: simplify some IsTunnel(Tile) / IsBridge(Tile) conditions
peter1138 [Wed, 23 Jan 2008 13:20:51 +0000] rev 8885
(svn r11959) -Codechange: Use macro to loop for specific engine types instead of using specific indexes each time.
-Codechange: Minor scope changes in said loops.
smatz [Wed, 23 Jan 2008 13:06:00 +0000] rev 8884
(svn r11958) -Fix (r11204): NewAI couldn't build any road vehicles when there were any tram grfs loaded
peter1138 [Wed, 23 Jan 2008 09:43:53 +0000] rev 8883
(svn r11957) -Codechange [FS#1678]: Minor simplification and optimisation when checking for available road/rail types (bilbo)
peter1138 [Wed, 23 Jan 2008 08:47:49 +0000] rev 8882
(svn r11956) -Fix [FS#1675]: Disallow building locks and docks on rapids.
peter1138 [Wed, 23 Jan 2008 08:28:19 +0000] rev 8881
(svn r11955) -Fix (r11926): Prevent bridge and tunnel ends being placed on rivers.
smatz [Wed, 23 Jan 2008 00:36:48 +0000] rev 8880
(svn r11953) -Fix (r11172): do not allow modifying roadbits when other roadtypes would need different foundation
peter1138 [Tue, 22 Jan 2008 22:17:28 +0000] rev 8879
(svn r11952) -Fix (r11926): Prevent industries from being built on rivers, unless they require water.
smatz [Tue, 22 Jan 2008 21:01:35 +0000] rev 8878
(svn r11951) -Fix (r11279): loading of very old savegames was broken
peter1138 [Tue, 22 Jan 2008 20:04:30 +0000] rev 8877
(svn r11949) -Codechange: add river icon and cursor, drawn by skidd13.
frosch [Tue, 22 Jan 2008 17:48:08 +0000] rev 8876
(svn r11947) -Feature: Make use of new sprites added by Action5 type 0D.
Tiles which only consist of shore do not flood anymore, instead they get removed if they are no longer connected to flooding water.
frosch [Tue, 22 Jan 2008 16:08:17 +0000] rev 8875
(svn r11946) -Fix: slope detection of bridge ramps.
YAPF failed for steep slopes.
Trolly failed for a lot.
glx [Tue, 22 Jan 2008 15:47:40 +0000] rev 8874
(svn r11945) -Fix: FileExists() failed for non latin paths (win32)
smatz [Tue, 22 Jan 2008 15:40:29 +0000] rev 8873
(svn r11944) -Fix: allow building drive-through road/tram stops at road/tram track that has no owner
rubidium [Tue, 22 Jan 2008 12:09:12 +0000] rev 8872
(svn r11943) -Codechange: add and use a simple structure to support small stacks by allocating it on the heap or pushing a few kB of data onto the stack when there is a large stack.