]> git.mxchange.org Git - flightgear.git/log
flightgear.git
26 years agoChanged frame rate formatting a bit.
curt [Thu, 7 May 1998 23:12:31 +0000 (23:12 +0000)]
Changed frame rate formatting a bit.

26 years agoHUD updates from Jeff Goeke-Smith.
curt [Thu, 7 May 1998 23:11:50 +0000 (23:11 +0000)]
HUD updates from Jeff Goeke-Smith.

26 years agoupdated ...
curt [Thu, 7 May 1998 23:11:05 +0000 (23:11 +0000)]
updated ...

26 years agoAdded an option to control square tile radius.
curt [Wed, 6 May 1998 03:16:42 +0000 (03:16 +0000)]
Added an option to control square tile radius.

26 years agoAdded an averaged global frame rate counter.
curt [Wed, 6 May 1998 03:16:23 +0000 (03:16 +0000)]
Added an averaged global frame rate counter.
Added an option to control tile radius.

26 years agoDurk Talsma contributed a graphical frame rate counter which is displayed
curt [Wed, 6 May 1998 03:15:08 +0000 (03:15 +0000)]
Durk Talsma contributed a graphical frame rate counter which is displayed
as part of the HUD.

26 years agoUpdated texture coordinate fmod() parameter.
curt [Sun, 3 May 1998 00:48:01 +0000 (00:48 +0000)]
Updated texture coordinate fmod() parameter.

26 years agoAdded an option to enable/disable full-screen mode.
curt [Sun, 3 May 1998 00:47:31 +0000 (00:47 +0000)]
Added an option to enable/disable full-screen mode.

26 years agopolar.h -> polar3d.h
curt [Sun, 3 May 1998 00:46:45 +0000 (00:46 +0000)]
polar.h -> polar3d.h

26 years agoUpdated ...
curt [Sun, 3 May 1998 00:46:12 +0000 (00:46 +0000)]
Updated ...

26 years agoFine tuning mktime() support because of varying behavior on different
curt [Sat, 2 May 1998 01:53:17 +0000 (01:53 +0000)]
Fine tuning mktime() support because of varying behavior on different
platforms.

26 years agoPlaying around with texture coordinates.
curt [Sat, 2 May 1998 01:52:14 +0000 (01:52 +0000)]
Playing around with texture coordinates.

26 years agoUpdated polartocart conversion routine.
curt [Sat, 2 May 1998 01:51:01 +0000 (01:51 +0000)]
Updated polartocart conversion routine.

26 years agoC++-ifying a couple source files.
curt [Thu, 30 Apr 1998 12:35:59 +0000 (12:35 +0000)]
C++-ifying a couple source files.

26 years agoAdded a command line rendering option specify smooth/flat shading.
curt [Thu, 30 Apr 1998 12:35:26 +0000 (12:35 +0000)]
Added a command line rendering option specify smooth/flat shading.

26 years agoAdded command line rendering options:
curt [Thu, 30 Apr 1998 12:34:17 +0000 (12:34 +0000)]
Added command line rendering options:
  enable/disable fog/haze
  specify smooth/flat shading
  disable sky blending and just use a solid color
  enable wireframe drawing mode

26 years agoFixed a horible bug that cause the time to be *WAY* off when compiling
curt [Tue, 28 Apr 1998 21:45:34 +0000 (21:45 +0000)]
Fixed a horible bug that cause the time to be *WAY* off when compiling
with the CygWin32 compiler.  This may not yet completely address other
Win32 compilers, but we'll have to take them on a case by case basis.

26 years agoWrapped zlib calls up so we can conditionally comment out zlib support.
curt [Tue, 28 Apr 1998 21:42:50 +0000 (21:42 +0000)]
Wrapped zlib calls up so we can conditionally comment out zlib support.

26 years ago..
curt [Tue, 28 Apr 1998 21:40:58 +0000 (21:40 +0000)]
..

26 years agoType-ified fgTIME and fgVIEW.
curt [Tue, 28 Apr 1998 01:22:16 +0000 (01:22 +0000)]
Type-ified fgTIME and fgVIEW.

26 years agoTweaked texture parameter calculations to keep the number smaller. This
curt [Tue, 28 Apr 1998 01:21:42 +0000 (01:21 +0000)]
Tweaked texture parameter calculations to keep the number smaller.  This
avoids the "swimming" problem.
Type-ified fgTIME and fgVIEW.

26 years agoType-ified fgTIME and fgVIEW.
curt [Tue, 28 Apr 1998 01:20:20 +0000 (01:20 +0000)]
Type-ified fgTIME and fgVIEW.
Added a command line option to disable textures.

26 years agoType-ified fgTIME and fgVIEW
curt [Tue, 28 Apr 1998 01:18:59 +0000 (01:18 +0000)]
Type-ified fgTIME and fgVIEW

26 years agoUpdated ...
curt [Tue, 28 Apr 1998 01:18:06 +0000 (01:18 +0000)]
Updated ...

26 years agoScrewing around with texture coordinate generation ... still needs work.
curt [Mon, 27 Apr 1998 15:58:15 +0000 (15:58 +0000)]
Screwing around with texture coordinate generation ... still needs work.

26 years agoAssigned a couple output messages to the FG_DEBUG class.
curt [Mon, 27 Apr 1998 03:35:00 +0000 (03:35 +0000)]
Assigned a couple output messages to the FG_DEBUG class.

26 years agoMinor transformation adjustments to try to keep scenery tiles closer to
curt [Mon, 27 Apr 1998 03:30:13 +0000 (03:30 +0000)]
Minor transformation adjustments to try to keep scenery tiles closer to
(0, 0, 0)  GLfloats run out of precision at the distances we need to model
the earth, but we can do a bunch of pre-transformations using double math
and then cast to GLfloat once everything is close in where we have less
precision problems.

26 years ago"struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.
curt [Sun, 26 Apr 1998 05:10:00 +0000 (05:10 +0000)]
"struct fgLIGHT" -> "fgLIGHT" because fgLIGHT is typedef'd.

26 years agoAdded zlib support.
curt [Sun, 26 Apr 1998 05:06:29 +0000 (05:06 +0000)]
Added zlib support.

26 years agoAdded an rint() / HAVE_RINT check.
curt [Sun, 26 Apr 1998 05:01:19 +0000 (05:01 +0000)]
Added an rint() / HAVE_RINT check.

26 years agoEdited cvs log messages in source files ... bad bad bad!
curt [Sat, 25 Apr 1998 22:06:24 +0000 (22:06 +0000)]
Edited cvs log messages in source files ... bad bad bad!

26 years agoUse already calculated LaRCsim values to create the roll/pitch/yaw
curt [Sat, 25 Apr 1998 22:04:53 +0000 (22:04 +0000)]
Use already calculated LaRCsim values to create the roll/pitch/yaw
transformation matrix (we call it LOCAL)

26 years agoUpdated to reflect work done.
curt [Sat, 25 Apr 1998 22:03:38 +0000 (22:03 +0000)]
Updated to reflect work done.

26 years agoCleaned up initialization sequence to eliminate interdependencies
curt [Sat, 25 Apr 1998 20:24:00 +0000 (20:24 +0000)]
Cleaned up initialization sequence to eliminate interdependencies
between sun position, lighting, and view position.  This creates a
valid single pass initialization path.

26 years agoMoved to Simulator/ subdirectory.
curt [Sat, 25 Apr 1998 18:39:36 +0000 (18:39 +0000)]
Moved to Simulator/ subdirectory.

26 years agoAdded an command line option to set starting position based on airport ID.
curt [Sat, 25 Apr 1998 15:11:10 +0000 (15:11 +0000)]
Added an command line option to set starting position based on airport ID.

26 years agoChanged "r" to "rb" in gzopen() options. This fixes bad behavior in win32.
curt [Sat, 25 Apr 1998 15:09:57 +0000 (15:09 +0000)]
Changed "r" to "rb" in gzopen() options.  This fixes bad behavior in win32.

26 years agoAdded "file.obj.gz" support.
curt [Fri, 24 Apr 1998 14:21:08 +0000 (14:21 +0000)]
Added "file.obj.gz" support.

26 years agoFog tweaks.
curt [Fri, 24 Apr 1998 14:19:29 +0000 (14:19 +0000)]
Fog tweaks.

26 years agoWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
curt [Fri, 24 Apr 1998 00:52:24 +0000 (00:52 +0000)]
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
Fog color fixes.
Separated out lighting calcs into their own file.

26 years agoWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
curt [Fri, 24 Apr 1998 00:51:07 +0000 (00:51 +0000)]
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
Tweaked the scenery file extentions to be "file.obj" (uncompressed)
or "file.obz" (compressed.)

26 years agoWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
curt [Fri, 24 Apr 1998 00:49:17 +0000 (00:49 +0000)]
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
Trying out some different option parsing code.
Some code reorganization.

26 years agoC++-ifing the code a bit.
curt [Fri, 24 Apr 1998 00:45:53 +0000 (00:45 +0000)]
C++-ifing the code a bit.

26 years agoWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
curt [Fri, 24 Apr 1998 00:45:17 +0000 (00:45 +0000)]
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"

26 years agoWrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
curt [Fri, 24 Apr 1998 00:45:00 +0000 (00:45 +0000)]
Wrapped "#include <config.h>" in "#ifdef HAVE_CONFIG_H"
Fixed a bug when generating sky colors.

26 years agoC++ - ifing the code.
curt [Wed, 22 Apr 1998 13:25:39 +0000 (13:25 +0000)]
C++ - ifing the code.
Starting a bit of reorganization of lighting code.

26 years agoC++ - ifiing the code a bit.
curt [Wed, 22 Apr 1998 13:24:04 +0000 (13:24 +0000)]
C++ - ifiing the code a bit.
Starting to reorginize some of the lighting calcs to use a table lookup.

26 years agoC++ - ifing the code a bit.
curt [Wed, 22 Apr 1998 13:21:26 +0000 (13:21 +0000)]
C++ - ifing the code a bit.

26 years agoPrepairing for C++ integration.
curt [Tue, 21 Apr 1998 17:02:27 +0000 (17:02 +0000)]
Prepairing for C++ integration.

26 years agoFixed a problems where a pointer to a function was being passed around. In
curt [Tue, 21 Apr 1998 17:01:43 +0000 (17:01 +0000)]
Fixed a problems where a pointer to a function was being passed around.  In
one place this functions arguments were defined as ( void ) while in another
place they were defined as ( int ).  The correct answer was ( int ).

Prepairing for C++ integration.

26 years agoIntegrated autopilot.
curt [Tue, 21 Apr 1998 16:59:33 +0000 (16:59 +0000)]
Integrated autopilot.
Prepairing for C++ integration.

26 years agoMoved fg_debug.c to it's own library.
curt [Sat, 18 Apr 1998 04:13:51 +0000 (04:13 +0000)]
Moved fg_debug.c to it's own library.

26 years agoAdded zlib on the fly decompression support for loading scenery objects.
curt [Sat, 18 Apr 1998 04:13:17 +0000 (04:13 +0000)]
Added zlib on the fly decompression support for loading scenery objects.

26 years agoMoved fg_debug to it's own library, added zlib support.
curt [Sat, 18 Apr 1998 04:11:25 +0000 (04:11 +0000)]
Moved fg_debug to it's own library, added zlib support.

26 years agoCode reorganizations. Added a Lib/ directory for more general libraries.
curt [Tue, 14 Apr 1998 02:23:04 +0000 (02:23 +0000)]
Code reorganizations.  Added a Lib/ directory for more general libraries.

26 years agoIncorporated autopilot heading hold contributed by: Jeff Goeke-Smith
curt [Tue, 14 Apr 1998 02:21:01 +0000 (02:21 +0000)]
Incorporated autopilot heading hold contributed by:  Jeff Goeke-Smith
<jgoeke@voyager.net>

26 years agoInitial revision. Contributed by Jeff Goeke-Smith - jgoeke@voyager.net
curt [Tue, 14 Apr 1998 02:18:44 +0000 (02:18 +0000)]
Initial revision.  Contributed by Jeff Goeke-Smith  - jgoeke@voyager.net

26 years agoWe had unified some of the platform disparate time handling code, and
curt [Thu, 9 Apr 1998 18:40:13 +0000 (18:40 +0000)]
We had unified some of the platform disparate time handling code, and
there was a bug in timesum() which calculated a new time stamp based on
the current time stamp + offset.  This hosed the periodic event processing
logic because you'd never arrive at the time the event was scheduled for.
Sky updates and lighting changes are handled via this event mechanism so
they never changed ... it is fixed now.

26 years agoMoved to Main/ and incorperated with automake
curt [Thu, 9 Apr 1998 01:45:30 +0000 (01:45 +0000)]
Moved to Main/ and incorperated with automake

26 years agoPatch from Durk to fix trim reversal with numlock key active.
curt [Wed, 8 Apr 1998 23:34:05 +0000 (23:34 +0000)]
Patch from Durk to fix trim reversal with numlock key active.

26 years agoTweaks to Gnu automake/autoconf system.
curt [Wed, 8 Apr 1998 23:32:28 +0000 (23:32 +0000)]
Tweaks to Gnu automake/autoconf system.

26 years agoAdopted Gnu automake/autoconf system.
curt [Wed, 8 Apr 1998 23:30:04 +0000 (23:30 +0000)]
Adopted Gnu automake/autoconf system.

26 years agoMinor cleanups and reorganizations.
curt [Mon, 6 Apr 1998 15:56:15 +0000 (15:56 +0000)]
Minor cleanups and reorganizations.

26 years agoMoved ../Win32/
curt [Sun, 5 Apr 1998 21:59:15 +0000 (21:59 +0000)]
Moved ../Win32/

26 years agoRemoved Include/ subdirectory from make system (no buildable elements there.)
curt [Sun, 5 Apr 1998 21:58:59 +0000 (21:58 +0000)]
Removed Include/ subdirectory from make system (no buildable elements there.)

26 years agoRemoved Linux subdirectory.
curt [Fri, 3 Apr 1998 22:51:17 +0000 (22:51 +0000)]
Removed Linux subdirectory.

26 years agoConverting to Gnu autoconf system.
curt [Fri, 3 Apr 1998 22:20:48 +0000 (22:20 +0000)]
Converting to Gnu autoconf system.

26 years agoConverting to Gnu autoconf system.
curt [Fri, 3 Apr 1998 22:12:53 +0000 (22:12 +0000)]
Converting to Gnu autoconf system.
Centralized time handling differences.

26 years agoConverting to Gnu autoconf system.
curt [Fri, 3 Apr 1998 22:09:02 +0000 (22:09 +0000)]
Converting to Gnu autoconf system.

26 years ago Converting to Gnu autoconf system.
curt [Fri, 3 Apr 1998 22:07:27 +0000 (22:07 +0000)]
 Converting to Gnu autoconf system.

26 years agoConverting to Gnu autoconf system.
curt [Fri, 3 Apr 1998 21:55:27 +0000 (21:55 +0000)]
Converting to Gnu autoconf system.
Tweaks to hud.c

26 years agoConverting to Gnu autoconf system.
curt [Fri, 3 Apr 1998 21:50:53 +0000 (21:50 +0000)]
Converting to Gnu autoconf system.

26 years agoSource code formating tweaks.
curt [Mon, 23 Mar 1998 21:24:37 +0000 (21:24 +0000)]
Source code formating tweaks.

26 years agoDebugging output tweaks.
curt [Mon, 23 Mar 1998 21:23:05 +0000 (21:23 +0000)]
Debugging output tweaks.

26 years agoPatch to fix Solaris function name contention with "getopt()" -
curt [Mon, 16 Mar 1998 21:13:07 +0000 (21:13 +0000)]
Patch to fix Solaris function name contention with "getopt()" -
johns@ultra2.cs.umr.edu (John Stone)

26 years agoVersion 0.38
curt [Sat, 14 Mar 1998 00:32:35 +0000 (00:32 +0000)]
Version 0.38

26 years agoChanged a printf() to a fgPrintf().
curt [Sat, 14 Mar 1998 00:32:13 +0000 (00:32 +0000)]
Changed a printf() to a fgPrintf().

26 years agoBeginning initial terrain texturing experiments.
curt [Sat, 14 Mar 1998 00:30:50 +0000 (00:30 +0000)]
Beginning initial terrain texturing experiments.

26 years agoreplaced a printf() with an fgPrintf().
curt [Sat, 14 Mar 1998 00:28:34 +0000 (00:28 +0000)]
replaced a printf() with an fgPrintf().

26 years agoUpdated fgGENERAL to a "type" of struct.
curt [Sat, 14 Mar 1998 00:27:12 +0000 (00:27 +0000)]
Updated fgGENERAL to a "type" of struct.

26 years agoMisc. configuration tweaks.
curt [Mon, 9 Mar 1998 22:52:53 +0000 (22:52 +0000)]
Misc. configuration tweaks.

26 years agoMod's to better support win32 if perl exists.
curt [Mon, 9 Mar 1998 22:52:38 +0000 (22:52 +0000)]
Mod's to better support win32 if perl exists.

26 years agoMinor "formatting" tweaks.
curt [Mon, 9 Mar 1998 22:48:40 +0000 (22:48 +0000)]
Minor "formatting" tweaks.

26 years agoDebug message tweaks.
curt [Mon, 9 Mar 1998 22:48:09 +0000 (22:48 +0000)]
Debug message tweaks.

26 years agoIncorporated Durk's updates.
curt [Mon, 9 Mar 1998 22:47:25 +0000 (22:47 +0000)]
Incorporated Durk's updates.

26 years agoMinor tweaks.
curt [Mon, 9 Mar 1998 22:46:18 +0000 (22:46 +0000)]
Minor tweaks.

26 years agoMinor tweaks for building on sparc platform.
curt [Mon, 9 Mar 1998 22:45:57 +0000 (22:45 +0000)]
Minor tweaks for building on sparc platform.

26 years agoModified so that you can specify FG_DEBUGCLASS ***or*** FG_DEBUG_PRIORITY
curt [Mon, 9 Mar 1998 22:44:58 +0000 (22:44 +0000)]
Modified so that you can specify FG_DEBUGCLASS ***or*** FG_DEBUG_PRIORITY

26 years agoProcessed through the format-o-matic.
curt [Mon, 9 Mar 1998 22:11:00 +0000 (22:11 +0000)]
Processed through the format-o-matic.

26 years agoIncorporated Michele America's hud changes.
curt [Mon, 23 Feb 1998 20:18:28 +0000 (20:18 +0000)]
Incorporated Michele America's hud changes.

26 years agoIncorporated Durk's Astro/ tweaks. Includes unifying the sun position
curt [Mon, 23 Feb 1998 19:07:49 +0000 (19:07 +0000)]
Incorporated Durk's Astro/ tweaks.  Includes unifying the sun position
calculation code between sun display, and other FG sections that use this
for things like lighting.

26 years agoAdded Charlie's HUD changes.
curt [Sat, 21 Feb 1998 14:53:10 +0000 (14:53 +0000)]
Added Charlie's HUD changes.

26 years agoThursday's tweaks.
curt [Fri, 20 Feb 1998 00:16:14 +0000 (00:16 +0000)]
Thursday's tweaks.

26 years agoIncorporated some HUD tweaks from Michelle America.
curt [Thu, 19 Feb 1998 13:05:43 +0000 (13:05 +0000)]
Incorporated some HUD tweaks from Michelle America.
Tweaked the sky's sunset/rise colors.
Other misc. tweaks.

26 years agoTweaks to build with SGI OpenGL (and therefor hopefully other accelerated
curt [Wed, 18 Feb 1998 15:07:02 +0000 (15:07 +0000)]
Tweaks to build with SGI OpenGL (and therefor hopefully other accelerated
drivers will work.)

26 years agoMinor tweaks.
curt [Mon, 16 Feb 1998 16:17:33 +0000 (16:17 +0000)]
Minor tweaks.

26 years agoMiscellaneous weekend tweaks. Fixed? a cache problem that caused whole
curt [Mon, 16 Feb 1998 13:39:42 +0000 (13:39 +0000)]
Miscellaneous weekend tweaks.  Fixed? a cache problem that caused whole
tiles to occasionally be missing.

26 years agoIntegrated changes from Charlie Hotchkiss.
curt [Mon, 16 Feb 1998 13:38:39 +0000 (13:38 +0000)]
Integrated changes from Charlie Hotchkiss.

26 years agoInitial revision.
curt [Fri, 13 Feb 1998 00:23:39 +0000 (00:23 +0000)]
Initial revision.

26 years agoIncorporated code changes contributed by Charlie Hotchkiss
curt [Thu, 12 Feb 1998 21:58:27 +0000 (21:58 +0000)]
Incorporated code changes contributed by Charlie Hotchkiss
<chotchkiss@namg.us.anritsu.com>