Wed, 17 Jan 2007 23:25:19 +0000(svn r8218) -Codechange: Increase spritecache size to 2MB. This will vastly improve performance when using (lots of) grf files. You can change it yourself easily with the SPRITE_CACHE_SIZE compile flag. (peter1138).
Darkvater [Wed, 17 Jan 2007 23:25:19 +0000] rev 5720
(svn r8218) -Codechange: Increase spritecache size to 2MB. This will vastly improve performance when using (lots of) grf files. You can change it yourself easily with the SPRITE_CACHE_SIZE compile flag. (peter1138).

Wed, 17 Jan 2007 22:44:49 +0000(svn r8214) -Fix (r8038): The fast forward flag stores 2 bits, not 1. Remember the
peter1138 [Wed, 17 Jan 2007 22:44:49 +0000] rev 5719
(svn r8214) -Fix (r8038): The fast forward flag stores 2 bits, not 1. Remember the
whole thing when turning off FF for autosave. This stops FF getting stuck on
if the FF key is released during the save.

Wed, 17 Jan 2007 22:32:34 +0000(svn r8212) -Fix
tron [Wed, 17 Jan 2007 22:32:34 +0000] rev 5718
(svn r8212) -Fix

Remove the unnecessary attribute RoadStop::used. The same information can be derived from RoadStop::xy

Wed, 17 Jan 2007 22:19:12 +0000(svn r8211) -Codechange: (NewGRF) Implement callback 2D, explicit vehicle colour map
peter1138 [Wed, 17 Jan 2007 22:19:12 +0000] rev 5717
(svn r8211) -Codechange: (NewGRF) Implement callback 2D, explicit vehicle colour map
selection.

Wed, 17 Jan 2007 21:14:17 +0000(svn r8207) -Fix
tron [Wed, 17 Jan 2007 21:14:17 +0000] rev 5716
(svn r8207) -Fix

Remove the write-only attribute RoadStop::station

Wed, 17 Jan 2007 21:05:39 +0000(svn r8206) [Translations] -Fix: Fixed r8193, converted the html notations back to UTF8 characters
miham [Wed, 17 Jan 2007 21:05:39 +0000] rev 5715
(svn r8206) [Translations] -Fix: Fixed r8193, converted the html notations back to UTF8 characters

Wed, 17 Jan 2007 20:37:25 +0000(svn r8204) -Fix: reverted r8202, since it did not solve all the problems, since ALL language changes done today are garbage due to a quick bugfix in WT2 which introduced another, much more serious bug: put an utf8_to_htmlcode() call to a wrong place
miham [Wed, 17 Jan 2007 20:37:25 +0000] rev 5714
(svn r8204) -Fix: reverted r8202, since it did not solve all the problems, since ALL language changes done today are garbage due to a quick bugfix in WT2 which introduced another, much more serious bug: put an utf8_to_htmlcode() call to a wrong place
I will fix the affected language files soon (20-30 minutes)
Please excuse me for this whole problem :-(

Wed, 17 Jan 2007 20:34:29 +0000(svn r8203) -Fix:
tron [Wed, 17 Jan 2007 20:34:29 +0000] rev 5713
(svn r8203) -Fix:

Use initialisers, reduce variable scope, remove spurious whitespace, fix format string to make it readable

Wed, 17 Jan 2007 20:29:45 +0000(svn r8202) -Fix: r8193: russian.txt changes somehow became garbage
miham [Wed, 17 Jan 2007 20:29:45 +0000] rev 5712
(svn r8202) -Fix: r8193: russian.txt changes somehow became garbage

Wed, 17 Jan 2007 19:55:18 +0000(svn r8198) -Codechange: two global variables are not needed when network is disabled.
rubidium [Wed, 17 Jan 2007 19:55:18 +0000] rev 5711
(svn r8198) -Codechange: two global variables are not needed when network is disabled.