tron [Tue, 15 Nov 2005 09:47:25 +0000] rev 2645
(svn r3187) Simplify overly complicated ifs, especially if (foo) return false; else return true; is confusing
tron [Tue, 15 Nov 2005 09:05:16 +0000] rev 2644
(svn r3186) Unnecessary casts and truncation
tron [Tue, 15 Nov 2005 09:00:02 +0000] rev 2643
(svn r3185) const
tron [Tue, 15 Nov 2005 08:49:46 +0000] rev 2642
(svn r3184) GB/SB
tron [Tue, 15 Nov 2005 08:40:45 +0000] rev 2641
(svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header
tron [Mon, 14 Nov 2005 20:20:24 +0000] rev 2640
(svn r3182) Fix braino in r3181
tron [Mon, 14 Nov 2005 19:48:04 +0000] rev 2639
(svn r3181) -Bracing
-Indentation
-Whitespace
-DeMorgan's Law
-Test with NULL or 0 for non-booleans
-'\0' instead of 0 for chars
-Remove redundantly redundant comments (like DoFoo(); // Do foo)
-Join multiple short lines with a single statement
-Split single lines with multiple statements
-Avoid assignments in if
tron [Mon, 14 Nov 2005 15:22:12 +0000] rev 2638
(svn r3180) Replace some magic numbers by symbolic names
tron [Mon, 14 Nov 2005 09:21:05 +0000] rev 2637
(svn r3179) - RandomRange() and RandomTile() instead of home brewed versions
- CHANCE*() instead of mumbling strange numbers
peter1138 [Mon, 14 Nov 2005 08:42:45 +0000] rev 2636
(svn r3178) - Codechange: move static _dropdown_* vars into the window custom data, giving var1 and var2 more meaningful names.