Sat, 05 Jan 2008 22:04:11 +0000(svn r11763) -Fix: update signal states after merging a company
smatz [Sat, 05 Jan 2008 22:04:11 +0000] rev 8696
(svn r11763) -Fix: update signal states after merging a company

Sat, 05 Jan 2008 21:42:34 +0000(svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken
glx [Sat, 05 Jan 2008 21:42:34 +0000] rev 8695
(svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken

Sat, 05 Jan 2008 15:39:22 +0000(svn r11761) -Codechange: Use appropriate variable types for NewGRF engine overrides, and adjust scope while there.
peter1138 [Sat, 05 Jan 2008 15:39:22 +0000] rev 8694
(svn r11761) -Codechange: Use appropriate variable types for NewGRF engine overrides, and adjust scope while there.

Fri, 04 Jan 2008 19:45:29 +0000(svn r11760) -Codechange: unify the way how other end of a tunnel/bridge is determined at some places
smatz [Fri, 04 Jan 2008 19:45:29 +0000] rev 8693
(svn r11760) -Codechange: unify the way how other end of a tunnel/bridge is determined at some places
-Fix: adding road/tram to tram/road bridge was cheaper by one tile

Fri, 04 Jan 2008 18:18:46 +0000(svn r11759) -Feature: Add drag-n-drop support to the raise/lower land tools. Land is raised/lowered at the start and the rest of the area levelled to match. Patch by Roujin.
peter1138 [Fri, 04 Jan 2008 18:18:46 +0000] rev 8692
(svn r11759) -Feature: Add drag-n-drop support to the raise/lower land tools. Land is raised/lowered at the start and the rest of the area levelled to match. Patch by Roujin.

Fri, 04 Jan 2008 17:25:53 +0000(svn r11758) -Fix(ette): Populate 'void' cargo slots (unused slots in temperate and arctic) with default data as per pre-newcargo support. These slots are still disabled by default, but some NewGRFs (erroneously?) expect the default data.
peter1138 [Fri, 04 Jan 2008 17:25:53 +0000] rev 8691
(svn r11758) -Fix(ette): Populate 'void' cargo slots (unused slots in temperate and arctic) with default data as per pre-newcargo support. These slots are still disabled by default, but some NewGRFs (erroneously?) expect the default data.

Fri, 04 Jan 2008 15:39:08 +0000(svn r11757) -Fix(r11727): Don't use a function's default parameter when the value can be (more adequately, even better) computed from another source.
belugas [Fri, 04 Jan 2008 15:39:08 +0000] rev 8690
(svn r11757) -Fix(r11727): Don't use a function's default parameter when the value can be (more adequately, even better) computed from another source.
Thanks peter1138.

Fri, 04 Jan 2008 13:40:23 +0000(svn r11756) -Fix: Out of bounds access caused if a vehicle's cargo amount was higher than its capacity when resolving sprite groups.
peter1138 [Fri, 04 Jan 2008 13:40:23 +0000] rev 8689
(svn r11756) -Fix: Out of bounds access caused if a vehicle's cargo amount was higher than its capacity when resolving sprite groups.

Fri, 04 Jan 2008 10:09:57 +0000(svn r11755) -Fix: Debug level string buffer was not long enough to contain all debug levels.
peter1138 [Fri, 04 Jan 2008 10:09:57 +0000] rev 8688
(svn r11755) -Fix: Debug level string buffer was not long enough to contain all debug levels.

Fri, 04 Jan 2008 03:31:08 +0000(svn r11754) -Fix(r11753): One too much command separator (;). Thanks glx for spotting
belugas [Fri, 04 Jan 2008 03:31:08 +0000] rev 8687
(svn r11754) -Fix(r11753): One too much command separator (;). Thanks glx for spotting