Wed, 04 Jul 2007 09:42:47 +0000(svn r10432) -Codechange: use existing function instead of data duplication
peter1138 [Wed, 04 Jul 2007 09:42:47 +0000] rev 7158
(svn r10432) -Codechange: use existing function instead of data duplication

Wed, 04 Jul 2007 09:41:35 +0000(svn r10431) -Codechange: constness on static array
peter1138 [Wed, 04 Jul 2007 09:41:35 +0000] rev 7157
(svn r10431) -Codechange: constness on static array

Wed, 04 Jul 2007 06:37:43 +0000(svn r10430) -Fix: Too many town rating entry lookups (KUDr)
peter1138 [Wed, 04 Jul 2007 06:37:43 +0000] rev 7156
(svn r10430) -Fix: Too many town rating entry lookups (KUDr)

Wed, 04 Jul 2007 02:41:39 +0000(svn r10429) -Fix: VC8 Code Analyzer warning: buffer overrun
KUDr [Wed, 04 Jul 2007 02:41:39 +0000] rev 7155
(svn r10429) -Fix: VC8 Code Analyzer warning: buffer overrun

Wed, 04 Jul 2007 02:37:48 +0000(svn r10428) -Fix: some more VC code analyzer warnings disabled
KUDr [Wed, 04 Jul 2007 02:37:48 +0000] rev 7154
(svn r10428) -Fix: some more VC code analyzer warnings disabled

Wed, 04 Jul 2007 02:35:40 +0000(svn r10427) -Fix: snprintf behaves differently in gcc than in VC causing unreadable artifacts in output. Now CStrT::AddFormatL() should behave correctly also when compiled by gcc (Rubidium)
KUDr [Wed, 04 Jul 2007 02:35:40 +0000] rev 7153
(svn r10427) -Fix: snprintf behaves differently in gcc than in VC causing unreadable artifacts in output. Now CStrT::AddFormatL() should behave correctly also when compiled by gcc (Rubidium)

Wed, 04 Jul 2007 01:34:28 +0000(svn r10426) -Codechange: Activate the reset of industry/tiles mapping upon initialization or new game.
belugas [Wed, 04 Jul 2007 01:34:28 +0000] rev 7152
(svn r10426) -Codechange: Activate the reset of industry/tiles mapping upon initialization or new game.

Wed, 04 Jul 2007 00:54:38 +0000(svn r10425) -Fix (r10418): do not compare bitmasks with HASBIT. Strike two. Forgotten code :)
belugas [Wed, 04 Jul 2007 00:54:38 +0000] rev 7151
(svn r10425) -Fix (r10418): do not compare bitmasks with HASBIT. Strike two. Forgotten code :)

Wed, 04 Jul 2007 00:49:03 +0000(svn r10424) -Fix : Toy shop seems to be working exactly like power stations, water tower and banks, i.e: they require cargo but do nothing with it.
belugas [Wed, 04 Jul 2007 00:49:03 +0000] rev 7150
(svn r10424) -Fix : Toy shop seems to be working exactly like power stations, water tower and banks, i.e: they require cargo but do nothing with it.
So, make it an INDUSTRYLIFE_BLACK_HOLE, exactly like the above mentioned industries.
Thanks to glx who spotted, and Csaboka who confirmed it could very well be a CS bug.

Wed, 04 Jul 2007 00:12:02 +0000(svn r10423) -Fix [YAPF, r10301]: INVALID_TRACKDIR causing buffer overrun leading to desync in MP game (many thanks Rubidium)
KUDr [Wed, 04 Jul 2007 00:12:02 +0000] rev 7149
(svn r10423) -Fix [YAPF, r10301]: INVALID_TRACKDIR causing buffer overrun leading to desync in MP game (many thanks Rubidium)