belugas [Tue, 17 Jun 2008 16:33:55 +0000] rev 9541
(svn r13550) -Fix(r13540, r13542): widget_count did not had the same value as 27. So, it has to be lowered by one, so it can be used as a widget "pointer"
peter1138 [Tue, 17 Jun 2008 07:05:17 +0000] rev 9540
(svn r13544) -Codechange: Add support for NewGRF varaction2 variable 5F.
belugas [Tue, 17 Jun 2008 03:20:04 +0000] rev 9539
(svn r13543) -Codechange: Enumification of the InGame toolbar and some leftovers of scenario editor one.
Still more go do
belugas [Tue, 17 Jun 2008 03:13:09 +0000] rev 9538
(svn r13542) -Codechange: Less a few more magic numbers and a code a bit more adaptable, still
belugas [Tue, 17 Jun 2008 02:33:42 +0000] rev 9537
(svn r13541) -Codechange: Aligning some switch case. Code cosmetics.
belugas [Tue, 17 Jun 2008 02:25:45 +0000] rev 9536
(svn r13540) -Codechange: Less a magic number and a more adaptable code
glx [Mon, 16 Jun 2008 20:16:43 +0000] rev 9535
(svn r13539) -Fix (r13537): signed/unsigned warnings
frosch [Mon, 16 Jun 2008 20:08:30 +0000] rev 9534
(svn r13538) -Fix (r12740)[FS#2087]: ChildSprites of foundations are not necessarily consecutive.
smatz [Mon, 16 Jun 2008 19:38:41 +0000] rev 9533
(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions
belugas [Mon, 16 Jun 2008 17:28:15 +0000] rev 9532
(svn r13536) -Codechange: Bit shifting is not really required when you know exactly the value to use.
Even more when it's a parameter.