]> git.mxchange.org Git - flightgear.git/log
flightgear.git
24 years agominor tweaks
curt [Sat, 14 Aug 1999 22:07:15 +0000 (22:07 +0000)]
minor tweaks

24 years agoTweaks from Norman.
curt [Sat, 14 Aug 1999 22:06:54 +0000 (22:06 +0000)]
Tweaks from Norman.

24 years agoMinor tweaks to work around egcs compiler pickiness.
curt [Thu, 12 Aug 1999 21:08:37 +0000 (21:08 +0000)]
Minor tweaks to work around egcs compiler pickiness.

24 years agoChristian's new weather subsystem is causing problems with some compilers
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.

24 years agoFixed --shading-flat option so it sets the material properties correctly.
curt [Wed, 11 Aug 1999 18:35:23 +0000 (18:35 +0000)]
Fixed --shading-flat option so it sets the material properties correctly.

24 years agoUpdates to material properties so --disable-textures now works, although
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.

24 years agoUpdated to support new weather subsystem (visibility variable determins
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.)

24 years agoAdded support for Christian Mayers new weather subsystem.
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.)

24 years agoAdded a patch contributed by david@megginson.com for mouse yoke control.
curt [Tue, 10 Aug 1999 03:43:05 +0000 (03:43 +0000)]
Added a patch contributed by david@megginson.com for mouse yoke control.

24 years agoInitial revision.
curt [Tue, 10 Aug 1999 03:40:34 +0000 (03:40 +0000)]
Initial revision.

24 years agoUpdates from Tony.
curt [Sun, 8 Aug 1999 17:12:33 +0000 (17:12 +0000)]
Updates from Tony.

24 years agoRemoved extra square array of indirection indices between what's visible
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.

24 years agoMakefile.am: Got rid of -DUSE_SSG
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.

24 years agoAdded a place holder for optionally giving the engine a bit of a boost.
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.

24 years agoSet up the model view matrix exactly as ssg does it before drawing sky, stars
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 ...

24 years agoCleaning cruft that can be removed now that ssg is taking over.
curt [Sat, 7 Aug 1999 23:07:59 +0000 (23:07 +0000)]
Cleaning cruft that can be removed now that ssg is taking over.

24 years agoInitial revision.
curt [Sat, 7 Aug 1999 19:19:14 +0000 (19:19 +0000)]
Initial revision.

24 years agoUpdates to Tony's c172 model.
curt [Sat, 7 Aug 1999 19:18:45 +0000 (19:18 +0000)]
Updates to Tony's c172 model.

24 years agoScaling inputs to JSBsim to get a bit more realistic results.
curt [Sat, 7 Aug 1999 18:28:21 +0000 (18:28 +0000)]
Scaling inputs to JSBsim to get a bit more realistic results.

24 years agoMoving towards increased dependence on ssg.
curt [Sat, 7 Aug 1999 18:27:29 +0000 (18:27 +0000)]
Moving towards increased dependence on ssg.

24 years agoMac portability tweaks.
curt [Sat, 7 Aug 1999 18:24:49 +0000 (18:24 +0000)]
Mac portability tweaks.

24 years agoMac portability changes.
curt [Sat, 7 Aug 1999 18:24:23 +0000 (18:24 +0000)]
Mac portability changes.

24 years agoUpdates to Tony's c172 model.
curt [Sat, 7 Aug 1999 18:23:55 +0000 (18:23 +0000)]
Updates to Tony's c172 model.

24 years agoUpdates for Mac compilers.
curt [Sat, 7 Aug 1999 18:22:57 +0000 (18:22 +0000)]
Updates for Mac compilers.

24 years agoUpdates for newer plib and irix notes.
curt [Sat, 7 Aug 1999 18:22:03 +0000 (18:22 +0000)]
Updates for newer plib and irix notes.
Corrected Woodsoup credit info.

24 years agoReturn to glider model ...
curt [Sat, 31 Jul 1999 05:01:04 +0000 (05:01 +0000)]
Return to glider model ...

24 years agoFix a small tile cache bug.
curt [Sat, 31 Jul 1999 04:59:28 +0000 (04:59 +0000)]
Fix a small tile cache bug.

24 years agoTweaks so that Jon's FDM stuff get's initialized better.
curt [Sat, 31 Jul 1999 04:58:26 +0000 (04:58 +0000)]
Tweaks so that Jon's FDM stuff get's initialized better.

24 years agoImprovements to Tony's c172 model.
curt [Sat, 31 Jul 1999 04:57:35 +0000 (04:57 +0000)]
Improvements to Tony's c172 model.

24 years agoUpdates so that JSBsim can work.
curt [Sat, 31 Jul 1999 04:56:13 +0000 (04:56 +0000)]
Updates so that JSBsim can work.

24 years agoUpdates from Jon.
curt [Sat, 31 Jul 1999 04:55:23 +0000 (04:55 +0000)]
Updates from Jon.

24 years agoFixed a tile caching bug. When I was freeing tiles to make room in the
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.

25 years ago(Hopefully) fixed bug which caused corrupt entries to be loaded into the
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.

25 years agoDon't make mismatched nodes/normals a fatal error ...
curt [Sun, 4 Jul 1999 07:33:29 +0000 (07:33 +0000)]
Don't make mismatched nodes/normals a fatal error ...

25 years agoFail on mismatch of nodes and normals.
curt [Sat, 3 Jul 1999 04:03:59 +0000 (04:03 +0000)]
Fail on mismatch of nodes and normals.

25 years agossg and external view tweaks.
curt [Thu, 1 Jul 1999 01:17:43 +0000 (01:17 +0000)]
ssg and external view tweaks.

25 years agoNetwork updates contributed by Oliver Delise.
curt [Wed, 30 Jun 1999 20:21:04 +0000 (20:21 +0000)]
Network updates contributed by Oliver Delise.

25 years agoForce initial ssgState before doing ssg cull and render pass so that the
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.

25 years agoAdded some early support for a cheezy external view of TuX.
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.

25 years agoSsg tweaks.
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.

25 years agoSsg tweaks. Better handling of missing tiles.
curt [Wed, 30 Jun 1999 00:26:43 +0000 (00:26 +0000)]
Ssg tweaks.  Better handling of missing tiles.

25 years agoSsg tweaks.
curt [Wed, 30 Jun 1999 00:25:13 +0000 (00:25 +0000)]
Ssg tweaks.

25 years agoAdded Alexei.
curt [Wed, 30 Jun 1999 00:22:34 +0000 (00:22 +0000)]
Added Alexei.

25 years agoMisc. tweaks.
curt [Tue, 29 Jun 1999 17:26:46 +0000 (17:26 +0000)]
Misc. tweaks.

25 years agoMore ssg tweaks.
curt [Tue, 29 Jun 1999 14:57:00 +0000 (14:57 +0000)]
More ssg tweaks.

25 years agoMSVC++ tweaks contributed by Christian Mayer.
curt [Mon, 28 Jun 1999 18:41:01 +0000 (18:41 +0000)]
MSVC++ tweaks contributed by Christian Mayer.

25 years agoInitial revision.
curt [Mon, 28 Jun 1999 18:22:20 +0000 (18:22 +0000)]
Initial revision.

25 years agoFreeBSD tweaks.
curt [Mon, 28 Jun 1999 18:19:26 +0000 (18:19 +0000)]
FreeBSD tweaks.

25 years agoUpdated by Bernard Buckle.
curt [Mon, 28 Jun 1999 17:42:38 +0000 (17:42 +0000)]
Updated by Bernard Buckle.

25 years agoUpdates contributed by Jon Berndt.
curt [Mon, 28 Jun 1999 17:39:20 +0000 (17:39 +0000)]
Updates contributed by Jon Berndt.

25 years agoFear the penguin ...
curt [Mon, 28 Jun 1999 14:18:14 +0000 (14:18 +0000)]
Fear the penguin ...

25 years agoAdditional tweaks to fix the ssg texture (state) problems. Tweaked near
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.

25 years agoChanges to begin incorporating plib support for managing and rendering the
curt [Mon, 28 Jun 1999 00:02:52 +0000 (00:02 +0000)]
Changes to begin incorporating plib support for managing and rendering the
terrain.

25 years agoTweaks by Oliver.
curt [Fri, 25 Jun 1999 18:15:52 +0000 (18:15 +0000)]
Tweaks by Oliver.

25 years agoInitial revision.
curt [Thu, 24 Jun 1999 20:40:22 +0000 (20:40 +0000)]
Initial revision.

25 years agoUpdated build system to remove DEFS += -DFOO type lines. This doesn't seem
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.

25 years agoIncorporated Oliver's initial networking code.
curt [Tue, 22 Jun 1999 21:24:31 +0000 (21:24 +0000)]
Incorporated Oliver's initial networking code.

25 years agoUpdated for both JSBsim and Tony Peden's c172 flight model.
curt [Mon, 21 Jun 1999 05:01:31 +0000 (05:01 +0000)]
Updated for both JSBsim and Tony Peden's c172 flight model.

25 years agoUpdates to JSBsim from Jon Berndt.
curt [Sun, 20 Jun 1999 04:10:44 +0000 (04:10 +0000)]
Updates to JSBsim from Jon Berndt.
Fixed a typo in hud.cxx.

25 years agoBorland C++ tweaks.
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.

25 years agoWorking on getting ssg integrated.
curt [Sat, 19 Jun 1999 04:48:07 +0000 (04:48 +0000)]
Working on getting ssg integrated.

25 years agoFiddling with ssg.
curt [Fri, 18 Jun 1999 16:12:17 +0000 (16:12 +0000)]
Fiddling with ssg.

25 years agoNow use plib in native install mode.
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)

25 years agorenamed GLUTkey.* -> keyboard.*
curt [Thu, 17 Jun 1999 21:33:39 +0000 (21:33 +0000)]
renamed GLUTkey.* -> keyboard.*
renamed GLUTmain.cxx -> main.cxx

25 years agoInitial revision
curt [Thu, 17 Jun 1999 20:07:19 +0000 (20:07 +0000)]
Initial revision

14 years agosource tree reorganization prior to flightgear 0.7
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.

24 years agoUpdated for 0.6.2
curt [Sat, 11 Sep 1999 14:37:53 +0000 (14:37 +0000)]
Updated for 0.6.2

24 years agoMACos fixes.
curt [Sat, 11 Sep 1999 14:35:28 +0000 (14:35 +0000)]
MACos fixes.

24 years agoUpdated Tony's c172 model code.
curt [Thu, 19 Aug 1999 21:24:03 +0000 (21:24 +0000)]
Updated Tony's c172 model code.

25 years agoMSVC++ and FreeBSD portability tweaks.
curt [Tue, 29 Jun 1999 15:32:53 +0000 (15:32 +0000)]
MSVC++ and FreeBSD portability tweaks.

25 years agoUpdated contributed by Jon Berndt.
curt [Tue, 29 Jun 1999 15:30:30 +0000 (15:30 +0000)]
Updated contributed by Jon Berndt.

25 years agoUpdated README.Linux
curt [Tue, 29 Jun 1999 15:30:07 +0000 (15:30 +0000)]
Updated README.Linux
Moved to version 0.6.2

25 years agoFreeBSD tweak.
curt [Tue, 29 Jun 1999 15:28:03 +0000 (15:28 +0000)]
FreeBSD tweak.

25 years agoUpdates from Michael Basler.
curt [Tue, 29 Jun 1999 02:06:48 +0000 (02:06 +0000)]
Updates from Michael Basler.

25 years agoUpdated for 0.6.1
curt [Mon, 21 Jun 1999 19:59:03 +0000 (19:59 +0000)]
Updated for 0.6.1

25 years agoUpdates to JSBsim.
curt [Mon, 21 Jun 1999 03:01:57 +0000 (03:01 +0000)]
Updates to JSBsim.

25 years agoUpdated JSBsim from Jon Berndt
curt [Sun, 20 Jun 1999 02:12:04 +0000 (02:12 +0000)]
Updated JSBsim from Jon Berndt
Fixed a typo in hud.cxx.

25 years agoBorland C++ tweaks.
curt [Sun, 20 Jun 1999 01:52:31 +0000 (01:52 +0000)]
Borland C++ tweaks.
MacOS/Metrowerks tweaks.
Fix for fgText default constructor.

25 years agoFixed a problem with ambiguous constructors in the fgText class.
curt [Sat, 19 Jun 1999 15:36:49 +0000 (15:36 +0000)]
Fixed a problem with ambiguous constructors in the fgText class.

25 years agoAdded c172 model from Tony Peden.
curt [Tue, 15 Jun 1999 20:05:26 +0000 (20:05 +0000)]
Added c172 model from Tony Peden.

25 years agoStarted adding Tony Peden's c172 model
curt [Tue, 15 Jun 1999 20:02:59 +0000 (20:02 +0000)]
Started adding Tony Peden's c172 model

25 years agoGL_CULL_FACE tweak.
curt [Tue, 15 Jun 1999 19:55:55 +0000 (19:55 +0000)]
GL_CULL_FACE tweak.

25 years agoUpdates contributed by Durk Talsma.
curt [Tue, 15 Jun 1999 19:55:31 +0000 (19:55 +0000)]
Updates contributed by Durk Talsma.

25 years agoFixed a bug in handling windoze driver letter ":" notation.
curt [Tue, 15 Jun 1999 19:55:10 +0000 (19:55 +0000)]
Fixed a bug in handling windoze driver letter ":" notation.

25 years agoUpdates ...
curt [Tue, 15 Jun 1999 19:54:44 +0000 (19:54 +0000)]
Updates ...

25 years agoAdded a README for building the win32 cross compiler.
curt [Tue, 15 Jun 1999 19:54:11 +0000 (19:54 +0000)]
Added a README for building the win32 cross compiler.
First stab at a c172 flight model contributed by Tony Peden.

25 years agoFixed a bug in tilecache size which caused occasional tiles to drop out
curt [Mon, 14 Jun 1999 13:47:44 +0000 (13:47 +0000)]
Fixed a bug in tilecache size which caused occasional tiles to drop out
when more than one row is scheduled "simultaneously".

25 years agoCreated an FGTileMgr class to encapsulate the high level tile management
curt [Sun, 13 Jun 1999 05:58:02 +0000 (05:58 +0000)]
Created an FGTileMgr class to encapsulate the high level tile management
  tasks.
Created a tile load queue.  When we init, or cross a tile boundary, we
  stuff the new tiles to be loaded on a load queue, and then only load
  one tile per frame.  This will need further refinement, but it is better
  than what we had.

25 years agoRenamed tile.[ch]xx to tileentry.[ch]xx
curt [Sat, 12 Jun 1999 21:15:27 +0000 (21:15 +0000)]
Renamed tile.[ch]xx to tileentry.[ch]xx

25 years agoRenamed tileentry.[ch]xx
curt [Sat, 12 Jun 1999 21:14:01 +0000 (21:14 +0000)]
Renamed tileentry.[ch]xx

25 years agoStarted work on a dynamic tile cache.
curt [Sat, 12 Jun 1999 21:12:13 +0000 (21:12 +0000)]
Started work on a dynamic tile cache.
Did a bit of renaming and reorganizing.

25 years agoRenamed fgTILE -> FGTileEntry.
curt [Sat, 12 Jun 1999 21:11:21 +0000 (21:11 +0000)]
Renamed fgTILE -> FGTileEntry.
Started working on dynamic tile cache.
Started working on dynamic tile entries (for drawing entirely in immediate
mode.)

25 years agoUpdates to track changes in Scenery and Object.
curt [Sat, 12 Jun 1999 21:10:09 +0000 (21:10 +0000)]
Updates to track changes in Scenery and Object.

25 years agoAdd a method to return pointer to data array.
curt [Sat, 12 Jun 1999 21:09:41 +0000 (21:09 +0000)]
Add a method to return pointer to data array.

25 years agoTweaked the polygon type prioritization scheme just a bit.
curt [Sat, 12 Jun 1999 14:13:01 +0000 (14:13 +0000)]
Tweaked the polygon type prioritization scheme just a bit.
Fixed a bug (dumb test idea) that was throwing away ocean areas.

25 years agoFixed a small bug which cropped up with the new gpc hole interface.
curt [Fri, 11 Jun 1999 00:25:46 +0000 (00:25 +0000)]
Fixed a small bug which cropped up with the new gpc hole interface.

25 years agoAdded an urban area type.
curt [Fri, 11 Jun 1999 00:25:18 +0000 (00:25 +0000)]
Added an urban area type.

25 years agoping a client to make sure it is alive before launching a process on it.
curt [Fri, 11 Jun 1999 00:25:03 +0000 (00:25 +0000)]
ping a client to make sure it is alive before launching a process on it.

25 years agoAdded urban area type.
curt [Fri, 11 Jun 1999 00:24:23 +0000 (00:24 +0000)]
Added urban area type.

25 years agoReversing the order of points causes the area calculation to return a
curt [Thu, 10 Jun 1999 02:01:09 +0000 (02:01 +0000)]
Reversing the order of points causes the area calculation to return a
negative number.  Polygon holes are wound opposite of non-holes.  I was
throwing out holes with area < epsilon (i.e. all holes) ... enough said.