Thu, 07 Jun 2007 07:20:44 +0000(svn r10052) -Codechange: Support reserve/activate stage bits of action 7/9 variable 84.
peter1138 [Thu, 07 Jun 2007 07:20:44 +0000] rev 7309
(svn r10052) -Codechange: Support reserve/activate stage bits of action 7/9 variable 84.

Thu, 07 Jun 2007 00:25:49 +0000(svn r10051) -Add: git "version" detection so we've got at least some indication what version we're playing when using git ;)
rubidium [Thu, 07 Jun 2007 00:25:49 +0000] rev 7308
(svn r10051) -Add: git "version" detection so we've got at least some indication what version we're playing when using git ;)

Thu, 07 Jun 2007 00:15:00 +0000(svn r10050) -Codechange: make it a little easier to force a version number (for releases).
rubidium [Thu, 07 Jun 2007 00:15:00 +0000] rev 7307
(svn r10050) -Codechange: make it a little easier to force a version number (for releases).

Wed, 06 Jun 2007 23:57:21 +0000(svn r10049) -Codechange: get rid of the SLE_WRITEBYTE obfuscation.
rubidium [Wed, 06 Jun 2007 23:57:21 +0000] rev 7306
(svn r10049) -Codechange: get rid of the SLE_WRITEBYTE obfuscation.

Wed, 06 Jun 2007 10:51:11 +0000(svn r10048) -Fix (r6455): Don't use override engine type for articulated wagon parts.
peter1138 [Wed, 06 Jun 2007 10:51:11 +0000] rev 7305
(svn r10048) -Fix (r6455): Don't use override engine type for articulated wagon parts.

Wed, 06 Jun 2007 05:59:32 +0000(svn r10047) -Update: WebTranslator2 update to 2007-06-06 07:59:17
miham [Wed, 06 Jun 2007 05:59:32 +0000] rev 7304
(svn r10047) -Update: WebTranslator2 update to 2007-06-06 07:59:17
croatian - 58 fixed by knovak (58)
czech - 3 fixed by Hadez (3)
danish - 28 fixed by ThomasA (28)
dutch - 23 fixed by habell (23)
italian - 3 fixed by lorenzodv (3)
korean - 3 fixed by darkttd (3)
ukrainian - 3 fixed by mad (3)

Tue, 05 Jun 2007 22:17:03 +0000(svn r10046) -Documentation: add some documentation in order_gui (skidd13).
rubidium [Tue, 05 Jun 2007 22:17:03 +0000] rev 7303
(svn r10046) -Documentation: add some documentation in order_gui (skidd13).

Tue, 05 Jun 2007 21:41:31 +0000(svn r10045) -Codechange: Process Action 8 during GLS_RESERVATION to allow Action 7/Action 9s to work properly
peter1138 [Tue, 05 Jun 2007 21:41:31 +0000] rev 7302
(svn r10045) -Codechange: Process Action 8 during GLS_RESERVATION to allow Action 7/Action 9s to work properly

Tue, 05 Jun 2007 20:49:32 +0000(svn r10044) -Fix: Minor NewGRF debug message fixes, and skip sprites of an unsupported Action 5 feature.
peter1138 [Tue, 05 Jun 2007 20:49:32 +0000] rev 7301
(svn r10044) -Fix: Minor NewGRF debug message fixes, and skip sprites of an unsupported Action 5 feature.

Tue, 05 Jun 2007 12:01:50 +0000(svn r10043) -Change: make templates of the blitters, based on zoom and mode, which makes the optimizing better, and therefor a higher blitter speed (tnx boekabart)
truelight [Tue, 05 Jun 2007 12:01:50 +0000] rev 7300
(svn r10043) -Change: make templates of the blitters, based on zoom and mode, which makes the optimizing better, and therefor a higher blitter speed (tnx boekabart)
-Codechange: unify the MainBlitter a bit more