]>
git.mxchange.org Git - flightgear.git/log
curt [Tue, 28 Sep 1999 14:19:34 +0000 (14:19 +0000)]
Dynamic calculation of CG and inertias.
curt [Sat, 11 Sep 1999 17:34:21 +0000 (17:34 +0000)]
Updates for 0.7.0
curt [Sat, 11 Sep 1999 02:09:09 +0000 (02:09 +0000)]
Tweaks to get rid of a compiler warning.
curt [Sat, 11 Sep 1999 02:08:31 +0000 (02:08 +0000)]
Jon's updates to adjust control gains.
curt [Sat, 11 Sep 1999 02:07:48 +0000 (02:07 +0000)]
Norman's autopilot updates, now serving great circle routes direct to
the center of airports.
curt [Sat, 11 Sep 1999 02:06:56 +0000 (02:06 +0000)]
Updates.
curt [Fri, 10 Sep 1999 17:00:55 +0000 (17:00 +0000)]
Tweaks from Durk.
curt [Thu, 9 Sep 1999 14:19:04 +0000 (14:19 +0000)]
Slight syntax change.
curt [Thu, 9 Sep 1999 03:40:06 +0000 (03:40 +0000)]
Updates from David Megginson.
curt [Thu, 9 Sep 1999 00:17:06 +0000 (00:17 +0000)]
Fiddling around with views, fdm data passing and management to try to be
more sensible so we can do a more reasonable external view.
Fixed some const incorrectness.
curt [Thu, 9 Sep 1999 00:16:28 +0000 (00:16 +0000)]
Fiddling around with views, fdm data passing and management to try to be
more sensible so we can do a more reasonable external view.
curt [Thu, 9 Sep 1999 00:14:55 +0000 (00:14 +0000)]
Removed references to libgfc which is now depricated, replaced by shapelib.
curt [Wed, 8 Sep 1999 16:16:56 +0000 (16:16 +0000)]
Removed ... libgfc is depricated ... it has been replaced with the simpler
shapelib.
curt [Wed, 8 Sep 1999 16:11:09 +0000 (16:11 +0000)]
Fixed altitude update bug.
curt [Tue, 7 Sep 1999 23:15:45 +0000 (23:15 +0000)]
Updates to get engine working.
curt [Tue, 7 Sep 1999 23:11:22 +0000 (23:11 +0000)]
Initial revision of:
geocoord.cxx geocoord.h lowleveltime.cxx lowleveltime.h
mymath.cxx mymath.h timezone.cxx timezone.h
Incorporating Durk's better timezone handling:
Makefile.am fg_time.cxx fg_time.hxx
curt [Tue, 7 Sep 1999 23:09:43 +0000 (23:09 +0000)]
Added Durks timezone handling changes.
curt [Fri, 3 Sep 1999 00:27:48 +0000 (00:27 +0000)]
Patches to allow panel to display.
Allow model_hz to be defined from the command line.
curt [Fri, 3 Sep 1999 00:24:30 +0000 (00:24 +0000)]
Added support for timegm() which returns time_t and explicitely expects GMT
input.
curt [Wed, 1 Sep 1999 20:24:54 +0000 (20:24 +0000)]
Setup a user definable model hertz.
curt [Wed, 1 Sep 1999 18:52:31 +0000 (18:52 +0000)]
Tweaked some log messages.
curt [Wed, 1 Sep 1999 18:51:49 +0000 (18:51 +0000)]
Fixed a couple small bugs with fragment creation in on-the-fly generated
tiles.
curt [Tue, 31 Aug 1999 23:23:04 +0000 (23:23 +0000)]
Lighting/ssgSimpleState fixes.
obj.cxx added code to generate an ocean tile on the fly if no tile exists.
curt [Tue, 31 Aug 1999 23:22:05 +0000 (23:22 +0000)]
Patch to allow window resizes.
curt [Tue, 24 Aug 1999 23:17:05 +0000 (23:17 +0000)]
Updates from Tony.
curt [Tue, 17 Aug 1999 21:20:38 +0000 (21:20 +0000)]
Initial revisions.
curt [Tue, 17 Aug 1999 21:18:16 +0000 (21:18 +0000)]
Updates from Tony.
curt [Tue, 17 Aug 1999 21:18:11 +0000 (21:18 +0000)]
Updates from Jon.
curt [Tue, 17 Aug 1999 21:18:04 +0000 (21:18 +0000)]
Updates to interface to pass in radians for starting position.
curt [Sun, 15 Aug 1999 15:35:07 +0000 (15:35 +0000)]
Tweaks to fix problems with moon rendering introduced with ssg.
curt [Sun, 15 Aug 1999 15:34:37 +0000 (15:34 +0000)]
additions ...
curt [Sat, 14 Aug 1999 22:07:35 +0000 (22:07 +0000)]
Minor tweaks.
curt [Sat, 14 Aug 1999 22:07:15 +0000 (22:07 +0000)]
minor tweaks
curt [Sat, 14 Aug 1999 22:06:54 +0000 (22:06 +0000)]
Tweaks from Norman.
curt [Thu, 12 Aug 1999 21:08:37 +0000 (21:08 +0000)]
Minor tweaks to work around egcs compiler pickiness.
curt [Thu, 12 Aug 1999 17:13:44 +0000 (17:13 +0000)]
Christian's new weather subsystem is causing problems with some compilers
so I am allowing it to be #ifdef'd out until the compile problems can be
resolved.
curt [Wed, 11 Aug 1999 18:35:23 +0000 (18:35 +0000)]
Fixed --shading-flat option so it sets the material properties correctly.
curt [Wed, 11 Aug 1999 16:52:15 +0000 (16:52 +0000)]
Updates to material properties so --disable-textures now works, although
textures still cannot be toggled on and off with F9 while the sim is running.
curt [Tue, 10 Aug 1999 03:45:47 +0000 (03:45 +0000)]
Updated to support new weather subsystem (visibility variable determins
how far out the scenery should be drawn.)
curt [Tue, 10 Aug 1999 03:44:47 +0000 (03:44 +0000)]
Added support for Christian Mayers new weather subsystem.
Added support for david@megginson.com's mouse yoke patch.
Added a flight model acceleration options (controlled by a/A keys.)
curt [Tue, 10 Aug 1999 03:43:05 +0000 (03:43 +0000)]
Added a patch contributed by david@megginson.com for mouse yoke control.
curt [Tue, 10 Aug 1999 03:40:34 +0000 (03:40 +0000)]
Initial revision.
curt [Sun, 8 Aug 1999 17:12:33 +0000 (17:12 +0000)]
Updates from Tony.
curt [Sun, 8 Aug 1999 15:23:39 +0000 (15:23 +0000)]
Removed extra square array of indirection indices between what's visible
and where these things are in the cache. We just let ssg sort out what needs
to be drawn based on visual range.
curt [Sun, 8 Aug 1999 15:21:54 +0000 (15:21 +0000)]
Makefile.am: Got rid of -DUSE_SSG
options.cxx: reorder option initializations to match declaration order.
views.cxx: much cleanup of stuff that was depricated by the move to ssg.
I now use ssg to do all the projection/modelview matrix calculation
and setup. (mostly)
vies.hxx: also added the view pan offset to the view matrix calcs.
curt [Sun, 8 Aug 1999 07:04:11 +0000 (07:04 +0000)]
Added a place holder for optionally giving the engine a bit of a boost.
curt [Sun, 8 Aug 1999 01:31:30 +0000 (01:31 +0000)]
Set up the model view matrix exactly as ssg does it before drawing sky, stars
sun, and moon. I really should do a derived sgLeaf class so that these things
can be drawn within ssgCullandDraw() but this is quicker for now ...
curt [Sat, 7 Aug 1999 23:07:59 +0000 (23:07 +0000)]
Cleaning cruft that can be removed now that ssg is taking over.
curt [Sat, 7 Aug 1999 19:19:14 +0000 (19:19 +0000)]
Initial revision.
curt [Sat, 7 Aug 1999 19:18:45 +0000 (19:18 +0000)]
Updates to Tony's c172 model.
curt [Sat, 7 Aug 1999 18:28:21 +0000 (18:28 +0000)]
Scaling inputs to JSBsim to get a bit more realistic results.
curt [Sat, 7 Aug 1999 18:27:29 +0000 (18:27 +0000)]
Moving towards increased dependence on ssg.
curt [Sat, 7 Aug 1999 18:24:49 +0000 (18:24 +0000)]
Mac portability tweaks.
curt [Sat, 7 Aug 1999 18:24:23 +0000 (18:24 +0000)]
Mac portability changes.
curt [Sat, 7 Aug 1999 18:23:55 +0000 (18:23 +0000)]
Updates to Tony's c172 model.
curt [Sat, 7 Aug 1999 18:22:57 +0000 (18:22 +0000)]
Updates for Mac compilers.
curt [Sat, 7 Aug 1999 18:22:03 +0000 (18:22 +0000)]
Updates for newer plib and irix notes.
Corrected Woodsoup credit info.
curt [Sat, 31 Jul 1999 05:01:04 +0000 (05:01 +0000)]
Return to glider model ...
curt [Sat, 31 Jul 1999 04:59:28 +0000 (04:59 +0000)]
Fix a small tile cache bug.
curt [Sat, 31 Jul 1999 04:58:26 +0000 (04:58 +0000)]
Tweaks so that Jon's FDM stuff get's initialized better.
curt [Sat, 31 Jul 1999 04:57:35 +0000 (04:57 +0000)]
Improvements to Tony's c172 model.
curt [Sat, 31 Jul 1999 04:56:13 +0000 (04:56 +0000)]
Updates so that JSBsim can work.
curt [Sat, 31 Jul 1999 04:55:23 +0000 (04:55 +0000)]
Updates from Jon.
curt [Sun, 25 Jul 1999 01:52:36 +0000 (01:52 +0000)]
Fixed a tile caching bug. When I was freeing tiles to make room in the
cache, I was only checking currently visible tiles, rather than checking
all the cache entries.
curt [Sun, 4 Jul 1999 07:37:30 +0000 (07:37 +0000)]
(Hopefully) fixed bug which caused corrupt entries to be loaded into the
scene graph when a tile shift occured while the tile load queue was not
empty.
curt [Sun, 4 Jul 1999 07:33:29 +0000 (07:33 +0000)]
Don't make mismatched nodes/normals a fatal error ...
curt [Sat, 3 Jul 1999 04:03:59 +0000 (04:03 +0000)]
Fail on mismatch of nodes and normals.
curt [Thu, 1 Jul 1999 01:17:43 +0000 (01:17 +0000)]
ssg and external view tweaks.
curt [Wed, 30 Jun 1999 20:21:04 +0000 (20:21 +0000)]
Network updates contributed by Oliver Delise.
curt [Wed, 30 Jun 1999 19:16:53 +0000 (19:16 +0000)]
Force initial ssgState before doing ssg cull and render pass so that the
lazy state loader get's primed.
curt [Wed, 30 Jun 1999 14:35:01 +0000 (14:35 +0000)]
Added some early support for a cheezy external view of TuX.
'v' toggles internal vs. external view modes.
Add the distance of the bouding radius into the tile's range selector.
curt [Wed, 30 Jun 1999 00:28:20 +0000 (00:28 +0000)]
Ssg tweaks.
Better handling of missing tiles.
Added a range selector so we can completely ignore tiles that are beyond
our visibility range.
Added a routine to prep the ssg nodes before rendering by updating the
transform and range selector values.
curt [Wed, 30 Jun 1999 00:26:43 +0000 (00:26 +0000)]
Ssg tweaks. Better handling of missing tiles.
curt [Wed, 30 Jun 1999 00:25:13 +0000 (00:25 +0000)]
Ssg tweaks.
curt [Wed, 30 Jun 1999 00:22:34 +0000 (00:22 +0000)]
Added Alexei.
curt [Tue, 29 Jun 1999 17:26:46 +0000 (17:26 +0000)]
Misc. tweaks.
curt [Tue, 29 Jun 1999 14:57:00 +0000 (14:57 +0000)]
More ssg tweaks.
curt [Mon, 28 Jun 1999 18:41:01 +0000 (18:41 +0000)]
MSVC++ tweaks contributed by Christian Mayer.
curt [Mon, 28 Jun 1999 18:22:20 +0000 (18:22 +0000)]
Initial revision.
curt [Mon, 28 Jun 1999 18:19:26 +0000 (18:19 +0000)]
FreeBSD tweaks.
curt [Mon, 28 Jun 1999 17:42:38 +0000 (17:42 +0000)]
Updated by Bernard Buckle.
curt [Mon, 28 Jun 1999 17:39:20 +0000 (17:39 +0000)]
Updates contributed by Jon Berndt.
curt [Mon, 28 Jun 1999 14:18:14 +0000 (14:18 +0000)]
Fear the penguin ...
curt [Mon, 28 Jun 1999 05:47:02 +0000 (05:47 +0000)]
Additional tweaks to fix the ssg texture (state) problems. Tweaked near
and far clip planes. Adjusted rendering order so menus and hud get drawn
last.
curt [Mon, 28 Jun 1999 00:02:52 +0000 (00:02 +0000)]
Changes to begin incorporating plib support for managing and rendering the
terrain.
curt [Fri, 25 Jun 1999 18:15:52 +0000 (18:15 +0000)]
Tweaks by Oliver.
curt [Thu, 24 Jun 1999 20:40:22 +0000 (20:40 +0000)]
Initial revision.
curt [Thu, 24 Jun 1999 20:38:31 +0000 (20:38 +0000)]
Updated build system to remove DEFS += -DFOO type lines. This doesn't seem
to be supported in recent versions of autoconf.
curt [Tue, 22 Jun 1999 21:24:31 +0000 (21:24 +0000)]
Incorporated Oliver's initial networking code.
curt [Mon, 21 Jun 1999 05:01:31 +0000 (05:01 +0000)]
Updated for both JSBsim and Tony Peden's c172 flight model.
curt [Sun, 20 Jun 1999 04:10:44 +0000 (04:10 +0000)]
Updates to JSBsim from Jon Berndt.
Fixed a typo in hud.cxx.
curt [Sun, 20 Jun 1999 03:54:57 +0000 (03:54 +0000)]
Borland C++ tweaks.
MacOS/Metrowerks tweaks.
Fix for fgText default constructor.
More ssg fiddling.
Fixed an include problem with client/server tile build tools.
curt [Sat, 19 Jun 1999 04:48:07 +0000 (04:48 +0000)]
Working on getting ssg integrated.
curt [Fri, 18 Jun 1999 16:12:17 +0000 (16:12 +0000)]
Fiddling with ssg.
curt [Fri, 18 Jun 1999 03:42:54 +0000 (03:42 +0000)]
Now use plib in native install mode.
Preparations for unstable development version 0.7.0
Some reorganizational changes.
Beginning to test the use of ssg (part of plib)
curt [Thu, 17 Jun 1999 21:33:39 +0000 (21:33 +0000)]
renamed GLUTkey.* -> keyboard.*
renamed GLUTmain.cxx -> main.cxx
curt [Thu, 17 Jun 1999 20:07:19 +0000 (20:07 +0000)]
Initial revision
Tim Moore [Mon, 14 Sep 2009 12:26:20 +0000 (14:26 +0200)]
source tree reorganization prior to flightgear 0.7
SimGear and TerraGear appear to have been split off at this time.
curt [Sat, 11 Sep 1999 14:37:53 +0000 (14:37 +0000)]
Updated for 0.6.2
curt [Sat, 11 Sep 1999 14:35:28 +0000 (14:35 +0000)]
MACos fixes.