Mon, 14 Nov 2005 19:48:04 +0000(svn r3181) -Bracing
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

Mon, 14 Nov 2005 15:22:12 +0000(svn r3180) Replace some magic numbers by symbolic names
tron [Mon, 14 Nov 2005 15:22:12 +0000] rev 2638
(svn r3180) Replace some magic numbers by symbolic names

Mon, 14 Nov 2005 09:21:05 +0000(svn r3179) - RandomRange() and RandomTile() instead of home brewed versions
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

Mon, 14 Nov 2005 08:42:45 +0000(svn r3178) - Codechange: move static _dropdown_* vars into the window custom data, giving var1 and var2 more meaningful names.
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.

Mon, 14 Nov 2005 08:09:57 +0000(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT
tron [Mon, 14 Nov 2005 08:09:57 +0000] rev 2635
(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT

Sun, 13 Nov 2005 21:16:34 +0000(svn r3176) Use proper types, not some variants of int
tron [Sun, 13 Nov 2005 21:16:34 +0000] rev 2634
(svn r3176) Use proper types, not some variants of int

Sun, 13 Nov 2005 18:07:45 +0000(svn r3175) - Updated OS/2 project file to include station_newgrf.c
orudge [Sun, 13 Nov 2005 18:07:45 +0000] rev 2633
(svn r3175) - Updated OS/2 project file to include station_newgrf.c

Sun, 13 Nov 2005 16:30:04 +0000(svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
Darkvater [Sun, 13 Nov 2005 16:30:04 +0000] rev 2632
(svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)

Sun, 13 Nov 2005 14:54:09 +0000(svn r3173) Use the trinary operator and switch to improve readability
tron [Sun, 13 Nov 2005 14:54:09 +0000] rev 2631
(svn r3173) Use the trinary operator and switch to improve readability
Also align short cases nicely

Sun, 13 Nov 2005 13:43:55 +0000(svn r3172) static, const
tron [Sun, 13 Nov 2005 13:43:55 +0000] rev 2630
(svn r3172) static, const