]>
git.mxchange.org Git - flightgear.git/log
curt [Sat, 3 Apr 1999 04:20:22 +0000 (04:20 +0000)]
Integration of Steve's plib conglomeration.
curt [Sat, 3 Apr 1999 04:20:01 +0000 (04:20 +0000)]
Optimizations (tm) by Norman Vine.
curt [Wed, 31 Mar 1999 13:25:58 +0000 (13:25 +0000)]
Removed some debugging output.
curt [Tue, 30 Mar 1999 23:48:24 +0000 (23:48 +0000)]
modifications to obj loader to handle tri fans.
curt [Tue, 30 Mar 1999 23:48:04 +0000 (23:48 +0000)]
Minor tweak.
curt [Sat, 27 Mar 1999 05:36:03 +0000 (05:36 +0000)]
Alas, I have made non-backwardsly compatible changes to the scenery file
format. Thus I have had to make the corresponding changes here in the
file loader.
Things that do not correspond the the .obj format are placed in comments.
curt [Thu, 25 Mar 1999 19:03:24 +0000 (19:03 +0000)]
Converted to use new bucket routines.
curt [Thu, 25 Mar 1999 19:02:53 +0000 (19:02 +0000)]
Removed an unneeded include.
curt [Mon, 22 Mar 1999 23:47:55 +0000 (23:47 +0000)]
FOV set properly when panel activated.
curt [Mon, 22 Mar 1999 12:08:57 +0000 (12:08 +0000)]
Initial revision.
curt [Mon, 22 Mar 1999 02:08:05 +0000 (02:08 +0000)]
Changes contributed by Durk Talsma:
Here's a few changes I made to fg-0.58 this weekend. Included are the
following features:
- Sun and moon have a halo
- The moon has a light vector, moon_angle, etc. etc. so that we can have
some moonlight during the night.
- Lot's of small changes tweakes, including some stuff Norman Vine sent
me earlier.
curt [Mon, 15 Mar 1999 17:59:12 +0000 (17:59 +0000)]
MSVC++ portability tweaks contributed by Bernie Bright.
Un-nested struct fgFace.
Made fgFragment::deleteDisplayList() a non-const member.
curt [Mon, 15 Mar 1999 17:58:57 +0000 (17:58 +0000)]
MSVC++ portability tweaks contributed by Bernie Bright.
Added using std::istream declaration.
curt [Fri, 12 Mar 1999 22:51:53 +0000 (22:51 +0000)]
Converted to C++ style comments.
curt [Thu, 11 Mar 1999 23:09:26 +0000 (23:09 +0000)]
When "Help" is selected from the menu check to see if netscape is running.
If so, command it to go to the flight gear user guide url. Otherwise
start a new version of netscape with this url.
curt [Tue, 9 Mar 1999 20:58:17 +0000 (20:58 +0000)]
Tweaks for compiling under native Irix compilers.
curt [Mon, 8 Mar 1999 21:56:37 +0000 (21:56 +0000)]
Added panel changes sent in by Friedemann.
Added a splash screen randomization since we have several nice splash screens.
curt [Mon, 8 Mar 1999 21:56:08 +0000 (21:56 +0000)]
Added panel changes sent in by Friedemann.
curt [Tue, 2 Mar 1999 01:02:51 +0000 (01:02 +0000)]
Latest changes from Jon, plus ...
Tweaks for building with native SGI compilers.
curt [Tue, 2 Mar 1999 01:02:31 +0000 (01:02 +0000)]
Tweaks for building with native SGI compilers.
curt [Fri, 26 Feb 1999 22:09:10 +0000 (22:09 +0000)]
Added initial support for native SGI compilers.
Integrated Jon's next version of JSBsim.
curt [Fri, 26 Feb 1999 22:08:34 +0000 (22:08 +0000)]
Added initial support for native SGI compilers.
curt [Sat, 13 Feb 1999 01:12:03 +0000 (01:12 +0000)]
Initial Revision.
curt [Fri, 12 Feb 1999 23:22:35 +0000 (23:22 +0000)]
Allow auto-throttle adjustment while active.
curt [Fri, 12 Feb 1999 22:17:59 +0000 (22:17 +0000)]
Changes to allow adjustment of the autopilot settings while it is activated.
curt [Fri, 12 Feb 1999 22:17:14 +0000 (22:17 +0000)]
Changes contributed by Norman Vine to allow adjustment of the autopilot
while it is activated.
curt [Fri, 12 Feb 1999 01:46:29 +0000 (01:46 +0000)]
Updates and fixes from Friedemann.
curt [Thu, 11 Feb 1999 21:09:40 +0000 (21:09 +0000)]
Interface with Jon's submitted JSBsim changes.
curt [Thu, 11 Feb 1999 21:05:34 +0000 (21:05 +0000)]
New changes to address various feedback from initial release.
curt [Thu, 11 Feb 1999 02:02:08 +0000 (02:02 +0000)]
Final changes for 0.58
curt [Thu, 11 Feb 1999 01:09:56 +0000 (01:09 +0000)]
Dist. tweaks.
curt [Fri, 5 Feb 1999 21:29:38 +0000 (21:29 +0000)]
Incorporating Jon S. Berndt's flight model code.
curt [Fri, 5 Feb 1999 21:28:09 +0000 (21:28 +0000)]
Modifications to incorporate Jon S. Berndts flight model code.
curt [Fri, 5 Feb 1999 21:26:01 +0000 (21:26 +0000)]
Initial revision.
curt [Tue, 2 Feb 1999 20:13:29 +0000 (20:13 +0000)]
MSVC++ portability changes by Bernie Bright:
Lib/Serial/serial.[ch]xx: Initial Windows support - incomplete.
Simulator/Astro/stars.cxx: typo? included <stdio> instead of <cstdio>
Simulator/Cockpit/hud.cxx: Added Standard headers
Simulator/Cockpit/panel.cxx: Redefinition of default parameter
Simulator/Flight/flight.cxx: Replaced cout with FG_LOG. Deleted <stdio.h>
Simulator/Main/fg_init.cxx:
Simulator/Main/GLUTmain.cxx:
Simulator/Main/options.hxx: Shuffled <fg_serial.hxx> dependency
Simulator/Objects/material.hxx:
Simulator/Time/timestamp.hxx: VC++ friend kludge
Simulator/Scenery/tile.[ch]xx: Fixed using std::X declarations
Simulator/Main/views.hxx: Added a constant
curt [Mon, 1 Feb 1999 21:33:23 +0000 (21:33 +0000)]
Renamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
Jon accepted my offer to do this and thought it was a good idea.
curt [Mon, 1 Feb 1999 21:15:43 +0000 (21:15 +0000)]
Removed unused variables.
curt [Mon, 1 Feb 1999 21:09:00 +0000 (21:09 +0000)]
Bug fix in vertex order of inner disk (fan) of the sky dome.
curt [Mon, 1 Feb 1999 21:08:33 +0000 (21:08 +0000)]
Optimizations from Norman Vine.
curt [Wed, 27 Jan 1999 04:50:18 +0000 (04:50 +0000)]
Move sun/solaris specific stuff to compiler.h
curt [Wed, 27 Jan 1999 04:49:48 +0000 (04:49 +0000)]
Fixes so that the sim can start out at an airport below sea level.
curt [Wed, 27 Jan 1999 04:49:17 +0000 (04:49 +0000)]
Game mode fixes from Norman Vine.
Initial altitude setting tweaks and fixes (especially for when starting
below sea level.)
curt [Wed, 27 Jan 1999 04:48:39 +0000 (04:48 +0000)]
Set the runway height in cur_fdm_state as well as base_fdm_state.
curt [Wed, 27 Jan 1999 04:48:13 +0000 (04:48 +0000)]
C++ style refinements by Bernie Bright.
curt [Wed, 27 Jan 1999 04:47:52 +0000 (04:47 +0000)]
Make lower end of altitude = -500 so the altimeter is guaged below zero (such
as in death valley.)
curt [Wed, 27 Jan 1999 04:46:45 +0000 (04:46 +0000)]
Removed code to make sun appear larger at the horizon.
curt [Fri, 22 Jan 1999 16:03:13 +0000 (16:03 +0000)]
Don't know how this got in, but it is gone now.
curt [Thu, 21 Jan 1999 20:14:18 +0000 (20:14 +0000)]
Sun portability hack.
curt [Thu, 21 Jan 1999 00:55:01 +0000 (00:55 +0000)]
Fixed some problems with timing of output strings.
Added checksum support for nmea and garmin output.
curt [Wed, 20 Jan 1999 13:42:22 +0000 (13:42 +0000)]
Tweaked FDM interface.
Testing check sum support for NMEA serial output.
curt [Tue, 19 Jan 1999 20:57:00 +0000 (20:57 +0000)]
MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
curt [Tue, 19 Jan 1999 17:52:30 +0000 (17:52 +0000)]
Some joystick tweaks by Norman Vine.
curt [Tue, 19 Jan 1999 17:52:06 +0000 (17:52 +0000)]
Working on being able to extrapolate a new position and orientation
based on a position, orientation, and time offset.
curt [Sat, 9 Jan 1999 13:37:32 +0000 (13:37 +0000)]
Convert fgTIMESTAMP to FGTimeStamp which holds usec instead of ms.
curt [Fri, 8 Jan 1999 19:27:34 +0000 (19:27 +0000)]
Fixed AOA reading on HUD.
Continued work on time jitter compensation.
curt [Fri, 8 Jan 1999 03:23:51 +0000 (03:23 +0000)]
Beginning work on compensating for sim time vs. real world time "jitter".
curt [Thu, 7 Jan 1999 20:25:32 +0000 (20:25 +0000)]
Portability changes and updates from Bernie Bright.
curt [Thu, 7 Jan 1999 20:24:43 +0000 (20:24 +0000)]
Updated struct fgGENERAL to class FGGeneral.
curt [Thu, 7 Jan 1999 20:24:17 +0000 (20:24 +0000)]
Update fgGENERAL to FGGeneral.
curt [Thu, 7 Jan 1999 19:25:53 +0000 (19:25 +0000)]
Updates from Friedemann Reinhard.
curt [Wed, 6 Jan 1999 21:54:18 +0000 (21:54 +0000)]
Removed unneeded #include
curt [Fri, 18 Dec 1998 23:40:55 +0000 (23:40 +0000)]
New frame rate counting mechanism.
curt [Fri, 18 Dec 1998 23:37:06 +0000 (23:37 +0000)]
Collapsed out the FGState variables not currently needed. They are just
commented out and can be readded easily at any time. The point of this
exersize is to determine which variables were or were not currently being
used.
curt [Fri, 18 Dec 1998 23:35:09 +0000 (23:35 +0000)]
Converted to a simpler frame rate counting method.
curt [Mon, 14 Dec 1998 13:31:06 +0000 (13:31 +0000)]
LaRCsim maintains all it's variables internally. I had been copying all of
them back and forth to the FG struture everytime I updated the flight model.
However, I have realized that this is not necessary. I just need to copy
the control positions and environmental parameters into the LaRCsim structure
before updating the FDM, then copy every thing back out into the publick FGFS
structure afterwords. This seems to solve (or at least help) a westward
drift problem some poeple had been observing.
curt [Mon, 14 Dec 1998 13:27:47 +0000 (13:27 +0000)]
Removed some old, outdated, no longer needed code.
curt [Fri, 11 Dec 1998 20:26:54 +0000 (20:26 +0000)]
#include tweaks.
curt [Fri, 11 Dec 1998 20:26:25 +0000 (20:26 +0000)]
Fixed view frustum culling accuracy bug so we can look out the sides and
back without tri-stripes dropping out.
curt [Wed, 9 Dec 1998 18:50:12 +0000 (18:50 +0000)]
Converted "class fgVIEW" to "class FGView" and updated to make data
members private and make required accessor functions.
curt [Tue, 8 Dec 1998 21:42:31 +0000 (21:42 +0000)]
Sun now appears to grow in size as it gets very low in the horizon.
curt [Sun, 6 Dec 1998 14:52:54 +0000 (14:52 +0000)]
Fixed a problem with the initial starting altitude. "v->abs_view_pos" wasn't
being calculated correctly at the beginning causing the first terrain
intersection to fail, returning a ground altitude of zero, causing the plane
to free fall for one frame, until the ground altitude was corrected, but now
being under the ground we got a big bounce and the plane always ended up
upside down.
curt [Sun, 6 Dec 1998 13:51:20 +0000 (13:51 +0000)]
Turned "struct fgWEATHER" into "class FGWeather".
curt [Sat, 5 Dec 1998 16:13:10 +0000 (16:13 +0000)]
Renamed class fgCONTROLS to class FGControls.
curt [Sat, 5 Dec 1998 15:53:59 +0000 (15:53 +0000)]
Renamed class fgFLIGHT to class FGState as per request by JSB.
curt [Sat, 5 Dec 1998 14:21:28 +0000 (14:21 +0000)]
Moved struct fg_timestamp to class fgTIMESTAMP and moved it's definition
to it's own file, timestamp.hxx.
curt [Sat, 5 Dec 1998 14:20:21 +0000 (14:20 +0000)]
Looking into a terrain intersection problem.
curt [Sat, 5 Dec 1998 14:19:51 +0000 (14:19 +0000)]
Looking into a problem with cur_view_params.abs_view_pos initialization.
curt [Sat, 5 Dec 1998 14:18:47 +0000 (14:18 +0000)]
added an fgTIMESTAMP to define when this record is valid.
curt [Sat, 5 Dec 1998 14:11:19 +0000 (14:11 +0000)]
Sun portability tweak.
curt [Fri, 4 Dec 1998 01:32:46 +0000 (01:32 +0000)]
Converted "struct fg_timestamp" to "class fgTIMESTAMP" and added some
convenience inline operators.
curt [Fri, 4 Dec 1998 01:30:42 +0000 (01:30 +0000)]
Added support for the External flight model.
curt [Fri, 4 Dec 1998 01:29:37 +0000 (01:29 +0000)]
Stubbed in a new flight model called "External" which is expected to be driven
from some external source.
curt [Fri, 4 Dec 1998 01:28:48 +0000 (01:28 +0000)]
Initial revision.
curt [Fri, 4 Dec 1998 01:25:05 +0000 (01:25 +0000)]
math domain error fix from Charlie Hotchkiss.
curt [Thu, 3 Dec 1998 14:15:24 +0000 (14:15 +0000)]
Actually set the current scenery elevation based on scenery intersection point
rather than calculating the intesection point and throwing it away.
curt [Thu, 3 Dec 1998 04:25:02 +0000 (04:25 +0000)]
Working on fixing up new fgFLIGHT class.
curt [Thu, 3 Dec 1998 01:18:16 +0000 (01:18 +0000)]
Converted fgFLIGHT to a class.
Tweaks for Sun Portability.
Tweaked current terrain elevation code as per NHV.
curt [Thu, 3 Dec 1998 01:15:35 +0000 (01:15 +0000)]
Converted fgFLIGHT to a class.
Tweaks for Sun portability.
curt [Thu, 3 Dec 1998 01:14:58 +0000 (01:14 +0000)]
Converted fgFLIGHT to a class.
curt [Mon, 30 Nov 1998 17:43:32 +0000 (17:43 +0000)]
Lots of tweaking to get serial output to actually work.
curt [Mon, 30 Nov 1998 17:42:37 +0000 (17:42 +0000)]
using an uninitialized variable bug fixed.
curt [Wed, 25 Nov 1998 01:33:58 +0000 (01:33 +0000)]
Support for an arbitrary number of serial ports.
curt [Mon, 23 Nov 1998 21:49:48 +0000 (21:49 +0000)]
minor tweaks.
curt [Mon, 23 Nov 1998 21:48:09 +0000 (21:48 +0000)]
Borland portability tweaks.
curt [Mon, 23 Nov 1998 20:51:51 +0000 (20:51 +0000)]
Tweaking serial stuff.
curt [Mon, 23 Nov 1998 20:51:26 +0000 (20:51 +0000)]
Fiddling with when I can get info from the opengl driver.
curt [Fri, 20 Nov 1998 01:02:35 +0000 (01:02 +0000)]
Try to detect Mesa/Glide/Voodoo and chose the appropriate resolution.
curt [Fri, 20 Nov 1998 01:01:45 +0000 (01:01 +0000)]
whitespace tweak.
curt [Thu, 19 Nov 1998 13:53:25 +0000 (13:53 +0000)]
Added a "Garman" mode.
curt [Mon, 16 Nov 1998 14:00:28 +0000 (14:00 +0000)]
FG_LOG() message tweaks.