1
0
Fork 0
This commit is contained in:
ehofman 2004-06-01 08:36:27 +00:00
parent 3c1a7174fb
commit 30b9893bb4

37
Thanks
View file

@ -144,9 +144,12 @@ Bruce Finney <bfinney@gte.net>
Melchior Franz <a8603365@unet.univie.ac.at> Melchior Franz <a8603365@unet.univie.ac.at>
Made that joystick high/low support for joystick hats. Made that joystick high/low support for joystick hats.
Nasal-ified the Saitek X45 joystick which now is the bases of a lot of
porgrammable joysticks.
Created the led.txf font. Created the led.txf font.
Made some improvements of the telnet and the http interface. Made some improvements of the telnet and the http interface.
Ruthlessly hunted down memory leaks in FlightGear, SimGear, and JSBSim. Ruthlessly hunted down memory leaks in FlightGear, SimGear, and JSBSim.
Mantains the only fully working helicopter model in FlightGear.
Jean-loup Gailly and Mark Adler <zlib@gzip.org> Jean-loup Gailly and Mark Adler <zlib@gzip.org>
@ -191,7 +194,10 @@ Mike Hill <mikehill@flightsim.com>
Erik Hofman <erik@ehofman.com> Erik Hofman <erik@ehofman.com>
Major overhaul and parameterization of the sound module, to allow Major overhaul and parameterization of the sound module, to allow
aircraft-specific sound configuration at runtime. aircraft-specific sound configuration at runtime.
Irix port. Did a lot of code improvements and bug-hunting.
Creator of a lot of ground textures.
Creator of the F-15, F-16, F-104, T-37, PC-7, Fokker 50 and 100 models.
Maintains the Irix port.
Localization support. Localization support.
@ -313,8 +319,11 @@ Curt Olson <curt@flightgear.org>
He has his hands in many of the areas, but is primarily responsible 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 for the scenery subsystem, as well as much of the infrastructure in
the sim. the sim.
Electrical system. Handles most parts of the regular scenery rebuild, including lots of
Runway lighting. improvements of the vertex calculation code.
Added the nw PID based, configurable autopilot code.
Added the Electrical system.
Added Runway lighting.
Brian Paul Brian Paul
@ -345,6 +354,8 @@ Friedemann Reinhard <mpt218@faupt212.physik.uni-erlangen.de>
Frederic Bouvier <frbouvi@wanadoo.fr> Frederic Bouvier <frbouvi@wanadoo.fr>
Added French language support Added French language support
Keeps FlightGear MSVC compatible. Keeps FlightGear MSVC compatible.
Did a number of code changes to improve the animation code.
Added a number of animations that improves the visual system quite a lot.
Did a nice job populating the San Francisco bay area by adding a lot Did a nice job populating the San Francisco bay area by adding a lot
of static scenery. of static scenery.
@ -367,6 +378,8 @@ Andy Ross <andy@plausible.org>
information rather than aerodynamic coefficients. information rather than aerodynamic coefficients.
Added support for placing 2D panel objects in 3D space. Added support for placing 2D panel objects in 3D space.
Modified the HUD code to make it more accurate and added 3D support. Modified the HUD code to make it more accurate and added 3D support.
Modiefied the UI code to allow a far more flexible grouping system.
Added the Nasal scripting language and added FlightGear integration.
Paul Schlyter <pausch@saaf.se> Paul Schlyter <pausch@saaf.se>
@ -473,6 +486,7 @@ Norman Vine <nhv@yahoo.com>
Ultra hires tiled screen dumps. Ultra hires tiled screen dumps.
Contributed the initial 'goto airport' and 'reset' functions Contributed the initial 'goto airport' and 'reset' functions
Contributed the initial http image server code Contributed the initial http image server code
Did the build instructions for OpenAL (and SDL) under Cygwin.
Roland Voegtli <voegtli@sanw.unibe.ch> Roland Voegtli <voegtli@sanw.unibe.ch>
@ -498,6 +512,10 @@ Davud Culp <davidculp2@attbi.com>
of extra controls which will prove to be usefull no and for the future. of extra controls which will prove to be usefull no and for the future.
Contributed a number of aircraft configuration files, including a T-38 and Contributed a number of aircraft configuration files, including a T-38 and
Boeing 737. Boeing 737.
Implemented the AIModels subsystem (originally based on the ATC traffic code)
and extended it to support ships, aircraft, ballistic objects, thunder-storms,
and thermals.
Added a lot of updated to JSBSIm, esp. for the turbine section.
Ed Williams <Ed_Williams@compuserve.com> Ed Williams <Ed_Williams@compuserve.com>
@ -512,8 +530,8 @@ Jim Wilson <jimw@kelcomaine.com>
and modular. Contributed many small fixes and bug reports. and modular. Contributed many small fixes and bug reports.
Contributed the the pui property browser. Contributed the the pui property browser.
Contributed to the autopilot. Contributed to the autopilot.
Created several excellent 3D aircraft models, including the p-51 and Created several excellent 3D aircraft models, including the p-51,
Boeing 747. Wright Flyer and the Boeing 747.
Jean-Claude Wippler <jcw@equi4.com> Jean-Claude Wippler <jcw@equi4.com>
@ -528,6 +546,14 @@ John Wojnaroski <castle@mminternet.com>
Open Glass Cockpit project Open Glass Cockpit project
3d clouds 3d clouds
Lee Elliot <leee@spatial.freeserve.co.uk>
Author of the YF-23, A-10, Ann225, B-52 and TSR-2 models.
Did a lot of suggestions for better aircraft modelling, some of which
resulted in code changes to accomplish them.
Innis Cunningham <innisc@hotmail.com>
Added a number of excellent aircraft models including the Hawker Hunter
and Seahawk.
Space Imaging, Inc http://www.spaceimaging.com/ Space Imaging, Inc http://www.spaceimaging.com/
Space Imaging has allowed us to use the images in their archive for Space Imaging has allowed us to use the images in their archive for
@ -578,3 +604,4 @@ 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 by Erik Hofman, erik@ehofman.com Updated 2003-04-17 by Erik Hofman, erik@ehofman.com
Updated 2004-06-01 by Erik Hofman, erik@ehofman.com