richk [Thu, 24 Apr 2008 21:52:22 +0000] rev 10336
(svn r12877) [NewGRF_ports] -Change: Added names for additional BLIMP states.
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.
belugas [Thu, 24 Apr 2008 18:30:41 +0000] rev 10334
(svn r12875) -Codechange: Use defined const instead of cast magic
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.
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.
peter1138 [Thu, 24 Apr 2008 15:51:29 +0000] rev 10331
(svn r12872) -Codechange: Remove obsolete unused engine list order function
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)
smatz [Thu, 24 Apr 2008 13:05:51 +0000] rev 10329
(svn r12870) -Codechange: remove some magic numbers from u.ship.state handling
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)
rubidium [Thu, 24 Apr 2008 12:32:37 +0000] rev 10327
(svn r12868) [0.6] -Backport from trunk r12795, r12776, r12683, r12681, r12678:
- Fix: Vehicles could break down during loading and keep loading. The intention of the break down code is not to break down when having zero speed, therefor break downs now do not happen when loading [FS#1938] (r12795)
- Fix: [OSX] In some rare cases when using an uncalibrated monitor the system colour space could not be retrieved. Show an error when this happens instead of just trying an assertion (r12776)
- Fix: In some cases a news messages would not be shown [FS#1906] (r12683)
- Fix: When a road vehicle has a tram only stop multiple times in a row in it's orders, only the first one would be skipped [FS#1918] (r12678)