]> git.mxchange.org Git - flightgear.git/blobdiff - Thanks
Mathias Fröhölöiööhlich:
[flightgear.git] / Thanks
diff --git a/Thanks b/Thanks
index bfc3111a6e89905948f2424053fedf78dcae1f10..0e6b1f78bfd0a212ce509613a4e8277af24e6ae7 100644 (file)
--- a/Thanks
+++ b/Thanks
@@ -149,6 +149,10 @@ Melchior Franz <mfranz@aon.at>
   Created the led.txf font.
   Ruthlessly hunted down memory leaks in FlightGear, SimGear, and JSBSim.
   Maintains the only fully working helicopter model in FlightGear (Bolkow 105).
+  Made the GUI code fully XML configurable and added support for themes.
+  Started the Nasal library for easy model animation.
+  Reorganized the joystick code so it won't leave configuration data resident
+  for joysticks that aren't present.
 
 
 Jean-loup Gailly and Mark Adler <zlib@gzip.org>
@@ -321,7 +325,7 @@ Alexei Novikov <anovikov@heron.itep.ru>
   Contributed a first draft of a scenery creation howto.
 
 
-Curt Olson <curt@flightgear.org>
+Curt Olson <http://www.flightgear.org/~curt>
   Curt is responsible for overall project and source code management.
   He has his hands in many of the areas, but is primarily responsible
   for the scenery subsystem, as well as much of the infrastructure in
@@ -444,6 +448,7 @@ Durk Talsma <d.talsma@chello.nl>
   Moon has correct phase and blends well into the sky.
   Planets are correctly positioned and have proper magnitude.
   Help with time functions, gui, and other misc stuff.
+  Added the AirTraffic module for scheduled AI airliners and other aircraft.
   2D Cloud layers (nifty).
   http://people.a2000.nl/dtals
 
@@ -569,6 +574,40 @@ Vivian Meazza <vivian.meazza@lineone.net>
   and Seahawk.
 
 
+David Culp <davidculp2@comcast.net>
+  Added the AI model and scenario code which allows non interactive models
+  (like aircraft, ships, ballistic models, storms and thermals) to move
+  around the scenery in a predefined way. Every model can have it's own
+  special characteristics. The thermal model for instance is a non-visible
+  model that creates an updraft around it's center.
+
+
+Mathias Fröhlich <Mathias.Froehlich@gmx.net>
+  Implemented the groundcache code which made it possible for aircraft
+  to follow the ground precisely and, as a result, made it possible to
+  land on aircraft carriers.
+  Modified YASim, JSBSim  and LaRCsim to support the groundcache code.
+  Reorganized the code to eliminate the viewer jitter for close by objects.
+
+
+Harald Johnsen <hjohnsen@evc.net>
+  Added a new 3D cloud implementation which also works on big-endian machines.
+  This code allows for clouds of any types and any shapes (and even deformation
+  while moving).
+  Implemented volumetric shadowing.
+
+
+Roy Vegard Ovesen <rvovesen@tiscali.no>
+  Implemented the KAP140 autopilot.
+  Added a generic, XML configurable, autopilot framework.
+  Added an Altitude encoder.
+  Added a transponder.
+  Made the instruments code much more configurable, it is now possible to only
+  include instruments that are actually present.
+  Added several high level, configurable filter implementations for use by
+  autopilot designers.
+
+
 Space Imaging, Inc  http://www.spaceimaging.com/
   Space Imaging has allowed us to use the images in their archive for
   commercial and non-commercial use, provided the original image can't be
@@ -608,7 +647,7 @@ NOTE:
 
 THIS DOCUMENT WAS INITIALLY WRITTEN BY 
 
-Curt L. Olson  <curt@flightgear.org>
+Curt L. Olson  <http://www.flightgear.org/~curt>
 
 
 THE CONTENTS WERE LASTLY RESEARCHED AND UPDATED MARCH, 8 2000
@@ -617,5 +656,6 @@ Oliver Delise  <delise@mail.isis.de>
 
 
 Updated 2001-12-11 by David Megginson, david@megginson.com
-Updated 2003-04-17 by Erik Hofman, erik@ehofman.com
-Updated 2004-06-01 by Erik Hofman, erik@ehofman.com
+Updated 2003-04-17,
+Updated 2004-06-01,
+Updated 2005-04-02 by Erik Hofman, erik@ehofman.com