Sync with version in source tree.
This commit is contained in:
parent
02f8333755
commit
c50edaf5aa
1 changed files with 27 additions and 14 deletions
41
Thanks
41
Thanks
|
@ -149,16 +149,15 @@ Bruce Finney <bfinney@gte.net>
|
||||||
|
|
||||||
|
|
||||||
Melchior Franz <mfranz@aon.at>
|
Melchior Franz <mfranz@aon.at>
|
||||||
Made that joystick high/low support for joystick hats.
|
Reworked the joystick driver detection code, added high/low support for "hats".
|
||||||
Nasal-ified the Saitek Cyborg Gold 3D (USB) joystick which now forms
|
Nasal-ified the Saitek Cyborg Gold 3D (USB) joystick which now forms
|
||||||
the basis of a lot of programmable joysticks.
|
the basis of a lot of programmable joysticks.
|
||||||
Created the led.txf font.
|
|
||||||
Ruthlessly hunted down memory leaks in FlightGear, SimGear, and JSBSim.
|
Ruthlessly hunted down memory leaks in FlightGear, SimGear, and JSBSim.
|
||||||
Maintains the only fully working helicopter model in FlightGear (Bolkow 105).
|
Maintains the only fully working helicopter model in FlightGear (Bolkow 105).
|
||||||
Made the GUI code fully XML configurable and added support for themes.
|
Made the GUI code fully XML configurable and added support for themes,
|
||||||
Started the Nasal library for easy model animation.
|
reworked property browser, route manager and several other dialogs.
|
||||||
Reorganized the joystick code so it won't leave configuration data resident
|
Wrote Dynamic Cockpit View, Fly-By view and lots of other Nasal code.
|
||||||
for joysticks that aren't present.
|
Implemented Nasal "listeners".
|
||||||
|
|
||||||
|
|
||||||
Jean-loup Gailly and Mark Adler <zlib@gzip.org>
|
Jean-loup Gailly and Mark Adler <zlib@gzip.org>
|
||||||
|
@ -223,7 +222,11 @@ Bruce Jackson of NASA <e.b.jackson@larc.nasa.gov>
|
||||||
|
|
||||||
Maik Justus <fg@mjustus.de>
|
Maik Justus <fg@mjustus.de>
|
||||||
Developed YASim's helicopter/rotor logic.
|
Developed YASim's helicopter/rotor logic.
|
||||||
|
Implemented aerotowing, water plane and anchor support for YASim, and
|
||||||
|
made its gear aware of the surface material.
|
||||||
Wrote the Bo105 helicopter FDM configuration file.
|
Wrote the Bo105 helicopter FDM configuration file.
|
||||||
|
Developed gear/ground interactions and added aerotow/winch
|
||||||
|
support to the YASim FDM
|
||||||
|
|
||||||
|
|
||||||
Ove Kaaven
|
Ove Kaaven
|
||||||
|
@ -588,7 +591,8 @@ Innis Cunningham <innisc@hotmail.com>
|
||||||
Vivian Meazza <vivian.meazza@lineone.net>
|
Vivian Meazza <vivian.meazza@lineone.net>
|
||||||
Added a number of excellent aircraft models including the Hawker Hunter
|
Added a number of excellent aircraft models including the Hawker Hunter
|
||||||
and Seahawk.
|
and Seahawk.
|
||||||
Provided realistic wind, gravity and drag calculations for AIBallistic models.
|
Provided realistic wind, gravity and drag calculations for AIBallistic models,
|
||||||
|
as well as terrain intersections (impacts) of submodels.
|
||||||
Added the Fresnel Lens Optical Landing System and AI code for AICarrier and
|
Added the Fresnel Lens Optical Landing System and AI code for AICarrier and
|
||||||
AIShip, and implemented the TACAN navigation instrument
|
AIShip, and implemented the TACAN navigation instrument
|
||||||
|
|
||||||
|
@ -671,21 +675,30 @@ Robert Allan Zeh <raz@cmg.FCNBD.COM>
|
||||||
version of FG would have been impossible.
|
version of FG would have been impossible.
|
||||||
|
|
||||||
|
|
||||||
|
The following individuals have contributed to the scenery object database:
|
||||||
|
Martin Spott, Dave Martin, Thomas Foerster, Chris Metzler, Frederic
|
||||||
|
Bouvier, Melchior Franz, Roberto Inzerillo, Erik Hofman, Mike Round,
|
||||||
|
Innis Cunningham, David Megginson, Stuart Buchanan, Josh Babcock,
|
||||||
|
Esa Hyytia, Mircea Lutic, Jens Thoms Toerring, Mark Akermann,
|
||||||
|
Torsten Dreyer, Martin C. Doege, Alexis Bory, Sebastian Bechtold,
|
||||||
|
Julien Pierru, Bertrand Augras, Gerard Robin, Jakub Skibinski,
|
||||||
|
Morten Oesterlund Joergensen, Carsten Vogel, Dominique Lemesre,
|
||||||
|
Daniel Leygnat, Bertrand Gilot, Morten Skyt Eriksen, Alex
|
||||||
|
Bamesreiter, Oliver Predelli, Georg Vollnhals, and Paul Richter.
|
||||||
|
|
||||||
|
|
||||||
NOTE:
|
NOTE:
|
||||||
----
|
----
|
||||||
|
|
||||||
THIS DOCUMENT WAS INITIALLY WRITTEN BY
|
THIS DOCUMENT WAS INITIALLY WRITTEN BY:
|
||||||
|
Curt L. Olson <http://baron.flightgear.org/~curt>
|
||||||
|
|
||||||
Curt L. Olson <http://www.flightgear.org/~curt>
|
THE CONTENTS WERE RESEARCHED AND UPDATED MARCH, 8 2000:
|
||||||
|
Oliver Delise <delise@mail.isis.de>
|
||||||
|
|
||||||
THE CONTENTS WERE LASTLY RESEARCHED AND UPDATED MARCH, 8 2000
|
|
||||||
|
|
||||||
Oliver Delise <delise@mail.isis.de>
|
|
||||||
|
|
||||||
|
|
||||||
Updated 2001-12-11 by David Megginson, david@megginson.com
|
Updated 2001-12-11 by David Megginson, david@megginson.com
|
||||||
Updated 2003-04-17,
|
Updated 2003-04-17,
|
||||||
Updated 2004-06-01,
|
Updated 2004-06-01,
|
||||||
Updated 2005-04-02 by Erik Hofman, erik@ehofman.com
|
Updated 2005-04-02 by Erik Hofman, erik@ehofman.com
|
||||||
|
Updated 2007-05-16 for 0.9.11 release
|
Loading…
Add table
Reference in a new issue