Thu, 31 Jul 2008 17:17:27 +0000(svn r13898) -Codechange: Replace remaining numbers with Colours enum on players, roads and rails guis
belugas [Thu, 31 Jul 2008 17:17:27 +0000] rev 9762
(svn r13898) -Codechange: Replace remaining numbers with Colours enum on players, roads and rails guis

Thu, 31 Jul 2008 16:44:51 +0000(svn r13897) -Codechange: Replace remaining numbers with Colours enum on news guis
belugas [Thu, 31 Jul 2008 16:44:51 +0000] rev 9761
(svn r13897) -Codechange: Replace remaining numbers with Colours enum on news guis
-Fix: a few misalignements

Thu, 31 Jul 2008 16:42:11 +0000(svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis
belugas [Thu, 31 Jul 2008 16:42:11 +0000] rev 9760
(svn r13896) -Codechange: Replace numbers with Colours enum on newgrf, order and osk guis

Thu, 31 Jul 2008 14:42:55 +0000(svn r13895) -Codechange: Replace numbers with Colours enum on music gui and on DrawFrameRect calls
belugas [Thu, 31 Jul 2008 14:42:55 +0000] rev 9759
(svn r13895) -Codechange: Replace numbers with Colours enum on music gui and on DrawFrameRect calls
-Fix: a few misalignements

Thu, 31 Jul 2008 14:32:35 +0000(svn r13894) -Fix: bashisms in configure and Makefile.in
smatz [Thu, 31 Jul 2008 14:32:35 +0000] rev 9758
(svn r13894) -Fix: bashisms in configure and Makefile.in

Thu, 31 Jul 2008 14:00:01 +0000(svn r13893) -Fix: [OSX] solved a deprecated warning specific to 10.5
bjarni [Thu, 31 Jul 2008 14:00:01 +0000] rev 9757
(svn r13893) -Fix: [OSX] solved a deprecated warning specific to 10.5

Thu, 31 Jul 2008 13:44:57 +0000(svn r13892) -Fix (r13863): [configure] now the SDK selection for OSX sets the default value as intended
bjarni [Thu, 31 Jul 2008 13:44:57 +0000] rev 9756
(svn r13892) -Fix (r13863): [configure] now the SDK selection for OSX sets the default value as intended

Thu, 31 Jul 2008 13:28:23 +0000(svn r13891) -Fix (r12547): one could click on waypoint and station signs even when they were invisible
smatz [Thu, 31 Jul 2008 13:28:23 +0000] rev 9755
(svn r13891) -Fix (r12547): one could click on waypoint and station signs even when they were invisible

Thu, 31 Jul 2008 05:47:29 +0000(svn r13890) -Codechange: Simplify drawing of invisibilty buttons in the transparency gui -- the real widgets above already have coordinates so there is no need to hardcode them again. As an added bonus the invisibility buttons now line up properly.
peter1138 [Thu, 31 Jul 2008 05:47:29 +0000] rev 9754
(svn r13890) -Codechange: Simplify drawing of invisibilty buttons in the transparency gui -- the real widgets above already have coordinates so there is no need to hardcode them again. As an added bonus the invisibility buttons now line up properly.

Thu, 31 Jul 2008 03:13:35 +0000(svn r13889) -Codechange: Replace numbers with Colours enum on transparency gui.
belugas [Thu, 31 Jul 2008 03:13:35 +0000] rev 9753
(svn r13889) -Codechange: Replace numbers with Colours enum on transparency gui.
-Fix: "true" is not a color. COLOUR_PALE_GREEN should look better, at least in the code ;)