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 6812
(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 6811
(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 6810
(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 6809
(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 6808
(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 6807
(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 6806
(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 6805
(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 6804
(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

Tue, 05 Jun 2007 10:40:29 +0000(svn r10042) -Codechange: Replace hardcoded spritecache size with a configuration
peter1138 [Tue, 05 Jun 2007 10:40:29 +0000] rev 6803
(svn r10042) -Codechange: Replace hardcoded spritecache size with a configuration
option, sprite_cache_size. The default size is 2MB and the value can
range from 1 to 64MB. If you experience slow-downs when scrolling the
map, try increasing this setting.