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

Sat, 12 Nov 2005 11:10:12 +0000(svn r3171) - Codechange: remove static _dropdown_disabled/_dropdown_hidden variables, as a window already contains this information.
peter1138 [Sat, 12 Nov 2005 11:10:12 +0000] rev 2629
(svn r3171) - Codechange: remove static _dropdown_disabled/_dropdown_hidden variables, as a window already contains this information.

Sat, 12 Nov 2005 09:30:52 +0000(svn r3170) - NewGRF: make ttdpatch flags to reflect patch option status, and added some more values.
peter1138 [Sat, 12 Nov 2005 09:30:52 +0000] rev 2628
(svn r3170) - NewGRF: make ttdpatch flags to reflect patch option status, and added some more values.

Sat, 12 Nov 2005 08:51:46 +0000(svn r3169) Little bit of coding style fixing, and change from value to lengthof()
peter1138 [Sat, 12 Nov 2005 08:51:46 +0000] rev 2627
(svn r3169) Little bit of coding style fixing, and change from value to lengthof()