Fri, 03 Nov 2006 23:29:24 +0000(svn r7058) -Codechange: Truncate text in window captions
peter1138 [Fri, 03 Nov 2006 23:29:24 +0000] rev 5017
(svn r7058) -Codechange: Truncate text in window captions

Fri, 03 Nov 2006 23:06:54 +0000(svn r7057) -Codechange: Remove hardcoded lists of road vehicles for each cargo type in favour of just checking the cargo type of each vehicle.
peter1138 [Fri, 03 Nov 2006 23:06:54 +0000] rev 5016
(svn r7057) -Codechange: Remove hardcoded lists of road vehicles for each cargo type in favour of just checking the cargo type of each vehicle.

Fri, 03 Nov 2006 01:18:40 +0000(svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the
Darkvater [Fri, 03 Nov 2006 01:18:40 +0000] rev 5015
(svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the
verb is build/built/built not build/*/build or build/*/builded.

Fri, 03 Nov 2006 00:48:03 +0000(svn r7047) -Fix [FS#317]: Zooming out near map-borders would previously fail because the new centre
Darkvater [Fri, 03 Nov 2006 00:48:03 +0000] rev 5014
(svn r7047) -Fix [FS#317]: Zooming out near map-borders would previously fail because the new centre
would be outside the map. Change behaviour so that a reasonable approximation is
returned so that zooming (out) still works (GrimRC)

Thu, 02 Nov 2006 23:51:05 +0000(svn r7046) -Fix [FS#311]: 'Goto' button in orders window got depressed along with all other
Darkvater [Thu, 02 Nov 2006 23:51:05 +0000] rev 5013
(svn r7046) -Fix [FS#311]: 'Goto' button in orders window got depressed along with all other
buttons when an existing order was modified (GrimRC)

Wed, 01 Nov 2006 22:27:16 +0000(svn r7032) - Fix (r1704): Sprite index wasn't updated with correct image number if
peter1138 [Wed, 01 Nov 2006 22:27:16 +0000] rev 5012
(svn r7032) - Fix (r1704): Sprite index wasn't updated with correct image number if
custom image lookup fails.

Wed, 01 Nov 2006 17:42:34 +0000(svn r7031) -Codechange: Use _skip_sprites to skip the rest of the NewGRF when disabled by GRM, and add a shortcut so that the rest of the file isn't scanned.
peter1138 [Wed, 01 Nov 2006 17:42:34 +0000] rev 5011
(svn r7031) -Codechange: Use _skip_sprites to skip the rest of the NewGRF when disabled by GRM, and add a shortcut so that the rest of the file isn't scanned.

Wed, 01 Nov 2006 16:20:32 +0000(svn r7030) WebTranslator2 update to 2006-11-01 17:19:54
miham [Wed, 01 Nov 2006 16:20:32 +0000] rev 5010
(svn r7030) WebTranslator2 update to 2006-11-01 17:19:54
german - 1 fixed, 1 changed by Neonox (2)
hungarian - 5 fixed by miham (5)
norwegian - 5 fixed by brygge_2 (5)

Tue, 31 Oct 2006 23:04:47 +0000(svn r7028) -Fix [FS#200]: Scenario bridges/tunnels cannot be demolished; now it's possible to
Darkvater [Tue, 31 Oct 2006 23:04:47 +0000] rev 5009
(svn r7028) -Fix [FS#200]: Scenario bridges/tunnels cannot be demolished; now it's possible to
delete tunnels/bridges owned by nobody.

Tue, 31 Oct 2006 22:54:57 +0000(svn r7027) - Codechange: Replace NewGRF loading stage masks with separate function lists. This will allow us to call different handlers depending on the current stage. Also enum-ize the stage.
peter1138 [Tue, 31 Oct 2006 22:54:57 +0000] rev 5008
(svn r7027) - Codechange: Replace NewGRF loading stage masks with separate function lists. This will allow us to call different handlers depending on the current stage. Also enum-ize the stage.