]> git.mxchange.org Git - flightgear.git/log
flightgear.git
14 years agoMerge FG_Simulator as subdirectory
Tim Moore [Mon, 14 Sep 2009 11:38:55 +0000 (13:38 +0200)]
Merge FG_Simulator as subdirectory

14 years agoMerge FG_Lib as subdirectory
Tim Moore [Mon, 14 Sep 2009 11:34:43 +0000 (13:34 +0200)]
Merge FG_Lib as subdirectory

14 years agomerge FG_Docs as subdirectory
Tim Moore [Mon, 14 Sep 2009 11:30:49 +0000 (13:30 +0200)]
merge FG_Docs as subdirectory

25 years agoInitial revision.
curt [Mon, 5 Apr 1999 17:41:22 +0000 (17:41 +0000)]
Initial revision.

25 years agoFixed a fog coloring bug.
curt [Mon, 5 Apr 1999 02:14:40 +0000 (02:14 +0000)]
Fixed a fog coloring bug.

25 years agoMoved max node per tile definition to fg_constants.h
curt [Mon, 5 Apr 1999 02:14:21 +0000 (02:14 +0000)]
Moved max node per tile definition to fg_constants.h

25 years agoMinor patch from Norman Vine.
curt [Mon, 5 Apr 1999 02:13:58 +0000 (02:13 +0000)]
Minor patch from Norman Vine.

25 years agoUpdated menu color scheme.
curt [Mon, 5 Apr 1999 02:13:18 +0000 (02:13 +0000)]
Updated menu color scheme.

25 years agoAdd an automake conditional for lib X11.
curt [Mon, 5 Apr 1999 02:12:43 +0000 (02:12 +0000)]
Add an automake conditional for lib X11.

25 years agoIntegration of Steve's plib conglomeration.
curt [Sat, 3 Apr 1999 04:21:01 +0000 (04:21 +0000)]
Integration of Steve's plib conglomeration.
Optimizations (tm) by Norman Vine.

25 years agoIntegration of Steve's plib conglomeration.
curt [Sat, 3 Apr 1999 04:20:22 +0000 (04:20 +0000)]
Integration of Steve's plib conglomeration.

25 years agoOptimizations (tm) by Norman Vine.
curt [Sat, 3 Apr 1999 04:20:01 +0000 (04:20 +0000)]
Optimizations (tm) by Norman Vine.

25 years agoIntegrated Steve's new "plib" conglomeration.
curt [Sat, 3 Apr 1999 04:19:39 +0000 (04:19 +0000)]
Integrated Steve's new "plib" conglomeration.

25 years agoIntegrated Steve's new "plib" conglomeration.
curt [Sat, 3 Apr 1999 04:19:31 +0000 (04:19 +0000)]
Integrated Steve's new "plib" conglomeration.

25 years agoVersion 0.6.0
curt [Thu, 1 Apr 1999 13:52:10 +0000 (13:52 +0000)]
Version 0.6.0
Shape name tweak.
Removing tool: FixNode

25 years agoPrepairing for 0.59 release.
curt [Wed, 31 Mar 1999 23:46:02 +0000 (23:46 +0000)]
Prepairing for 0.59 release.

25 years agoRemoved some debugging output.
curt [Wed, 31 Mar 1999 13:25:58 +0000 (13:25 +0000)]
Removed some debugging output.

25 years agomodifications to obj loader to handle tri fans.
curt [Tue, 30 Mar 1999 23:48:24 +0000 (23:48 +0000)]
modifications to obj loader to handle tri fans.

25 years agoMinor tweak.
curt [Tue, 30 Mar 1999 23:48:04 +0000 (23:48 +0000)]
Minor tweak.

25 years agoAdded Tools/Construct/GenFans/
curt [Mon, 29 Mar 1999 13:14:17 +0000 (13:14 +0000)]
Added Tools/Construct/GenFans/

25 years agoAdded is_open() so we can check if the open() succeeded.
curt [Sat, 27 Mar 1999 14:04:25 +0000 (14:04 +0000)]
Added is_open() so we can check if the open() succeeded.

25 years agoAlas, I have made non-backwardsly compatible changes to the scenery file
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.

25 years agoElimitated some const warnings from the compiler.
curt [Sat, 27 Mar 1999 05:34:05 +0000 (05:34 +0000)]
Elimitated some const warnings from the compiler.

25 years agoConverted to use new bucket routines.
curt [Thu, 25 Mar 1999 19:03:24 +0000 (19:03 +0000)]
Converted to use new bucket routines.

25 years agoRemoved an unneeded include.
curt [Thu, 25 Mar 1999 19:02:53 +0000 (19:02 +0000)]
Removed an unneeded include.

25 years agoMinor optimization tweaks.
curt [Thu, 25 Mar 1999 19:02:28 +0000 (19:02 +0000)]
Minor optimization tweaks.

25 years agoJettisoned old bucketutils.[ch] for newbucket.[ch]xx
curt [Thu, 25 Mar 1999 19:01:47 +0000 (19:01 +0000)]
Jettisoned old bucketutils.[ch] for newbucket.[ch]xx

25 years agoFOV set properly when panel activated.
curt [Mon, 22 Mar 1999 23:47:55 +0000 (23:47 +0000)]
FOV set properly when panel activated.

25 years agoAdded Tools/Construct/GenOutput/
curt [Mon, 22 Mar 1999 23:47:35 +0000 (23:47 +0000)]
Added Tools/Construct/GenOutput/

25 years agoInitial revision.
curt [Mon, 22 Mar 1999 12:08:57 +0000 (12:08 +0000)]
Initial revision.

25 years agoChanges contributed by Durk Talsma:
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.

25 years agoRemoved Dem2node from the Tools fold.
curt [Sun, 21 Mar 1999 15:47:58 +0000 (15:47 +0000)]
Removed Dem2node from the Tools fold.
Tweaked the triangulator options to add quality mesh refinement.

25 years agoUpdated to reflect current scenery progress.
curt [Sun, 21 Mar 1999 15:12:51 +0000 (15:12 +0000)]
Updated to reflect current scenery progress.

25 years agoAdded Construct/Triangulate/
curt [Wed, 17 Mar 1999 23:47:10 +0000 (23:47 +0000)]
Added Construct/Triangulate/

25 years agoMSVC++ portability tweaks contributed by Bernie Bright.
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.

25 years agoMSVC++ portability tweaks contributed by Bernie Bright.
curt [Mon, 15 Mar 1999 17:58:57 +0000 (17:58 +0000)]
MSVC++ portability tweaks contributed by Bernie Bright.
  Added using std::istream declaration.

25 years agoMSVC++ portability tweaks contributed by Bernie Bright.
curt [Mon, 15 Mar 1999 17:58:41 +0000 (17:58 +0000)]
MSVC++ portability tweaks contributed by Bernie Bright.
  Added using std::ostream declaration.
  Added forward declarations to work around a MSVC bug.

25 years agoMoved Tools/Triangle to Tools/Lib/Triangle
curt [Sat, 13 Mar 1999 23:49:17 +0000 (23:49 +0000)]
Moved Tools/Triangle to Tools/Lib/Triangle

25 years agoUpdated to match current scenery generation tools progress.
curt [Sat, 13 Mar 1999 21:42:37 +0000 (21:42 +0000)]
Updated to match current scenery generation tools progress.

25 years agoRearranging subdirs within Tools/
curt [Sat, 13 Mar 1999 18:48:11 +0000 (18:48 +0000)]
Rearranging subdirs within Tools/

25 years agoMoved to math subdirectory.
curt [Sat, 13 Mar 1999 17:34:44 +0000 (17:34 +0000)]
Moved to math subdirectory.

25 years agoConverted to C++ style comments.
curt [Fri, 12 Mar 1999 22:51:53 +0000 (22:51 +0000)]
Converted to C++ style comments.

25 years agoAdded some informational methods.
curt [Fri, 12 Mar 1999 22:51:18 +0000 (22:51 +0000)]
Added some informational methods.

25 years agoWhen "Help" is selected from the menu check to see if netscape is running.
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.

25 years agoTweaked doc archiving rules.
curt [Thu, 11 Mar 1999 23:08:18 +0000 (23:08 +0000)]
Tweaked doc archiving rules.

25 years agoAdded irix-hack.pl plus info on compiling with native Irix compilers.
curt [Wed, 10 Mar 1999 01:08:24 +0000 (01:08 +0000)]
Added irix-hack.pl plus info on compiling with native Irix compilers.
Added a DEM prep tool called DemChop.

25 years agoTweaks for compiling under native Irix compilers.
curt [Tue, 9 Mar 1999 20:58:17 +0000 (20:58 +0000)]
Tweaks for compiling under native Irix compilers.

25 years agoAdded support for native Irix compilers via a script to hack the makefiles.
curt [Tue, 9 Mar 1999 20:58:00 +0000 (20:58 +0000)]
Added support for native Irix compilers via a script to hack the makefiles.

25 years agoInitial revision.
curt [Tue, 9 Mar 1999 19:09:41 +0000 (19:09 +0000)]
Initial revision.

25 years agoInitial revision.
curt [Tue, 9 Mar 1999 18:36:35 +0000 (18:36 +0000)]
Initial revision.

25 years agoTweak for native SGI compilers.
curt [Mon, 8 Mar 1999 22:00:12 +0000 (22:00 +0000)]
Tweak for native SGI compilers.

25 years agoUpdated based on current efforts.
curt [Mon, 8 Mar 1999 21:59:52 +0000 (21:59 +0000)]
Updated based on current efforts.

25 years agoDirectory reorgs.
curt [Mon, 8 Mar 1999 21:59:30 +0000 (21:59 +0000)]
Directory reorgs.

25 years agoAdded panel changes sent in by Friedemann.
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.

25 years agoAdded panel changes sent in by Friedemann.
curt [Mon, 8 Mar 1999 21:56:08 +0000 (21:56 +0000)]
Added panel changes sent in by Friedemann.

25 years agoLatest changes from Jon, plus ...
curt [Tue, 2 Mar 1999 01:02:51 +0000 (01:02 +0000)]
Latest changes from Jon, plus ...
Tweaks for building with native SGI compilers.

25 years agoTweaks 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.

25 years agoTweaks for compiling with native SGI compilers.
curt [Tue, 2 Mar 1999 01:01:42 +0000 (01:01 +0000)]
Tweaks for compiling with native SGI compilers.

25 years agoBug fix with detecting GPC package.
curt [Mon, 1 Mar 1999 15:32:58 +0000 (15:32 +0000)]
Bug fix with detecting GPC package.

25 years agoAdded initial support for 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.

25 years agoAdded initial support for native SGI compilers.
curt [Fri, 26 Feb 1999 22:08:34 +0000 (22:08 +0000)]
Added initial support for native SGI compilers.

25 years agoAdded initial support for native SGI compilers.
curt [Fri, 26 Feb 1999 22:07:53 +0000 (22:07 +0000)]
Added initial support for native SGI compilers.

25 years agoTweaks and updates.
curt [Fri, 26 Feb 1999 22:06:53 +0000 (22:06 +0000)]
Tweaks and updates.

25 years agoVersion 0.59
curt [Thu, 25 Feb 1999 21:36:39 +0000 (21:36 +0000)]
Version 0.59
Added Tools/Polygon subdirectory.

25 years agoRenamed bucketutils.c -> bucketutils.cxx
curt [Wed, 17 Feb 1999 20:52:02 +0000 (20:52 +0000)]
Renamed bucketutils.c -> bucketutils.cxx

25 years agoSeparated out flight gear scenery specifics into a separate Scenery
curt [Mon, 15 Feb 1999 00:49:18 +0000 (00:49 +0000)]
Separated out flight gear scenery specifics into a separate Scenery
Generation section.

25 years agoInitial revision.
curt [Mon, 15 Feb 1999 00:38:46 +0000 (00:38 +0000)]
Initial revision.

25 years agoInitial revisions.
curt [Sun, 14 Feb 1999 19:10:47 +0000 (19:10 +0000)]
Initial revisions.

25 years agoInitial revision.
curt [Sun, 14 Feb 1999 19:07:13 +0000 (19:07 +0000)]
Initial revision.

25 years agoinitial checkin
curt [Sun, 14 Feb 1999 18:53:01 +0000 (18:53 +0000)]
initial checkin

25 years agoInitial Revision.
curt [Sat, 13 Feb 1999 01:12:03 +0000 (01:12 +0000)]
Initial Revision.

25 years agoAllow auto-throttle adjustment while active.
curt [Fri, 12 Feb 1999 23:22:35 +0000 (23:22 +0000)]
Allow auto-throttle adjustment while active.

25 years agoChanges to allow adjustment of the autopilot settings while it is activated.
curt [Fri, 12 Feb 1999 22:17:59 +0000 (22:17 +0000)]
Changes to allow adjustment of the autopilot settings while it is activated.

25 years agoChanges contributed by Norman Vine to allow adjustment of the autopilot
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.

25 years agoAdded Jon Berndt.
curt [Fri, 12 Feb 1999 22:16:42 +0000 (22:16 +0000)]
Added Jon Berndt.

25 years agoUpdates and fixes from Friedemann.
curt [Fri, 12 Feb 1999 01:46:29 +0000 (01:46 +0000)]
Updates and fixes from Friedemann.

25 years agoInterface with Jon's submitted JSBsim changes.
curt [Thu, 11 Feb 1999 21:09:40 +0000 (21:09 +0000)]
Interface with Jon's submitted JSBsim changes.

25 years agoNew changes to address various feedback from initial release.
curt [Thu, 11 Feb 1999 21:05:34 +0000 (21:05 +0000)]
New changes to address various feedback from initial release.

25 years agoFinal changes for 0.58
curt [Thu, 11 Feb 1999 02:02:08 +0000 (02:02 +0000)]
Final changes for 0.58

25 years agoFinal changes for 0.58
curt [Thu, 11 Feb 1999 02:02:00 +0000 (02:02 +0000)]
Final changes for 0.58

25 years agoDist. tweaks.
curt [Thu, 11 Feb 1999 01:09:56 +0000 (01:09 +0000)]
Dist. tweaks.

25 years agoAdded a routine to calculate the offset in bucket units between two buckets.
curt [Thu, 11 Feb 1999 01:09:33 +0000 (01:09 +0000)]
Added a routine to calculate the offset in bucket units between two buckets.

25 years agoTemporary tweak for JSBsim data.
curt [Thu, 11 Feb 1999 01:08:14 +0000 (01:08 +0000)]
Temporary tweak for JSBsim data.
Added two new Tools/ ... Clipper/ and ShapeFile/

25 years agoAdded a FG_CLIPPER debug type for the polygon clipper lib.
curt [Tue, 9 Feb 1999 00:08:48 +0000 (00:08 +0000)]
Added a FG_CLIPPER debug type for the polygon clipper lib.

25 years agoAdded a new "newbucket.[ch]xx" FGBucket class to replace the old
curt [Mon, 8 Feb 1999 23:52:13 +0000 (23:52 +0000)]
Added a new "newbucket.[ch]xx" FGBucket class to replace the old
fgBUCKET struct and C routines.  This FGBucket class adjusts the tile
width towards the poles to ensure the tiles are at least 8 miles wide.

25 years agoIncorporating Jon S. Berndt's flight model code.
curt [Fri, 5 Feb 1999 21:29:38 +0000 (21:29 +0000)]
Incorporating Jon S. Berndt's flight model code.

25 years agoModifications to incorporate Jon S. Berndts flight model code.
curt [Fri, 5 Feb 1999 21:28:09 +0000 (21:28 +0000)]
Modifications to incorporate Jon S. Berndts flight model code.

25 years agoPreparations for 0.58
curt [Fri, 5 Feb 1999 21:27:19 +0000 (21:27 +0000)]
Preparations for 0.58

25 years agoInitial revision.
curt [Fri, 5 Feb 1999 21:26:01 +0000 (21:26 +0000)]
Initial revision.

25 years agoMSVC++ portability changes by Bernie Bright:
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

25 years agoMSVC++ portability changes by Bernie Bright:
curt [Tue, 2 Feb 1999 20:13:23 +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

25 years agoRenamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
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.

25 years agoRenamed FlightGear/Simulator/Flight to FlightGear/Simulator/FDM since
curt [Mon, 1 Feb 1999 21:33:19 +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.

25 years agoRemoved unused variables.
curt [Mon, 1 Feb 1999 21:15:43 +0000 (21:15 +0000)]
Removed unused variables.

25 years agoBug fix in vertex order of inner disk (fan) of the sky dome.
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.

25 years agoOptimizations from Norman Vine.
curt [Mon, 1 Feb 1999 21:08:33 +0000 (21:08 +0000)]
Optimizations from Norman Vine.

25 years agoOptimizations from Norman Vine.
curt [Mon, 1 Feb 1999 21:08:28 +0000 (21:08 +0000)]
Optimizations from Norman Vine.

25 years agoAdded note about joystick support under Unix.
curt [Mon, 1 Feb 1999 21:08:13 +0000 (21:08 +0000)]
Added note about joystick support under Unix.

25 years agoMove sun/solaris specific stuff to compiler.h
curt [Wed, 27 Jan 1999 04:50:18 +0000 (04:50 +0000)]
Move sun/solaris specific stuff to compiler.h

25 years agoFixes so that the sim can start out at an airport below sea level.
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.