rubidium [Wed, 16 Apr 2008 14:15:00 +0000] rev 8946
(svn r12734) -Codechange: use a vector instead of allocating memory in a big byte array for StringSpriteToDraw.
belugas [Wed, 16 Apr 2008 03:05:56 +0000] rev 8945
(svn r12733) -Codechange: Merge two more Widgets arrays (town views ) into one.
smatz [Tue, 15 Apr 2008 23:07:06 +0000] rev 8944
(svn r12731) -Fix (r12726): copying a 16bit array into 32bit wouldn't work
rubidium [Tue, 15 Apr 2008 22:27:28 +0000] rev 8943
(svn r12726) -Fix [FS#1877]: overflow causing strange building behaviour in towns.
frosch [Tue, 15 Apr 2008 13:10:01 +0000] rev 8942
(svn r12717) -Fix (r11107): Check the TILE_NOT_SLOPED flag of the _north_ tile of multi-tile houses to decide if autoslope is allowed.
frosch [Tue, 15 Apr 2008 12:25:35 +0000] rev 8941
(svn r12716) -Fix: Do not compare StationIDs with DepotIDs or WaypointIDs.
rubidium [Mon, 14 Apr 2008 23:26:31 +0000] rev 8940
(svn r12714) -Fix [FS#1904]: do not move windows below the toolbar on resizes unless they would go behind the toolbar.
rubidium [Mon, 14 Apr 2008 21:49:13 +0000] rev 8939
(svn r12713) -Fix: misleading comment. Patch by Yexo.
glx [Mon, 14 Apr 2008 20:48:17 +0000] rev 8938
(svn r12711) -Codechange: remove unneeded loops
rubidium [Mon, 14 Apr 2008 20:31:21 +0000] rev 8937
(svn r12709) -Feature: show the last joined server. Heavily based on a patch by Yexo.