KUDr [Thu, 18 Jan 2007 23:48:04 +0000] rev 5981
(svn r8273) -Fix: return value from clamp was ignored
KUDr [Thu, 18 Jan 2007 23:45:58 +0000] rev 5980
(svn r8272) -Fix (r8038): signed/unsigned change - PlayerID is now enum (signed) and was byte so test for PlayerID validity needed to be updated (Darkvater)
miham [Thu, 18 Jan 2007 22:24:11 +0000] rev 5979
(svn r8267) [Translations] -Fix: (r8266) fixed the ownname and the isocode of the russian language
miham [Thu, 18 Jan 2007 18:42:50 +0000] rev 5978
(svn r8266) -Update: WebTranslator2 update to 2007-01-18 19:42:06
afrikaans - 26 fixed, 63 changed by TrueTenacity (89)
dutch - 1 fixed by habell (1)
esperanto - 1 fixed by LaPingvino (1)
russian - 26 changed by DarkFenX (26)
turkish - 1 fixed by jnmbk (1)
ukrainian - 6 changed by znikoz (6)
Darkvater [Thu, 18 Jan 2007 15:39:58 +0000] rev 5977
(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 5976
(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 5975
(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 5974
(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 5973
(svn r8239) -Regression (r7278): Help window was empty for UNICODE builds
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
rubidium [Wed, 17 Jan 2007 19:55:18 +0000] rev 5962
(svn r8198) -Codechange: two global variables are not needed when network is disabled.
miham [Wed, 17 Jan 2007 18:43:03 +0000] rev 5961
(svn r8193) -Update: WebTranslator2 update to 2007-01-17 19:42:11
brazilian_portuguese - 3 changed by fukumori (3)
danish - 21 changed by MiR (21)
german - 1 fixed by Neonox (1)
japanese - 24 changed by ickoonite (24)
norwegian_nynorsk - 1 changed by pollux (1)
russian - 5 fixed, 75 changed by DarkFenX (80)
slovenian - 57 changed by Necrolyte (57)
swedish - 1 fixed by daishan (1)
peter1138 [Wed, 17 Jan 2007 12:57:35 +0000] rev 5960
(svn r8186) -Fix (FS#557): Apply railtype offset to station graphics if no custom station is in use.
celestar [Wed, 17 Jan 2007 11:15:51 +0000] rev 5959
(svn r8185) -Codechange: Equipped Roadstops with new/delete operators and gave them proper constructors/destructors (Thanks to KUDr for a nice interactive C++ lesson)
tron [Wed, 17 Jan 2007 06:54:03 +0000] rev 5958
(svn r8184) if cascade -> switch
tron [Wed, 17 Jan 2007 06:33:23 +0000] rev 5957
(svn r8183) When iterating over the map in AfterLoadGame() do it the same way for all loops
rubidium [Wed, 17 Jan 2007 00:01:55 +0000] rev 5956
(svn r8171) -Fix (FS#556): return SL_ERROR when unthreaded saves failed, to make sure we do not try to send zero-byte savegames.
Darkvater [Tue, 16 Jan 2007 23:01:06 +0000] rev 5955
(svn r8168) -Regression (r6783): ParseConnectionstring didn't use the port parameter if a player was also specified. (both IP#Player:Port and IP:Port#Player btw)
rubidium [Tue, 16 Jan 2007 22:56:18 +0000] rev 5954
(svn r8167) -Fix (FS#556): a network client crashes, due to a division by zero, when the connection gets lost at the right moment or when the packet is malformed (server sends size 0 for the map).
peter1138 [Tue, 16 Jan 2007 22:10:35 +0000] rev 5953
(svn r8166) -Fix (r7797): Protect against out of bounds access to the sprite ptr
list.
Darkvater [Tue, 16 Jan 2007 21:34:51 +0000] rev 5952
(svn r8165) -Revert r8107 and show the MD5SUM of the *REPLACEMENT* grf file, NOT the original one. Reason for this is that this md5sum is saved, and otherwise a wrong md5sum would be stored in a savegame.