src/aircraft_cmd.cpp
Sat, 03 Feb 2007 09:05:43 +0000 tron (svn r8550) -Fix
Sat, 03 Feb 2007 08:30:22 +0000 tron (svn r8549) -Fix
Sat, 03 Feb 2007 07:54:13 +0000 tron (svn r8548) -Fix
Sat, 03 Feb 2007 07:47:00 +0000 tron (svn r8547) -Fix
Fri, 02 Feb 2007 15:04:59 +0000 celestar (svn r8534) -Feature/Codechange: Provide aircraft with vertical separation depending on their altitude and velocity
Wed, 31 Jan 2007 21:38:09 +0000 tron (svn r8498) -Fix
Sat, 27 Jan 2007 22:28:28 +0000 peter1138 (svn r8434) -Fix (r8430): Missing braces caused compilation failure for some (most?) compilers...
Sat, 27 Jan 2007 16:45:16 +0000 tron (svn r8430) -Fix
Sat, 27 Jan 2007 12:29:55 +0000 Darkvater (svn r8428) -Codechange: Add proper names to aircraft subtypes instead of magic numbers and add a function IsNormalAircraft() which tells us whether the aircraft is in fact some flying device or a rotor/shadow.
Sun, 21 Jan 2007 14:15:38 +0000 truelight (svn r8305) -Codechange: defining 'static const' in a header is a bit weird.
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
Sat, 13 Jan 2007 18:55:54 +0000 KUDr (svn r8110) -Codechange: direct Vehicle::current_order.type changes (to OT_LOADING and OT_LEAVESTATION) replaced by v->BeginLoading() and v->LeaveStation() calls. This should allow easy hooking of those state transitions in order to maintain vehicle loading queue.
Thu, 11 Jan 2007 11:05:01 +0000 celestar (svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macros by a simple template function max(), that requires two arguments of the same type. While I'm at it change a variable called "max" to "maxval" in a function that calls max().
Wed, 10 Jan 2007 18:56:51 +0000 rubidium (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
Wed, 10 Jan 2007 18:24:48 +0000 rubidium (svn r8034) -Fix (r8033): aircraft_cmd.c was not renamed.