Thu, 24 Apr 2008 21:53:20 +0000(svn r12878) [NewGRF_ports] -Change: Added test for IsEndTakeoffState to detect if any of the 4 takeoff states are current. NewGRF_ports
richk [Thu, 24 Apr 2008 21:53:20 +0000] rev 10337
(svn r12878) [NewGRF_ports] -Change: Added test for IsEndTakeoffState to detect if any of the 4 takeoff states are current.

Thu, 24 Apr 2008 21:52:22 +0000(svn r12877) [NewGRF_ports] -Change: Added names for additional BLIMP states. NewGRF_ports
richk [Thu, 24 Apr 2008 21:52:22 +0000] rev 10336
(svn r12877) [NewGRF_ports] -Change: Added names for additional BLIMP states.

Thu, 24 Apr 2008 20:07:12 +0000(svn r12876) -Fix [FS#1928]: gcc on FreeBSD does not support -dumpmachine. As gcc is not necessary for FreeBSD compiles we 'just' use g++ as that support -dumpmachine.
rubidium [Thu, 24 Apr 2008 20:07:12 +0000] rev 10335
(svn r12876) -Fix [FS#1928]: gcc on FreeBSD does not support -dumpmachine. As gcc is not necessary for FreeBSD compiles we 'just' use g++ as that support -dumpmachine.

Thu, 24 Apr 2008 18:30:41 +0000(svn r12875) -Codechange: Use defined const instead of cast magic
belugas [Thu, 24 Apr 2008 18:30:41 +0000] rev 10334
(svn r12875) -Codechange: Use defined const instead of cast magic

Thu, 24 Apr 2008 18:17:53 +0000(svn r12874) -Codechange: The closest town is already known. Do not search for it again.
belugas [Thu, 24 Apr 2008 18:17:53 +0000] rev 10333
(svn r12874) -Codechange: The closest town is already known. Do not search for it again.

Thu, 24 Apr 2008 17:53:45 +0000(svn r12873) -Fix [FS#1946]: MSVC is whining because it doesn't understand that bytes should be cast to ints.
rubidium [Thu, 24 Apr 2008 17:53:45 +0000] rev 10332
(svn r12873) -Fix [FS#1946]: MSVC is whining because it doesn't understand that bytes should be cast to ints.

Thu, 24 Apr 2008 15:51:29 +0000(svn r12872) -Codechange: Remove obsolete unused engine list order function
peter1138 [Thu, 24 Apr 2008 15:51:29 +0000] rev 10331
(svn r12872) -Codechange: Remove obsolete unused engine list order function

Thu, 24 Apr 2008 14:33:18 +0000(svn r12871) [0.6] -Backport from trunk r12819, r12818, r12759: 0.6
rubidium [Thu, 24 Apr 2008 14:33:18 +0000] rev 10330
(svn r12871) [0.6] -Backport from trunk r12819, r12818, r12759:
- Fix: Inconsistent use of 8/15-bitness of NewGRF callback results with respect to TTDP's implementation of the specification (r12819, r12818, r12759)

Thu, 24 Apr 2008 13:05:51 +0000(svn r12870) -Codechange: remove some magic numbers from u.ship.state handling
smatz [Thu, 24 Apr 2008 13:05:51 +0000] rev 10329
(svn r12870) -Codechange: remove some magic numbers from u.ship.state handling

Thu, 24 Apr 2008 12:36:18 +0000(svn r12869) [0.6] -Backport from trunk r12714, r12708, r12674, r12577, r12553: 0.6
rubidium [Thu, 24 Apr 2008 12:36:18 +0000] rev 10328
(svn r12869) [0.6] -Backport from trunk r12714, r12708, r12674, r12577, r12553:
- Fix: Do not move windows below the toolbar on resizes unless they would go behind the toolbar [FS#1904] (r12714)
- Fix: Increase default sound buffer size only for Vista [FS#1914] (r12708)
- Fix: Colour remaps on station sprites only worked for company colours [FS#1902] (r12674)
- Fix: The convert signal button disallowed signal dragging when the signal GUI was closed (r12577)
- Fix: Redraw the signal GUI when the signal drag density changes in the patch settings and vice versa (r12553)