]> git.mxchange.org Git - flightgear.git/log
flightgear.git
25 years agoGUI changes contributed by Norman Vine.
curt [Wed, 12 May 1999 01:11:17 +0000 (01:11 +0000)]
GUI changes contributed by Norman Vine.

25 years agoBegan an update of Cygnus/Win32 build instructions.
curt [Wed, 12 May 1999 01:09:55 +0000 (01:09 +0000)]
Began an update of Cygnus/Win32 build instructions.

25 years agoIncorporated latest JSBsim updates.
curt [Sat, 8 May 1999 03:19:08 +0000 (03:19 +0000)]
Incorporated latest JSBsim updates.

25 years agoBorland portability fixes contributed by Charlie Hotchkiss.
curt [Sat, 8 May 1999 02:33:13 +0000 (02:33 +0000)]
Borland portability fixes contributed by Charlie Hotchkiss.

25 years agoChanges to toggle panel on and off.
curt [Thu, 6 May 1999 22:16:12 +0000 (22:16 +0000)]
Changes to toggle panel on and off.

25 years agoFixed teleportation and dialog box crashes.
curt [Thu, 6 May 1999 21:14:06 +0000 (21:14 +0000)]
Fixed teleportation and dialog box crashes.

25 years agoNorman has brought back the fancy frame rate counter as an option.
curt [Thu, 6 May 1999 21:13:40 +0000 (21:13 +0000)]
Norman has brought back the fancy frame rate counter as an option.

25 years agoAdded a sanity check for bogus dem data points in original data.
curt [Thu, 6 May 1999 19:38:58 +0000 (19:38 +0000)]
Added a sanity check for bogus dem data points in original data.

25 years agoAdded a getline() fix for borland.
curt [Thu, 6 May 1999 19:38:28 +0000 (19:38 +0000)]
Added a getline() fix for borland.

25 years agomaster.cxx (outer shell for doing mass scenery generation) now working.
curt [Thu, 6 May 1999 11:45:55 +0000 (11:45 +0000)]
master.cxx (outer shell for doing mass scenery generation) now working.

25 years agoTweaks for poles.
curt [Thu, 6 May 1999 02:27:24 +0000 (02:27 +0000)]
Tweaks for poles.

25 years agoAdded master.cxx, prepairing main.cxx to be called by other programs.
curt [Thu, 6 May 1999 02:19:39 +0000 (02:19 +0000)]
Added master.cxx, prepairing main.cxx to be called by other programs.

25 years agoInitial revision.
curt [Thu, 6 May 1999 02:19:11 +0000 (02:19 +0000)]
Initial revision.

25 years agoUpdates ...
curt [Wed, 5 May 1999 16:55:18 +0000 (16:55 +0000)]
Updates ...

25 years agoCommented out several debugging output messages.
curt [Tue, 4 May 1999 21:01:25 +0000 (21:01 +0000)]
Commented out several debugging output messages.

25 years agoRemoved "Makedir/" from compiles for now.
curt [Tue, 4 May 1999 20:53:50 +0000 (20:53 +0000)]
Removed "Makedir/" from compiles for now.

25 years agoBasic tile edge matching now seems to be working.
curt [Tue, 4 May 1999 20:53:08 +0000 (20:53 +0000)]
Basic tile edge matching now seems to be working.

25 years agoDon't build in "Areas/" right now.
curt [Tue, 4 May 1999 20:52:20 +0000 (20:52 +0000)]
Don't build in "Areas/" right now.

25 years agoMore work on tile add matching. Added second triangulation. Now need to
curt [Tue, 4 May 1999 12:40:18 +0000 (12:40 +0000)]
More work on tile add matching.  Added second triangulation.  Now need to
debug to see why none of it works! :-)

25 years agoMore changes to split up tiles, munge in the previously existing shared
curt [Tue, 4 May 1999 04:12:07 +0000 (04:12 +0000)]
More changes to split up tiles, munge in the previously existing shared
pieces, and reassemble, so we are ready to retriangulate.

25 years agoContinued work ...
curt [Mon, 3 May 1999 23:12:08 +0000 (23:12 +0000)]
Continued work ...

25 years agoChanged MAX_NODES to FG_MAX_NODES.
curt [Mon, 3 May 1999 18:38:48 +0000 (18:38 +0000)]
Changed MAX_NODES to FG_MAX_NODES.

25 years agoStarting work on section that will read in existing neighbor data.
curt [Mon, 3 May 1999 11:43:41 +0000 (11:43 +0000)]
Starting work on section that will read in existing neighbor data.

25 years agoRemoved unneeded -Lfoo/bar/ flag from Makefile.
curt [Mon, 3 May 1999 11:42:53 +0000 (11:42 +0000)]
Removed unneeded -Lfoo/bar/ flag from Makefile.
Undef FG_VIEW_INLINE_OPTIMIZATIONS for the moment.

25 years agoChanged MAX_NODES to FG_MAX_NODES.
curt [Mon, 3 May 1999 11:41:09 +0000 (11:41 +0000)]
Changed MAX_NODES to FG_MAX_NODES.

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

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

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

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

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 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.