]> git.mxchange.org Git - flightgear.git/log
flightgear.git
25 years agoChanged Flight/ to FDM/
curt [Mon, 3 May 1999 11:40:47 +0000 (11:40 +0000)]
Changed Flight/ to FDM/

25 years agoAdded construct.cxx
curt [Mon, 3 May 1999 11:29:36 +0000 (11:29 +0000)]
Added construct.cxx

25 years agoMore tweaks ...
curt [Mon, 3 May 1999 11:28:14 +0000 (11:28 +0000)]
More tweaks ...

25 years agoFurther restructuring to facilitate the tile edge matching process.
curt [Sun, 2 May 1999 22:11:30 +0000 (22:11 +0000)]
Further restructuring to facilitate the tile edge matching process.

25 years agoAdded construct.[ch]xx as a data repository class to hold all the data that
curt [Sun, 2 May 1999 22:10:51 +0000 (22:10 +0000)]
Added construct.[ch]xx as a data repository class to hold all the data that
needs to be passed back and forth during the scenery assembly.

25 years agoInitial revisions.
curt [Sun, 2 May 1999 22:07:55 +0000 (22:07 +0000)]
Initial revisions.

25 years agoRestructuring code and data to facilitate the tile edge matching process.
curt [Sun, 2 May 1999 18:41:24 +0000 (18:41 +0000)]
Restructuring code and data to facilitate the tile edge matching process.

25 years agoRenamed constuct.cxx to main.cxx
curt [Sun, 2 May 1999 15:22:21 +0000 (15:22 +0000)]
Renamed constuct.cxx to main.cxx

25 years agoFixing slight bugs with calculating point inside multi-contoured polygons.
curt [Thu, 29 Apr 1999 21:39:27 +0000 (21:39 +0000)]
Fixing slight bugs with calculating point inside multi-contoured polygons.

25 years agoAdded id header.
curt [Thu, 29 Apr 1999 18:29:55 +0000 (18:29 +0000)]
Added id header.

25 years agoFixed several problems with "hole" support, but it appears that things
curt [Thu, 29 Apr 1999 04:30:24 +0000 (04:30 +0000)]
Fixed several problems with "hole" support, but it appears that things
are working much better.  Crater lake now has an island which is always
a good thing. :-)

25 years agoRenamed tripoly.* to polygon.*
curt [Wed, 28 Apr 1999 22:18:19 +0000 (22:18 +0000)]
Renamed tripoly.* to polygon.*
First stab at multi-contour polygon support.

25 years agoRemoved the test program for now ...
curt [Tue, 27 Apr 1999 19:37:09 +0000 (19:37 +0000)]
Removed the test program for now ...

25 years agoChanges for the MacOS port contributed by Darrell Walisser.
curt [Tue, 27 Apr 1999 19:27:45 +0000 (19:27 +0000)]
Changes for the MacOS port contributed by Darrell Walisser.

25 years agoMacOS portability improvements.
curt [Tue, 27 Apr 1999 15:56:22 +0000 (15:56 +0000)]
MacOS portability improvements.
Added a class to encapsulate Mac vs. Unix path separator differences.

25 years agoMacOS portability improvements.
curt [Tue, 27 Apr 1999 15:54:39 +0000 (15:54 +0000)]
MacOS portability improvements.

25 years agoChanges by NHV to allow the sim to be reset.
curt [Tue, 27 Apr 1999 15:52:32 +0000 (15:52 +0000)]
Changes by NHV to allow the sim to be reset.

25 years agoGUI updates by NHV.
curt [Tue, 27 Apr 1999 15:43:08 +0000 (15:43 +0000)]
GUI updates by NHV.

25 years agoReset function for when reseting sim.
curt [Tue, 27 Apr 1999 15:42:53 +0000 (15:42 +0000)]
Reset function for when reseting sim.

25 years agoChanges by NHV so that the autopilot can be driven by the GUI.
curt [Tue, 27 Apr 1999 15:42:23 +0000 (15:42 +0000)]
Changes by NHV so that the autopilot can be driven by the GUI.

25 years agoFixed plib url.
curt [Sun, 25 Apr 1999 14:13:19 +0000 (14:13 +0000)]
Fixed plib url.

25 years agoWrap with extern "C" { } if building with __cplusplus compiler.
curt [Thu, 22 Apr 1999 18:47:25 +0000 (18:47 +0000)]
Wrap with extern "C" { } if building with __cplusplus compiler.

25 years agoBorland tweak.
curt [Thu, 22 Apr 1999 18:46:40 +0000 (18:46 +0000)]
Borland tweak.

25 years agoMAT3mat.c: Borland tweaks.
curt [Thu, 22 Apr 1999 18:46:27 +0000 (18:46 +0000)]
MAT3mat.c:  Borland tweaks.
mat3.h:  Some inline assembly from Norman.

25 years agoBorland tweaks.
curt [Thu, 22 Apr 1999 18:45:40 +0000 (18:45 +0000)]
Borland tweaks.

25 years agoAdded Olivers FAQ.
curt [Thu, 22 Apr 1999 18:45:16 +0000 (18:45 +0000)]
Added Olivers FAQ.
Update README.Unix with additional Irix information.
configure script addes search paths before looking for plib.  Tweaked
  checks for win32 opengl/glut/glu libs.

25 years agoInitial revision.
curt [Tue, 20 Apr 1999 15:37:12 +0000 (15:37 +0000)]
Initial revision.

25 years agoAdded colours.h to distribution.
curt [Mon, 19 Apr 1999 20:19:56 +0000 (20:19 +0000)]
Added colours.h to distribution.

25 years agoUpdated 3dfx.sh to allow window vs. full screen via command line.
curt [Mon, 19 Apr 1999 20:19:36 +0000 (20:19 +0000)]
Updated 3dfx.sh to allow window vs. full screen via command line.
Added 3dfx.sh to distribution.
Updated rul serial output.
Updated runfgfs.bat files.

25 years agoFixed a problem with calculating lst which was messing up moon rendering.
curt [Mon, 19 Apr 1999 20:18:31 +0000 (20:18 +0000)]
Fixed a problem with calculating lst which was messing up moon rendering.

25 years agoAdded some debugging messages (mostly now commented out) to try to track down
curt [Mon, 19 Apr 1999 20:17:45 +0000 (20:17 +0000)]
Added some debugging messages (mostly now commented out) to try to track down
a moon display bug.  Turned out to be a problem with calculating lst in
fg_time.cxx

25 years agoUpdated to create polygons with properly marked holes.
curt [Fri, 16 Apr 1999 19:24:55 +0000 (19:24 +0000)]
Updated to create polygons with properly marked holes.

25 years agoModified to incorporate new hole support of gpc.
curt [Fri, 16 Apr 1999 15:58:09 +0000 (15:58 +0000)]
Modified to incorporate new hole support of gpc.

25 years agoChanges to support new gpc api with hole tracking support.
curt [Fri, 16 Apr 1999 00:00:42 +0000 (00:00 +0000)]
Changes to support new gpc api with hole tracking support.

25 years agoTweaks.
curt [Fri, 16 Apr 1999 00:00:06 +0000 (00:00 +0000)]
Tweaks.

25 years agoAdded initial support for some unknown motion platform device. Hopefully
curt [Thu, 15 Apr 1999 23:59:45 +0000 (23:59 +0000)]
Added initial support for some unknown motion platform device.  Hopefully
additional details will follow.

25 years agoFix from Norman to make some of his optimization work better.
curt [Thu, 15 Apr 1999 23:59:01 +0000 (23:59 +0000)]
Fix from Norman to make some of his optimization work better.

25 years agoUpdated to use new plib.
curt [Thu, 15 Apr 1999 23:58:23 +0000 (23:58 +0000)]
Updated to use new plib.

25 years agoChanged Aero() method to correct body axis force calculation
curt [Thu, 15 Apr 1999 23:58:04 +0000 (23:58 +0000)]
Changed Aero() method to correct body axis force calculation
from wind vector. Fix provided by Tony Peden.

25 years agoAdded README.gfc README.plib.
curt [Thu, 15 Apr 1999 23:57:34 +0000 (23:57 +0000)]
Added README.gfc README.plib.
Added RedHat notes to README.Linux
Update README.gpc
Update Thanks
Update configure.in

25 years agoRemoved plib from the source distribution. It must be built and installed
curt [Mon, 12 Apr 1999 02:03:32 +0000 (02:03 +0000)]
Removed plib from the source distribution.  It must be built and installed
separately before fgfs can be built and installed.

25 years agoChanges contributed by Durk Talsma to allow the user to specify a startup
curt [Sun, 11 Apr 1999 13:19:29 +0000 (13:19 +0000)]
Changes contributed by Durk Talsma to allow the user to specify a startup
date/time.

25 years agoclean-deps - remove some missed .deps/
curt [Sun, 11 Apr 1999 13:17:42 +0000 (13:17 +0000)]
clean-deps - remove some missed .deps/

25 years agoChanged contributed by Durk Talsma:
curt [Thu, 8 Apr 1999 19:53:46 +0000 (19:53 +0000)]
Changed contributed by Durk Talsma:
- Converted struct fgTIME to class FGTime
- Don't draw textured moon/sun halos when --disable-textures requested

25 years agoA couple more Irix tweaks.
curt [Thu, 8 Apr 1999 01:55:15 +0000 (01:55 +0000)]
A couple more Irix tweaks.

25 years agoFixes for compiling with native Irix compilers.
curt [Wed, 7 Apr 1999 20:58:02 +0000 (20:58 +0000)]
Fixes for compiling with native Irix compilers.

25 years agoInitial revision.
curt [Wed, 7 Apr 1999 04:09:55 +0000 (04:09 +0000)]
Initial revision.

25 years agoRemoved in-src cvs logs.
curt [Tue, 6 Apr 1999 23:37:07 +0000 (23:37 +0000)]
Removed in-src cvs logs.

25 years agoRemoved fg_config.h
curt [Tue, 6 Apr 1999 22:29:30 +0000 (22:29 +0000)]
Removed fg_config.h

25 years agoRemoved ...
curt [Tue, 6 Apr 1999 22:29:19 +0000 (22:29 +0000)]
Removed ...

25 years agoremoved key.sh from Makefile.am
curt [Tue, 6 Apr 1999 22:26:46 +0000 (22:26 +0000)]
removed key.sh from Makefile.am

25 years agoRemoved zlib from AC_CONFIG_SUBDIRS()
curt [Tue, 6 Apr 1999 22:26:28 +0000 (22:26 +0000)]
Removed zlib from AC_CONFIG_SUBDIRS()

25 years agoClean ups and reorganizations:
curt [Tue, 6 Apr 1999 16:58:22 +0000 (16:58 +0000)]
Clean ups and reorganizations:
- Additional Thanks entry
- more info on getting gfc library
- converted some C style comments to C++ style.

25 years agoRemoved several old subdirectories.
curt [Tue, 6 Apr 1999 02:42:43 +0000 (02:42 +0000)]
Removed several old subdirectories.

25 years agoTweaks to configure script so it can be run from the top level
curt [Tue, 6 Apr 1999 02:42:10 +0000 (02:42 +0000)]
Tweaks to configure script so it can be run from the top level
configure script.

25 years agoRun configure in Lib/zlib.
curt [Tue, 6 Apr 1999 02:37:58 +0000 (02:37 +0000)]
Run configure in Lib/zlib.
Removed several old tools dirs.

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

25 years agoInitial revision
curt [Mon, 5 Apr 1999 22:14:10 +0000 (22:14 +0000)]
Initial revision

25 years agoInitial revision
curt [Mon, 5 Apr 1999 21:32:32 +0000 (21:32 +0000)]
Initial revision

15 years agoMerge Tests as subdirectory
Tim Moore [Mon, 14 Sep 2009 11:48:10 +0000 (13:48 +0200)]
Merge Tests as subdirectory

15 years agoMerge Include as subdirectory
Tim Moore [Mon, 14 Sep 2009 11:47:00 +0000 (13:47 +0200)]
Merge Include as subdirectory

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

15 years agoMerge FG_Simulator as subdirectory
Tim Moore [Mon, 14 Sep 2009 11:38:55 +0000 (13:38 +0200)]
Merge FG_Simulator as subdirectory

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

15 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 agoDon't build showme if no X11.
curt [Mon, 5 Apr 1999 02:20:53 +0000 (02:20 +0000)]
Don't build showme if no X11.

25 years agoDynamically update "error" until the resulting tile data scales within
curt [Mon, 5 Apr 1999 02:16:51 +0000 (02:16 +0000)]
Dynamically update "error" until the resulting tile data scales within
a lower and upper bounds.

25 years agoFixed a compiler warning.
curt [Mon, 5 Apr 1999 02:16:02 +0000 (02:16 +0000)]
Fixed a compiler warning.

25 years agoMake dem fitting more robust in cases when no dem file available.
curt [Mon, 5 Apr 1999 02:15:23 +0000 (02:15 +0000)]
Make dem fitting more robust in cases when no dem file available.

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 agoDefine maximum nodes for a tile here.
curt [Mon, 5 Apr 1999 02:12:59 +0000 (02:12 +0000)]
Define maximum nodes for a tile here.

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 agoFound a bug in dividing and adding unique verticle segments which could
curt [Sat, 3 Apr 1999 05:22:57 +0000 (05:22 +0000)]
Found a bug in dividing and adding unique verticle segments which could
cause the triangulator to end up in an infinite loop.  Basically the code
was correct, but the verticle line test was a bit to selective.

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:11 +0000 (13:52 +0000)]
Version 0.6.0
Shape name tweak.
Removing tool: FixNode

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 agoDebugging output tweaks.
curt [Wed, 31 Mar 1999 23:46:48 +0000 (23:46 +0000)]
Debugging output tweaks.

25 years agoDebuggin output tweaks.
curt [Wed, 31 Mar 1999 23:46:38 +0000 (23:46 +0000)]
Debuggin output tweaks.

25 years agoAdded scenery_version.hxx to source distribution.
curt [Wed, 31 Mar 1999 23:46:20 +0000 (23:46 +0000)]
Added scenery_version.hxx to source distribution.

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 agoDebugging output tweeaks.
curt [Wed, 31 Mar 1999 13:26:39 +0000 (13:26 +0000)]
Debugging output tweeaks.

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

25 years agoFixed bug in genfans (deleting the wrong triangles from the available pool.)
curt [Wed, 31 Mar 1999 05:35:04 +0000 (05:35 +0000)]
Fixed bug in genfans (deleting the wrong triangles from the available pool.)

25 years agofiddling ...
curt [Tue, 30 Mar 1999 23:51:14 +0000 (23:51 +0000)]
fiddling ...

25 years agoModifications to fanify by attribute.
curt [Tue, 30 Mar 1999 23:50:43 +0000 (23:50 +0000)]
Modifications to fanify by attribute.

25 years agoFannifier is clearly bugging ... working on debugging it. I suspect there
curt [Tue, 30 Mar 1999 23:50:15 +0000 (23:50 +0000)]
Fannifier is clearly bugging ... working on debugging it.  I suspect there
is a problem related to deleting triangles from the triangle pool as they
are combined into fans.

25 years agoAdded some debugging output.
curt [Tue, 30 Mar 1999 23:49:22 +0000 (23:49 +0000)]
Added 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 agoWorking towards better handling of multi-contoured polygons.
curt [Tue, 30 Mar 1999 13:41:38 +0000 (13:41 +0000)]
Working towards better handling of multi-contoured polygons.

25 years agoInitial revision.
curt [Mon, 29 Mar 1999 13:19:44 +0000 (13:19 +0000)]
Initial revision.

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