]>
git.mxchange.org Git - flightgear.git/log
curt [Wed, 22 Mar 2000 21:59:59 +0000 (21:59 +0000)]
Updates to vacuum system model from Alex Perry.
curt [Wed, 22 Mar 2000 21:57:22 +0000 (21:57 +0000)]
updates
curt [Tue, 21 Mar 2000 22:06:05 +0000 (22:06 +0000)]
MSVC++ tweaks contributed by Christian Mayer.
curt [Tue, 21 Mar 2000 20:51:03 +0000 (20:51 +0000)]
Added Alex's patches for more accurate instrument modeling (compass, vsi,
altitute)
curt [Fri, 17 Mar 2000 06:16:15 +0000 (06:16 +0000)]
Rendering tweaks.
curt [Thu, 16 Mar 2000 23:19:39 +0000 (23:19 +0000)]
Moved src/Astro to src/Ephemeris
curt [Thu, 16 Mar 2000 23:03:05 +0000 (23:03 +0000)]
*** empty log message ***
curt [Thu, 16 Mar 2000 23:01:57 +0000 (23:01 +0000)]
Removed dependencies on Astro/solarsystem.*
Pass star and planet data to Sky module.
curt [Thu, 16 Mar 2000 22:59:47 +0000 (22:59 +0000)]
Update Gene's email.
curt [Thu, 16 Mar 2000 04:23:24 +0000 (04:23 +0000)]
tweaks.
curt [Thu, 16 Mar 2000 04:18:41 +0000 (04:18 +0000)]
Dump blend source and dest values.
curt [Thu, 16 Mar 2000 04:18:24 +0000 (04:18 +0000)]
Tweaks to reduce module interdependencies.
Additional sun and moon position values calculated from new FGEphemeris class.
curt [Thu, 16 Mar 2000 04:15:47 +0000 (04:15 +0000)]
Slight updates to material properties.
curt [Thu, 16 Mar 2000 04:15:22 +0000 (04:15 +0000)]
Updates for ssg solarsystem/sky model. Includes changes to Time, Light, and
initialization sequences.
curt [Thu, 9 Mar 2000 22:07:44 +0000 (22:07 +0000)]
Updated due to the hard work of Oliver Delise. Thanks Oliver for tracking
everyone down and getting current information!
curt [Mon, 6 Mar 2000 23:29:24 +0000 (23:29 +0000)]
Working on ssg-ifying sky.
curt [Mon, 6 Mar 2000 23:28:52 +0000 (23:28 +0000)]
Pass NULL for ColourArray when creating cloud objects.
curt [Mon, 6 Mar 2000 23:28:43 +0000 (23:28 +0000)]
Updates for sky rendering.
curt [Fri, 3 Mar 2000 00:07:23 +0000 (00:07 +0000)]
Working on drawing sun and sun halo.
curt [Thu, 2 Mar 2000 19:20:54 +0000 (19:20 +0000)]
Sun now correctly placed in sky and correctly colored.
curt [Thu, 2 Mar 2000 13:51:31 +0000 (13:51 +0000)]
Working on separating out ephemeris code from the actual rendering code
which I am trying to ssg-ify at the same time.
curt [Thu, 2 Mar 2000 03:03:16 +0000 (03:03 +0000)]
Separating out the Sky rendering as a separate unit and ssg-ifying it.
curt [Wed, 1 Mar 2000 00:32:09 +0000 (00:32 +0000)]
Tweaks related to updating skydome colors.
curt [Wed, 1 Mar 2000 00:31:56 +0000 (00:31 +0000)]
Forgot to include ssg.h
curt [Wed, 1 Mar 2000 00:31:46 +0000 (00:31 +0000)]
Cygwin fixes.
curt [Wed, 1 Mar 2000 00:31:35 +0000 (00:31 +0000)]
Working on skydome ... some actual progress has been made. :-) Still
something goofy with sunrise, sunset effects.
curt [Wed, 1 Mar 2000 00:31:02 +0000 (00:31 +0000)]
Update thanks.
More intelligent search for XFMesa stuff.
curt [Tue, 29 Feb 2000 17:13:02 +0000 (17:13 +0000)]
Continuing work on ssg-ifying the sky dome.
curt [Mon, 28 Feb 2000 04:16:12 +0000 (04:16 +0000)]
Make NetworkOLK optional even if compiled in.
curt [Sat, 26 Feb 2000 18:01:13 +0000 (18:01 +0000)]
Added bfi.[ch]xx (Big Flat Interface) to give a consistant access point
to shared state inside Flight Gear.
curt [Thu, 24 Feb 2000 03:09:28 +0000 (03:09 +0000)]
Added --with-simgear=path option to the configure script.
curt [Tue, 22 Feb 2000 05:33:26 +0000 (05:33 +0000)]
Added a configure check for the existance of SimGear.
curt [Mon, 21 Feb 2000 22:00:24 +0000 (22:00 +0000)]
Updates from David Megginson.
Externally: added a chronometer and a control-position indicator a la
MSFS, along with dummies for the radio-nav gauges.
Internally, substantially reworked the code so that the individual gauges
can be table- (and eventually, file-) driven.
curt [Mon, 21 Feb 2000 18:05:42 +0000 (18:05 +0000)]
Added an #include <glut.h> to pick up the FLT_MAX definition.
curt [Mon, 21 Feb 2000 18:05:04 +0000 (18:05 +0000)]
It makes things easier to have this file already seeded after a cvs co.
curt [Sun, 20 Feb 2000 05:19:15 +0000 (05:19 +0000)]
Converted ssgVTable's to ssgVtxTable's which manage their own memory and
will hopefully be a step towards using compiled vertex arrays.
curt [Sun, 20 Feb 2000 04:08:12 +0000 (04:08 +0000)]
A blind attempt to fix the errno problem for the cygwin people.
curt [Sat, 19 Feb 2000 14:29:27 +0000 (14:29 +0000)]
Removed all dependencies on <simgear/math/mat3.h> and friends. These are
old routines from SRGP. Steve's plib/sg.h does a nice job of completely
replacing this (and since plib is already around) and is a nice clean design
so it just makes sense.
curt [Thu, 17 Feb 2000 23:34:30 +0000 (23:34 +0000)]
A few remaining reorg changes.
curt [Wed, 16 Feb 2000 23:01:03 +0000 (23:01 +0000)]
One more pass at a reorg.
curt [Tue, 15 Feb 2000 23:32:26 +0000 (23:32 +0000)]
Updates.
curt [Tue, 15 Feb 2000 23:20:36 +0000 (23:20 +0000)]
Reorg.
curt [Tue, 15 Feb 2000 22:48:57 +0000 (22:48 +0000)]
Reorgs.
curt [Tue, 15 Feb 2000 20:46:04 +0000 (20:46 +0000)]
More reorganization.
curt [Tue, 15 Feb 2000 17:13:45 +0000 (17:13 +0000)]
Moved here at least for now.
curt [Tue, 15 Feb 2000 16:52:48 +0000 (16:52 +0000)]
Updated.
curt [Tue, 15 Feb 2000 06:12:40 +0000 (06:12 +0000)]
Added.
curt [Tue, 15 Feb 2000 03:30:01 +0000 (03:30 +0000)]
Code reorganization.
curt [Fri, 11 Feb 2000 22:27:23 +0000 (22:27 +0000)]
Added a load/save state function contributed by David Megginson.
curt [Fri, 11 Feb 2000 22:27:01 +0000 (22:27 +0000)]
Fixed typos.
curt [Thu, 10 Feb 2000 23:37:56 +0000 (23:37 +0000)]
MacOS fixes contributed by Darrell Walisser on 1/26/2000.
curt [Thu, 10 Feb 2000 23:36:44 +0000 (23:36 +0000)]
Minor code shuffling.
curt [Fri, 4 Feb 2000 23:21:10 +0000 (23:21 +0000)]
Update for plib-1.1.x
curt [Fri, 4 Feb 2000 22:50:04 +0000 (22:50 +0000)]
Updated for plib-1.1.x
curt [Fri, 21 Jan 2000 18:02:19 +0000 (18:02 +0000)]
Read all pending messages.
curt [Fri, 21 Jan 2000 18:01:57 +0000 (18:01 +0000)]
Fixed a comment typo.
curt [Tue, 18 Jan 2000 18:32:35 +0000 (18:32 +0000)]
17 Jan 2000 updates from Vader@t-online.de (Christian Mayer)
curt [Tue, 18 Jan 2000 18:28:51 +0000 (18:28 +0000)]
2000 17 Jan updates from "Oliver Delise" <delise@mail.isis.de>
curt [Thu, 13 Jan 2000 20:12:16 +0000 (20:12 +0000)]
The aircraft model used for external views was being included in the height
above terrain check so when the view position and the aircraft model collided
the current altitude kept getting pushed up to compensate, but of course the
aircraft model would get pushed up as well because it tracks the current
aircraft position and orientation. Thus you had a never ending cycle ...
curt [Thu, 13 Jan 2000 17:32:30 +0000 (17:32 +0000)]
One final rearrangement tweak.
curt [Thu, 13 Jan 2000 17:27:32 +0000 (17:27 +0000)]
13 Dec 2000 updates from Oliver.
curt [Wed, 12 Jan 2000 18:40:04 +0000 (18:40 +0000)]
A couple tweaks.
curt [Wed, 12 Jan 2000 18:09:54 +0000 (18:09 +0000)]
Added new GUI changes for Oliver's Network code.
Moved Oliver's network stuff to his own subdir: NetworkOLK.
curt [Wed, 12 Jan 2000 18:09:35 +0000 (18:09 +0000)]
Moved Oliver's network stuff to his own subdir: NetworkOLK.
curt [Wed, 12 Jan 2000 17:53:10 +0000 (17:53 +0000)]
Moved to NetworkOLK and updated.
curt [Wed, 12 Jan 2000 17:30:20 +0000 (17:30 +0000)]
Moved Oliver's multi-pilot network code to NetworkOLK/
curt [Tue, 11 Jan 2000 17:26:43 +0000 (17:26 +0000)]
Jan 11, 2000 changes from Jon.
curt [Mon, 10 Jan 2000 21:07:52 +0000 (21:07 +0000)]
Corrected a comment.
curt [Mon, 10 Jan 2000 21:07:26 +0000 (21:07 +0000)]
Updates to propogate V_calibrated_kts and Mach from all FDM codes.
curt [Mon, 10 Jan 2000 21:07:00 +0000 (21:07 +0000)]
Updates from Jon and Tony.
curt [Mon, 10 Jan 2000 21:06:39 +0000 (21:06 +0000)]
Added Mach Number to hud.
Change reported speed on hud from V_equiv_kts to V_calibrated_kts.
curt [Thu, 30 Dec 1999 18:01:59 +0000 (18:01 +0000)]
Here is a wrap-up of the latest changes to JSBSim. It still is flaky, but
much less so due to returning the aero reference point stuff to the config
files. Don't know what happened there ...
Additionally, I have added a new field to the config file: CFG_VERSION. A
version number, currently 1.1, is assigned to the config file and a matching
definition is found in FGDefs.h. The two need to match. Tony has also added
code into FGAircraft.cpp to handle if aero reference point is not specified.
curt [Thu, 30 Dec 1999 17:42:24 +0000 (17:42 +0000)]
Updates to help work the kinks out of JSBsim.
curt [Thu, 23 Dec 1999 19:38:40 +0000 (19:38 +0000)]
Removed libVoronoi.a
Added Ctrl-U key binding to force an instant altitude gain of 1000'.
curt [Thu, 23 Dec 1999 19:37:40 +0000 (19:37 +0000)]
Updated ...
curt [Thu, 23 Dec 1999 17:37:18 +0000 (17:37 +0000)]
Panel code reorganization contributed by David Megginson:
I've reorganized the code in panel.cxx and panel.hxx so that it will
be a little easier to extend the panel later if someone wants to.
It's still basically Friedemann's code at the core, but I've
repackaged it into a saner class hierarchy and encapsulated as much as
I could (there are still a couple of circular dependencies that need
swatting). If someone wants to modify it to use SSG or to add new
gauges, it should be a lot easier now.
There are no user-visible changes.
curt [Thu, 23 Dec 1999 17:35:10 +0000 (17:35 +0000)]
Fixed abs() vs. fabs() typo.
curt [Thu, 23 Dec 1999 17:17:48 +0000 (17:17 +0000)]
21.12.1999 Christian Mayer: Added a fix for compatibility to gcc 2.8 which
suggested by Oliver Delise.
curt [Thu, 23 Dec 1999 16:54:54 +0000 (16:54 +0000)]
The WeatherDatabase doesn't need the voronoi code anymore but uses
Dave Eberly's spherical interpolation code (found in the Lib/Math
directory). So it would be great if you could give him also a place
in the thanks file. Changing the WeatherDatabse made actually a heavy
internal redesign necessary but no code outside the database is
affected (isn't code hiding great?).
curt [Thu, 23 Dec 1999 16:49:30 +0000 (16:49 +0000)]
Removed for this version of weather code.
curt [Mon, 20 Dec 1999 20:26:18 +0000 (20:26 +0000)]
Allow JSBsim aircraft model file to be specified from the command line.
curt [Mon, 20 Dec 1999 20:25:58 +0000 (20:25 +0000)]
Allow aircraft model file to be specified from the command line.
curt [Mon, 20 Dec 1999 20:25:13 +0000 (20:25 +0000)]
Initial revisions.
curt [Mon, 20 Dec 1999 20:24:49 +0000 (20:24 +0000)]
Updates from the Jon and Tony show.
curt [Mon, 13 Dec 1999 21:44:21 +0000 (21:44 +0000)]
Playing around with altitude hold settings.
curt [Mon, 13 Dec 1999 21:43:53 +0000 (21:43 +0000)]
Y2K output tweak.
curt [Mon, 13 Dec 1999 21:43:41 +0000 (21:43 +0000)]
Updates from Tony.
curt [Wed, 8 Dec 1999 19:48:54 +0000 (19:48 +0000)]
Updates from Tony.
curt [Wed, 24 Nov 1999 14:15:10 +0000 (14:15 +0000)]
Testing display lists in ssg.
curt [Wed, 24 Nov 1999 14:15:00 +0000 (14:15 +0000)]
Cosmetic change.
curt [Wed, 24 Nov 1999 14:14:45 +0000 (14:14 +0000)]
Added an FGIOChannel::writestring().
Some cygwin32 portability fixes for fg_socket.cxx.
curt [Tue, 23 Nov 1999 13:27:08 +0000 (13:27 +0000)]
Removed some testing cruft related to a dumb attempt to disable the nagle
algorithm.
curt [Tue, 23 Nov 1999 05:51:14 +0000 (05:51 +0000)]
Added FGFS "Native" I/O protocol.
curt [Tue, 23 Nov 1999 05:47:16 +0000 (05:47 +0000)]
Initial revision of FGFS "Native" I/O protocal.
curt [Tue, 23 Nov 1999 03:19:09 +0000 (03:19 +0000)]
Fixed the bug that was causing overbuffering of socket traffic and lending
to big delays between the master and the slave.
curt [Mon, 22 Nov 1999 18:08:14 +0000 (18:08 +0000)]
Tweak with readline() return value.
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.
curt [Sat, 20 Nov 1999 15:40:15 +0000 (15:40 +0000)]
Tweaked a comment line.
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.
curt [Sat, 20 Nov 1999 15:39:20 +0000 (15:39 +0000)]
Added support for parsing socket options.