peter1138 [Sun, 07 May 2006 11:40:53 +0000] rev 3776
(svn r4768) - Newstations: Add newstation selector GUI. The additions are only active if a newstation set is loaded, otherwise it will look the same.
peter1138 [Sun, 07 May 2006 10:58:53 +0000] rev 3775
(svn r4767) - Newstations: fix loading / use of custom ground sprites
tron [Sun, 07 May 2006 08:18:12 +0000] rev 3774
(svn r4766) -Fix: Vehicles on a sloped tile under a bridge were affected by the bridge speed limit
tron [Sun, 07 May 2006 07:55:05 +0000] rev 3773
(svn r4765) Add GetTileMaxZ(), which returns the height of the highest corner of a tile, and use it to simplify the code in a few places
tron [Sun, 07 May 2006 07:01:48 +0000] rev 3772
(svn r4764) Move some functions from rail.h to rail_map.h
peter1138 [Sat, 06 May 2006 22:55:21 +0000] rev 3771
(svn r4763) - Newstations: revert r4762, instead map bit the palette modifier from bit 14 to bit 31 on GRF load.
peter1138 [Sat, 06 May 2006 22:32:54 +0000] rev 3770
(svn r4762) - Newstations: make child sprites transparent.
peter1138 [Sat, 06 May 2006 22:30:36 +0000] rev 3769
(svn r4761) - Newstations: support platform information in variable 10 (callback parameter 1) when building a station
peter1138 [Sat, 06 May 2006 22:20:16 +0000] rev 3768
(svn r4760) - Newstations: change the way custom stations are allocated when loading from GRF, as the current way was flawed (reallocing memory which is referenced elsewhere)
peter1138 [Sat, 06 May 2006 22:10:38 +0000] rev 3767
(svn r4759) - Newstations: increase the number of station classes from 16 to 32. 16 was an arbitrary limit, 32 is the limit for dropdown lists...