Wed, 04 Jul 2007 13:30:33 +0000(svn r10436) -Cleanup: Doxygenise some comments, update others, and make a few statements more consistent with everything else.
maedhros [Wed, 04 Jul 2007 13:30:33 +0000] rev 7658
(svn r10436) -Cleanup: Doxygenise some comments, update others, and make a few statements more consistent with everything else.

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 7657
(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 7656
(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 7655
(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 7654
(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 7653
(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 7652
(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 7651
(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 7650
(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 7649
(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)