Wed, 04 Jul 2007 13:01:55 +0000(svn r10435) -Fix (r9315): numinfo starts from 1, not 0, so make it possible to define a house with a local id of 255.
maedhros [Wed, 04 Jul 2007 13:01:55 +0000] rev 7161
(svn r10435) -Fix (r9315): numinfo starts from 1, not 0, so make it possible to define a house with a local id of 255.

Wed, 04 Jul 2007 12:57:07 +0000(svn r10434) -Fix (r9315): When setting multiple house overrides in one Action 0, don't override them all with the first ID.
maedhros [Wed, 04 Jul 2007 12:57:07 +0000] rev 7160
(svn r10434) -Fix (r9315): When setting multiple house overrides in one Action 0, don't override them all with the first ID.

Wed, 04 Jul 2007 12:52:43 +0000(svn r10433) -Codechange: Remove FOR_EACH_OBJECT by moving the for loops in the Action 0
maedhros [Wed, 04 Jul 2007 12:52:43 +0000] rev 7159
(svn r10433) -Codechange: Remove FOR_EACH_OBJECT by moving the for loops in the Action 0
handlers outside the switch statements. This allows ignoring only the invalid
IDs when changing the properties for many objects, rather than ignoring the
whole block if one ID is invalid.

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.