rubidium [Fri, 25 Apr 2008 15:22:32 +0000] rev 10356
(svn r12897) -Codechange: some coding style in station_cmd.cpp.
rubidium [Fri, 25 Apr 2008 15:20:48 +0000] rev 10355
(svn r12896) [NoAI] -Sync: with trunk r12824:r12895.
glx [Fri, 25 Apr 2008 15:05:08 +0000] rev 10354
(svn r12895) -Fix: restored Icelandic plural form and removed cases from Brazilian Portuguese (again)
rubidium [Fri, 25 Apr 2008 07:06:57 +0000] rev 10353
(svn r12894) [NoAI] -Fix (r12885): Obiwan with months; months go from 1..12, so doing modulo 12 on that causes December to be invalid.
rubidium [Fri, 25 Apr 2008 06:53:50 +0000] rev 10352
(svn r12893) [0.6] -Backport from trunk (r12543, r12861):
- Language updates (r12543, r12861)
rubidium [Fri, 25 Apr 2008 06:15:12 +0000] rev 10351
(svn r12891) [0.6] -Fix (r12868): breakdowns were broken and would cause vehicles to go slower than they should have been moving.
rubidium [Fri, 25 Apr 2008 06:15:58 +0000] rev 10350
(svn r12892) -Fix: too many items in the vehicle toolbars were greyed out.
richk [Fri, 25 Apr 2008 02:15:34 +0000] rev 10349
(svn r12890) [NewGRF_ports] -Change: Add comment to new function, and correct comment in old.
richk [Fri, 25 Apr 2008 02:12:41 +0000] rev 10348
(svn r12889) [NewGRF_ports] -Change: Optimise before commit ;)
richk [Fri, 25 Apr 2008 01:56:20 +0000] rev 10347
(svn r12888) [NewGRF_ports] -Fix: Rewrite of aircraft movement to correct shallow descents, which werent working correctly. Use of target_altitude variable for added clarity.
-Change: Helicopter speed in holding pattern specified.
-Change: Helicopter landing limited to a minimum of 65kmh
-Change: Helicopters only change height vertically when landing/taking off.
-Change: Helicopters fly 5 below same speed aircraft.
-Change: Helicopter descent position marked by Bit9=1 in amd->flags.
-Change: Updated Spec & .grfs to use Bit9=1 for heli descent position. (WIP)