]> git.mxchange.org Git - flightgear.git/log
flightgear.git
24 years agoAdded first stab at a socket class.
curt [Sat, 20 Nov 1999 15:41:48 +0000 (15:41 +0000)]
Added first stab at a socket class.
Fixed readline() bug in fg_serial.cxx and fg_socket.cxx.
Fixed process() bug in nmea.cxx and garmin.cxx.

24 years agoTweaked a comment line.
curt [Sat, 20 Nov 1999 15:40:15 +0000 (15:40 +0000)]
Tweaked a comment line.

24 years agoDo a better job of disabling all sound related stuff if --disable-sound is
curt [Sat, 20 Nov 1999 15:39:53 +0000 (15:39 +0000)]
Do a better job of disabling all sound related stuff if --disable-sound is
specified.

24 years agoAdded support for parsing socket options.
curt [Sat, 20 Nov 1999 15:39:20 +0000 (15:39 +0000)]
Added support for parsing socket options.

24 years agoAdded a readline(buf) vs. read(buf,len)
curt [Sat, 20 Nov 1999 00:28:30 +0000 (00:28 +0000)]
Added a readline(buf) vs. read(buf,len)

24 years agoCleaning out old code ...
curt [Fri, 19 Nov 1999 23:19:51 +0000 (23:19 +0000)]
Cleaning out old code ...

24 years agoAdded two new output formats, PVE and RUL.
curt [Fri, 19 Nov 1999 03:03:11 +0000 (03:03 +0000)]
Added two new output formats, PVE and RUL.

24 years agoAdded PVE (ProVision Entertainment) and RUL (some guy's motion platform)
curt [Fri, 19 Nov 1999 03:02:49 +0000 (03:02 +0000)]
Added PVE (ProVision Entertainment) and RUL (some guy's motion platform)
formats.

24 years agoRevamped the "External" flight model.
curt [Fri, 19 Nov 1999 02:12:46 +0000 (02:12 +0000)]
Revamped the "External" flight model.

24 years agoRevamping I/O system.
curt [Fri, 19 Nov 1999 02:10:24 +0000 (02:10 +0000)]
Revamping I/O system.

24 years agoUpdates from Tony, mostly to landing gear.
curt [Mon, 15 Nov 1999 23:54:07 +0000 (23:54 +0000)]
Updates from Tony, mostly to landing gear.

24 years agoAdded js_demo.cxx from plib source tree.
curt [Wed, 10 Nov 1999 20:50:58 +0000 (20:50 +0000)]
Added js_demo.cxx from plib source tree.

24 years agoTweaks to get rid of compiler warnings.
curt [Tue, 9 Nov 1999 19:51:07 +0000 (19:51 +0000)]
Tweaks to get rid of compiler warnings.

24 years agoCygwin32 build tweaks.
curt [Tue, 9 Nov 1999 18:22:55 +0000 (18:22 +0000)]
Cygwin32 build tweaks.

24 years agoTweaks to ssg LOS routines and the use of it for height above ground
curt [Thu, 4 Nov 1999 22:55:00 +0000 (22:55 +0000)]
Tweaks to ssg LOS routines and the use of it for height above ground
calculations.

24 years agoMake state management conform more to the example in the ssg docs.
curt [Thu, 4 Nov 1999 22:54:23 +0000 (22:54 +0000)]
Make state management conform more to the example in the ssg docs.

24 years agoTweaked with drag and thrust.
curt [Thu, 4 Nov 1999 22:53:34 +0000 (22:53 +0000)]
Tweaked with drag and thrust.

24 years agoTweaks to my ssg LOS routines and their usage.
curt [Thu, 4 Nov 1999 00:41:23 +0000 (00:41 +0000)]
Tweaks to my ssg LOS routines and their usage.

24 years agoDebug output tweaks.
curt [Wed, 3 Nov 1999 23:50:15 +0000 (23:50 +0000)]
Debug output tweaks.

24 years agoBegan work on adding support for loading additional 3d models per tile.
curt [Wed, 3 Nov 1999 21:01:59 +0000 (21:01 +0000)]
Began work on adding support for loading additional 3d models per tile.
Began work on my own ssgLOS() (line of sight) routine.

24 years agoStart adding support for loading additional models per tile.
curt [Wed, 3 Nov 1999 20:59:34 +0000 (20:59 +0000)]
Start adding support for loading additional models per tile.

24 years agoClear traversal bit on aircraft model.
curt [Wed, 3 Nov 1999 20:58:20 +0000 (20:58 +0000)]
Clear traversal bit on aircraft model.

24 years agoUpdates by Christian Mayer.
curt [Wed, 3 Nov 1999 18:06:52 +0000 (18:06 +0000)]
Updates by Christian Mayer.

24 years agoPatches from Tony to enable brakes.
curt [Wed, 3 Nov 1999 17:46:24 +0000 (17:46 +0000)]
Patches from Tony to enable brakes.

24 years agoAdded some extra debugging infrastructure.
curt [Wed, 3 Nov 1999 16:18:19 +0000 (16:18 +0000)]
Added some extra debugging infrastructure.

24 years agoUpdates so that trim will work.
curt [Tue, 2 Nov 1999 15:59:13 +0000 (15:59 +0000)]
Updates so that trim will work.

24 years agoUpdates from Mark Vallevand.
curt [Mon, 1 Nov 1999 21:16:05 +0000 (21:16 +0000)]
Updates from Mark Vallevand.

24 years agoBetter no-texture support contributed by David Megginson.
curt [Mon, 1 Nov 1999 19:17:43 +0000 (19:17 +0000)]
Better no-texture support contributed by David Megginson.

24 years agoc172 updates from Tony. Fix extra yaw when using ailerons. Flaps and elevator
curt [Mon, 1 Nov 1999 19:17:16 +0000 (19:17 +0000)]
c172 updates from Tony.  Fix extra yaw when using ailerons.  Flaps and elevator
tweaks.

24 years agoForce add of Lib/Metar to snapshots for now until it is fully incorporated.
curt [Mon, 1 Nov 1999 19:16:44 +0000 (19:16 +0000)]
Force add of Lib/Metar to snapshots for now until it is fully incorporated.
Added code from Alexei that clips land use data to the land mass data.

24 years agoTrying to fix automake version problems.
curt [Sat, 30 Oct 1999 04:27:21 +0000 (04:27 +0000)]
Trying to fix automake version problems.

24 years agoFixed (hopefully) a build problem with newer versions of automake
curt [Sat, 30 Oct 1999 02:37:56 +0000 (02:37 +0000)]
Fixed (hopefully) a build problem with newer versions of automake
and autoconf.

24 years agoMSVC++ tweak.
curt [Fri, 29 Oct 1999 18:09:19 +0000 (18:09 +0000)]
MSVC++ tweak.

24 years agoAdded keyboard support for flap control.
curt [Fri, 29 Oct 1999 18:09:04 +0000 (18:09 +0000)]
Added keyboard support for flap control.

24 years agoUpdateds to win32 print system.
curt [Fri, 29 Oct 1999 18:08:54 +0000 (18:08 +0000)]
Updateds to win32 print system.

24 years agoAdded flaps support to c172 model.
curt [Fri, 29 Oct 1999 18:08:31 +0000 (18:08 +0000)]
Added flaps support to c172 model.

24 years agoAdded flaps support to control model.
curt [Fri, 29 Oct 1999 18:08:26 +0000 (18:08 +0000)]
Added flaps support to control model.

24 years agoMoved to Include/fg_types.hxx
curt [Wed, 27 Oct 1999 01:41:59 +0000 (01:41 +0000)]
Moved to Include/fg_types.hxx

24 years agoFixed some warning messages that were tripping up pickier compilers.
curt [Wed, 27 Oct 1999 00:52:44 +0000 (00:52 +0000)]
Fixed some warning messages that were tripping up pickier compilers.

24 years agoMore tile memory clean ups.
curt [Wed, 27 Oct 1999 00:52:25 +0000 (00:52 +0000)]
More tile memory clean ups.

24 years agoBetter memory clean up and ocean texture generation. Moved cloud generation
curt [Wed, 27 Oct 1999 00:51:42 +0000 (00:51 +0000)]
Better memory clean up and ocean texture generation.   Moved cloud generation
calls up a level.

24 years agoFix for MSVC++
curt [Wed, 27 Oct 1999 00:44:29 +0000 (00:44 +0000)]
Fix for MSVC++

24 years agoTweaks by David Megginson.
curt [Wed, 27 Oct 1999 00:44:16 +0000 (00:44 +0000)]
Tweaks by David Megginson.

24 years agoAdded common fg_types.hxx
curt [Wed, 27 Oct 1999 00:42:36 +0000 (00:42 +0000)]
Added common fg_types.hxx

24 years agoAdd a key mapping (F3) for taking a screen snap shot.
curt [Tue, 26 Oct 1999 03:45:33 +0000 (03:45 +0000)]
Add a key mapping (F3) for taking a screen snap shot.
Keep track of and free index arrays that are fed to ssg.
Ssg branch deletion memory leak work around.

24 years agoReady for 0.7.1 release
curt [Sat, 23 Oct 1999 04:22:55 +0000 (04:22 +0000)]
Ready for 0.7.1 release

24 years agoCygwin32 fixes.
curt [Sat, 23 Oct 1999 04:19:25 +0000 (04:19 +0000)]
Cygwin32 fixes.

24 years agoAdministrative updates.
curt [Sat, 23 Oct 1999 04:19:11 +0000 (04:19 +0000)]
Administrative updates.

24 years agoAdded cloud puffs as we pass through the cloud layer.
curt [Sat, 23 Oct 1999 00:09:26 +0000 (00:09 +0000)]
Added cloud puffs as we pass through the cloud layer.

24 years agoMoved where glBlendFunc() is reset to main.cxx
curt [Fri, 22 Oct 1999 17:15:43 +0000 (17:15 +0000)]
Moved where glBlendFunc() is reset to main.cxx

24 years agoJust a minor tweak.
curt [Fri, 22 Oct 1999 01:30:39 +0000 (01:30 +0000)]
Just a minor tweak.

24 years agoAdded Durk's first stab at clouds.
curt [Fri, 22 Oct 1999 00:27:49 +0000 (00:27 +0000)]
Added Durk's first stab at clouds.
Added Simulator/Clouds/
Durk fixed a problem in gui.cxx with cursor type.
Durk updated his time zone / time-offset command line parameters
Curt added a cheezy fade in/out as we transition through the cloud layer.
  We really need to fog the sky dome, sun, moon, stars as well.
Curt added --enable/disable-clouds and --clouds-asl= to control clouds.

24 years agoDon't actually set fog parameters here.
curt [Fri, 22 Oct 1999 00:23:32 +0000 (00:23 +0000)]
Don't actually set fog parameters here.
Added FGWeatherVectorWrap.h to cvs.

24 years agoFixes to Christian's latest weather submission.
curt [Thu, 21 Oct 1999 22:53:12 +0000 (22:53 +0000)]
Fixes to Christian's latest weather submission.

24 years agoUpdates by Christian Mayer.
curt [Wed, 20 Oct 1999 22:19:07 +0000 (22:19 +0000)]
Updates by Christian Mayer.

24 years agoUpdates to BalloonSim init by Christian Mayer.
curt [Wed, 20 Oct 1999 22:18:54 +0000 (22:18 +0000)]
Updates to BalloonSim init by Christian Mayer.
Removed old plib include line from the days when plib was rolled in with
  flight gear.
Texture handling tweaks contributed by David Megginson.

24 years agoUpdates from Christian Mayer.
curt [Wed, 20 Oct 1999 22:15:41 +0000 (22:15 +0000)]
Updates from Christian Mayer.

24 years agoUpdates.
curt [Wed, 20 Oct 1999 22:14:15 +0000 (22:14 +0000)]
Updates.

24 years agoUpdates from David Megginson.
curt [Wed, 20 Oct 1999 22:14:09 +0000 (22:14 +0000)]
Updates from David Megginson.

24 years agoUpdates to tools to move the class FGArray into the lib area so it could
curt [Tue, 19 Oct 1999 20:34:58 +0000 (20:34 +0000)]
Updates to tools to move the class FGArray into the lib area so it could
  be used by multiple programs.
Fixed a triangle loading bug in obj.cxx introduced when I added tri-strip
  functionality.

24 years agoChanges to properly handle new style tri-strips.
curt [Mon, 18 Oct 1999 14:57:38 +0000 (14:57 +0000)]
Changes to properly handle new style tri-strips.

24 years agoWorking on adding textured airport runways.
curt [Mon, 18 Oct 1999 04:55:58 +0000 (04:55 +0000)]
Working on adding textured airport runways.

24 years agoWire in the balloon sim.
curt [Fri, 15 Oct 1999 22:21:09 +0000 (22:21 +0000)]
Wire in the balloon sim.

24 years agoA couple MSVC++ portability tweaks.
curt [Fri, 15 Oct 1999 22:06:56 +0000 (22:06 +0000)]
A couple MSVC++ portability tweaks.

24 years agoPan view with mouse both side-to-side and up/down from Norman Vine.
curt [Fri, 15 Oct 1999 20:43:02 +0000 (20:43 +0000)]
Pan view with mouse both side-to-side and up/down from Norman Vine.

24 years agoUpdates from Norman Vine.
curt [Fri, 15 Oct 1999 20:42:28 +0000 (20:42 +0000)]
Updates from Norman Vine.

24 years agoRename screen dump to snap shot.
curt [Fri, 15 Oct 1999 13:55:44 +0000 (13:55 +0000)]
Rename screen dump to snap shot.
Updated view enums.

24 years agoMaybe fixed an altitude problem.
curt [Fri, 15 Oct 1999 05:35:50 +0000 (05:35 +0000)]
Maybe fixed an altitude problem.

24 years agoTweaks to dumpScreen().
curt [Fri, 15 Oct 1999 00:40:11 +0000 (00:40 +0000)]
Tweaks to dumpScreen().

24 years agoUpdates for sun.
curt [Fri, 15 Oct 1999 00:39:41 +0000 (00:39 +0000)]
Updates for sun.

24 years agoUpdates ...
curt [Fri, 15 Oct 1999 00:14:29 +0000 (00:14 +0000)]
Updates ...

24 years agoScript was looking for wrong executable name.
curt [Fri, 15 Oct 1999 00:11:52 +0000 (00:11 +0000)]
Script was looking for wrong executable name.

24 years agoAdded screen dumping and screen printing (win32) functionality.
curt [Thu, 14 Oct 1999 23:46:28 +0000 (23:46 +0000)]
Added screen dumping and screen printing (win32) functionality.

24 years agoUpgraded to latest weather data base code from Christian Mayer's and make
curt [Thu, 14 Oct 1999 20:30:54 +0000 (20:30 +0000)]
Upgraded to latest weather data base code from Christian Mayer's and make
it the default.

24 years agoUse wgs_84 time and distance calc routines instead of pure spherical geometry.
curt [Thu, 14 Oct 1999 19:32:15 +0000 (19:32 +0000)]
Use wgs_84 time and distance calc routines instead of pure spherical geometry.

24 years agoMoved wgs_84 time and distance calc routines to fg_geodesy.[ch]xx
curt [Thu, 14 Oct 1999 19:31:55 +0000 (19:31 +0000)]
Moved wgs_84 time and distance calc routines to fg_geodesy.[ch]xx

24 years ago...
curt [Thu, 14 Oct 1999 19:31:27 +0000 (19:31 +0000)]
...

24 years agoFixed up external view mode so it works once again.
curt [Thu, 14 Oct 1999 17:32:34 +0000 (17:32 +0000)]
Fixed up external view mode so it works once again.

24 years agoRemoving all the old vestiges of the original attempt at a slew FDM. Now
curt [Thu, 14 Oct 1999 02:01:27 +0000 (02:01 +0000)]
Removing all the old vestiges of the original attempt at a slew FDM.  Now
this functionality is implimented as a magic carpet mode.

24 years agoInitial revision.
curt [Thu, 14 Oct 1999 01:54:11 +0000 (01:54 +0000)]
Initial revision.

24 years agoAdding magic carpet FDM mode.
curt [Thu, 14 Oct 1999 01:53:43 +0000 (01:53 +0000)]
Adding magic carpet FDM mode.

24 years agoAdded some temporary debugging msgs (now commented out.)
curt [Thu, 14 Oct 1999 01:53:20 +0000 (01:53 +0000)]
Added some temporary debugging msgs (now commented out.)

24 years agoReplaced all instances of pow(a,2.0) with (a*a)
curt [Wed, 13 Oct 1999 19:33:17 +0000 (19:33 +0000)]
Replaced all instances of pow(a,2.0) with (a*a)

24 years agoUpdates by Christian Mayer.
curt [Tue, 12 Oct 1999 03:30:24 +0000 (03:30 +0000)]
Updates by Christian Mayer.

24 years agoFirst pass at incorporating Christian's BalloonSim.
curt [Tue, 12 Oct 1999 03:30:00 +0000 (03:30 +0000)]
First pass at incorporating Christian's BalloonSim.

24 years agoDefault to no force-disengage of autopilot for now.
curt [Tue, 12 Oct 1999 03:29:10 +0000 (03:29 +0000)]
Default to no force-disengage of autopilot for now.

24 years agoInitial revision of balloon simulator code.
curt [Tue, 12 Oct 1999 03:27:06 +0000 (03:27 +0000)]
Initial revision of balloon simulator code.

24 years agoFixed a typo.
curt [Mon, 11 Oct 1999 23:10:10 +0000 (23:10 +0000)]
Fixed a typo.

24 years agoFixed a couple warning messages.
curt [Mon, 11 Oct 1999 23:09:51 +0000 (23:09 +0000)]
Fixed a couple warning messages.

24 years agoUpdating FGFS <=> FDM interface.
curt [Mon, 11 Oct 1999 23:09:07 +0000 (23:09 +0000)]
Updating FGFS <=> FDM interface.

24 years agoTweaks to scenery version number keyword.
curt [Sun, 10 Oct 1999 17:08:46 +0000 (17:08 +0000)]
Tweaks to scenery version number keyword.

24 years agoWork on better texture coordinate handling with the ability to scale textures
curt [Sun, 10 Oct 1999 16:49:29 +0000 (16:49 +0000)]
Work on better texture coordinate handling with the ability to scale textures
via a parameter in the materials file, while having the textures scroll
smoothly at any scaling.

24 years agoPass through ground speed for hud ETA calculation.
curt [Sun, 10 Oct 1999 16:48:21 +0000 (16:48 +0000)]
Pass through ground speed for hud ETA calculation.

24 years agoExpanded size for hud text strings to 64.
curt [Sun, 10 Oct 1999 16:47:51 +0000 (16:47 +0000)]
Expanded size for hud text strings to 64.

24 years agoAdded "ETA" to display.
curt [Sun, 10 Oct 1999 16:47:21 +0000 (16:47 +0000)]
Added "ETA" to display.

24 years agoUpdates by norman vine to controls.hxx.
curt [Sat, 9 Oct 1999 13:09:16 +0000 (13:09 +0000)]
Updates by norman vine to controls.hxx.
Joystick auto-coordination tweaks.
Additional debuging output when pausing and resuming the sim.
Window resizing tweaks by David Megginson (and Norman Vine).

24 years agoUpdates contributed by Norman Vine.
curt [Sat, 9 Oct 1999 13:07:35 +0000 (13:07 +0000)]
Updates contributed by Norman Vine.

24 years agoUpdates for Irix builds.
curt [Fri, 8 Oct 1999 00:26:46 +0000 (00:26 +0000)]
Updates for Irix builds.

24 years agoIrix tweaks.
curt [Fri, 8 Oct 1999 00:14:01 +0000 (00:14 +0000)]
Irix tweaks.

24 years agoVarious SGI portability tweaks.
curt [Thu, 7 Oct 1999 23:08:48 +0000 (23:08 +0000)]
Various SGI portability tweaks.