KUDr [Thu, 18 Jan 2007 09:34:44 +0000] rev 5972
(svn r8231) -Fix (r8125): MP desync caused by calling Random() from station constructor. This was wrong because station constructor is called also when loading savegame and when player tries to build station when it is not sure that it will succeed (thanks Rubidium)
Darkvater [Wed, 17 Jan 2007 23:25:19 +0000] rev 5971
(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).
peter1138 [Wed, 17 Jan 2007 22:44:49 +0000] rev 5970
(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.
tron [Wed, 17 Jan 2007 22:32:34 +0000] rev 5969
(svn r8212) -Fix
Remove the unnecessary attribute RoadStop::used. The same information can be derived from RoadStop::xy
peter1138 [Wed, 17 Jan 2007 22:19:12 +0000] rev 5968
(svn r8211) -Codechange: (NewGRF) Implement callback 2D, explicit vehicle colour map
selection.
tron [Wed, 17 Jan 2007 21:14:17 +0000] rev 5967
(svn r8207) -Fix
Remove the write-only attribute RoadStop::station
miham [Wed, 17 Jan 2007 21:05:39 +0000] rev 5966
(svn r8206) [Translations] -Fix: Fixed r8193, converted the html notations back to UTF8 characters
miham [Wed, 17 Jan 2007 20:37:25 +0000] rev 5965
(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 :-(
tron [Wed, 17 Jan 2007 20:34:29 +0000] rev 5964
(svn r8203) -Fix:
Use initialisers, reduce variable scope, remove spurious whitespace, fix format string to make it readable
miham [Wed, 17 Jan 2007 20:29:45 +0000] rev 5963
(svn r8202) -Fix: r8193: russian.txt changes somehow became garbage