Darkvater [Thu, 18 Jan 2007 15:39:58 +0000] rev 5726
(svn r8254) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater [Thu, 18 Jan 2007 15:27:57 +0000] rev 5725
(svn r8253) -Codechange: Be more strict about language generation and fail any languages not having the mandatory ##name, ##ownname and ##isocode pragma's.
Darkvater [Thu, 18 Jan 2007 15:26:52 +0000] rev 5724
(svn r8252) -Regression(r8204): WT2 commit removed ##isocode from Russian, resulting in a clean
start of openttd being in russian instead of in english.
Darkvater [Thu, 18 Jan 2007 14:08:56 +0000] rev 5723
(svn r8240) -Fix (r8013): Put the output of -h to stdout and not to stderr (through ShowInfo)
Darkvater [Thu, 18 Jan 2007 14:06:30 +0000] rev 5722
(svn r8239) -Regression (r7278): Help window was empty for UNICODE builds
KUDr [Thu, 18 Jan 2007 09:34:44 +0000] rev 5721
(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 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).
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.
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
peter1138 [Wed, 17 Jan 2007 22:19:12 +0000] rev 5717
(svn r8211) -Codechange: (NewGRF) Implement callback 2D, explicit vehicle colour map
selection.