Tue, 22 Jan 2008 17:48:08 +0000(svn r11947) -Feature: Make use of new sprites added by Action5 type 0D.
frosch [Tue, 22 Jan 2008 17:48:08 +0000] rev 8380
(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.

Tue, 22 Jan 2008 16:08:17 +0000(svn r11946) -Fix: slope detection of bridge ramps.
frosch [Tue, 22 Jan 2008 16:08:17 +0000] rev 8379
(svn r11946) -Fix: slope detection of bridge ramps.
YAPF failed for steep slopes.
Trolly failed for a lot.

Tue, 22 Jan 2008 15:47:40 +0000(svn r11945) -Fix: FileExists() failed for non latin paths (win32)
glx [Tue, 22 Jan 2008 15:47:40 +0000] rev 8378
(svn r11945) -Fix: FileExists() failed for non latin paths (win32)

Tue, 22 Jan 2008 15:40:29 +0000(svn r11944) -Fix: allow building drive-through road/tram stops at road/tram track that has no owner
smatz [Tue, 22 Jan 2008 15:40:29 +0000] rev 8377
(svn r11944) -Fix: allow building drive-through road/tram stops at road/tram track that has no owner

Tue, 22 Jan 2008 12:09:12 +0000(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.
rubidium [Tue, 22 Jan 2008 12:09:12 +0000] rev 8376
(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.

Tue, 22 Jan 2008 08:47:30 +0000(svn r11942) -Codechange: Merge chars.grf into openttd[d|w].grf using action 12. Remove obsolete tables used for index mapping.
peter1138 [Tue, 22 Jan 2008 08:47:30 +0000] rev 8375
(svn r11942) -Codechange: Merge chars.grf into openttd[d|w].grf using action 12. Remove obsolete tables used for index mapping.

Tue, 22 Jan 2008 07:27:06 +0000(svn r11940) -Codechange: Store short filename once per open file instead of once per sprite cache entry. Not all file types need this, but most of the time no sprite cache entry needed it either.
peter1138 [Tue, 22 Jan 2008 07:27:06 +0000] rev 8374
(svn r11940) -Codechange: Store short filename once per open file instead of once per sprite cache entry. Not all file types need this, but most of the time no sprite cache entry needed it either.

Mon, 21 Jan 2008 23:55:57 +0000(svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik.
rubidium [Mon, 21 Jan 2008 23:55:57 +0000] rev 8373
(svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik.

Mon, 21 Jan 2008 20:41:04 +0000(svn r11938) -Codechange: support loading of canal/river properties (though still ignored)
peter1138 [Mon, 21 Jan 2008 20:41:04 +0000] rev 8372
(svn r11938) -Codechange: support loading of canal/river properties (though still ignored)

Mon, 21 Jan 2008 15:48:00 +0000(svn r11937) -Feature: Allow building bridge heads on more slopes.
frosch [Mon, 21 Jan 2008 15:48:00 +0000] rev 8371
(svn r11937) -Feature: Allow building bridge heads on more slopes.
These are SLOPE_NW, SLOPE_SW, SLOPE_SE, SLOPE_NE (with bridge perpendicular to the slope) and SLOPE_NS, SLOPE_EW.