]> git.mxchange.org Git - flightgear.git/log
flightgear.git
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>

26 years agoreplaced with commondefs/commonrules
curt [Thu, 12 Feb 1998 21:01:39 +0000 (21:01 +0000)]
replaced with commondefs/commonrules

26 years agoMinor changes.
curt [Wed, 11 Feb 1998 02:50:34 +0000 (02:50 +0000)]
Minor changes.

26 years agoAdded changes submitted by Michele America.
curt [Wed, 11 Feb 1998 02:50:19 +0000 (02:50 +0000)]
Added changes submitted by Michele America.

26 years agoRemoved "depend" files from cvs control. Other minor make tweaks.
curt [Mon, 9 Feb 1998 22:56:28 +0000 (22:56 +0000)]
Removed "depend" files from cvs control.  Other minor make tweaks.

26 years agoFixed a nagging problem with terrain tiles not "quite" matching up perfectly.
curt [Mon, 9 Feb 1998 21:30:18 +0000 (21:30 +0000)]
Fixed a nagging problem with terrain tiles not "quite" matching up perfectly.

26 years agoMinor tweaks.
curt [Mon, 9 Feb 1998 15:07:47 +0000 (15:07 +0000)]
Minor tweaks.

26 years agoIncorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
curt [Sat, 7 Feb 1998 15:29:31 +0000 (15:29 +0000)]
Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
<chotchkiss@namg.us.anritsu.com>

26 years agoLots of little tweaks to fix various consistency problems discovered by
curt [Tue, 3 Feb 1998 23:20:08 +0000 (23:20 +0000)]
Lots of little tweaks to fix various consistency problems discovered by
Solaris' CC.  Fixed a bug in fg_debug.c with how the fgPrintf() wrapper
passed arguments along to the real printf().  Also incorporated HUD changes
by Michele America.

26 years agoIncorporated Durk's changes.
curt [Mon, 2 Feb 1998 20:53:58 +0000 (20:53 +0000)]
Incorporated Durk's changes.

26 years agoTo version 0.29
curt [Mon, 2 Feb 1998 20:52:20 +0000 (20:52 +0000)]
To version 0.29

26 years agoMinor tweaks.
curt [Sun, 1 Feb 1998 03:39:53 +0000 (03:39 +0000)]
Minor tweaks.

26 years agoTweaks to compile with g++.
curt [Sun, 1 Feb 1998 03:34:59 +0000 (03:34 +0000)]
Tweaks to compile with g++.

26 years agotweaks.
curt [Sun, 1 Feb 1998 03:34:48 +0000 (03:34 +0000)]
tweaks.

26 years agoAdded MetroWorks patches from Carmen Volpe.
curt [Sat, 31 Jan 1998 00:42:57 +0000 (00:42 +0000)]
Added MetroWorks patches from Carmen Volpe.

26 years agoFirst pass at tile cache, dynamic tile loading and tile unloading now works.
curt [Thu, 29 Jan 1998 00:51:38 +0000 (00:51 +0000)]
First pass at tile cache, dynamic tile loading and tile unloading now works.

26 years agoAdded a view record field for absolute x, y, z position.
curt [Thu, 29 Jan 1998 00:50:28 +0000 (00:50 +0000)]
Added a view record field for absolute x, y, z position.

26 years agoMinor tweaks.
curt [Tue, 27 Jan 1998 18:35:53 +0000 (18:35 +0000)]
Minor tweaks.

26 years agoPlaying with new fgPrintf command.
curt [Tue, 27 Jan 1998 03:26:41 +0000 (03:26 +0000)]
Playing with new fgPrintf command.

26 years agoInitial revision.
curt [Tue, 27 Jan 1998 02:54:43 +0000 (02:54 +0000)]
Initial revision.

26 years agoIncorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
curt [Tue, 27 Jan 1998 00:47:41 +0000 (00:47 +0000)]
Incorporated Paul Bleisch's <bleisch@chromatic.com> new debug message
system and commandline/config file processing code.

26 years agoTweaks for dynamic scenery development.
curt [Mon, 26 Jan 1998 15:57:05 +0000 (15:57 +0000)]
Tweaks for dynamic scenery development.

26 years agoProgressing on building dynamic scenery system.
curt [Mon, 26 Jan 1998 15:55:24 +0000 (15:55 +0000)]
Progressing on building dynamic scenery system.

26 years agoAdded a "skirt" to try to help hide gaps between scenery and sky. This will
curt [Mon, 26 Jan 1998 15:54:28 +0000 (15:54 +0000)]
Added a "skirt" to try to help hide gaps between scenery and sky.  This will
have to be revisited in the future.

26 years agoInitial revision. Taken from Mark Kilgard's GLUT examples.
curt [Sat, 24 Jan 1998 13:03:21 +0000 (13:03 +0000)]
Initial revision.  Taken from Mark Kilgard's GLUT examples.

26 years agomisc. tweaks.
curt [Sat, 24 Jan 1998 00:04:55 +0000 (00:04 +0000)]
misc. tweaks.

26 years agoInitial revision.
curt [Sat, 24 Jan 1998 00:03:27 +0000 (00:03 +0000)]
Initial revision.

26 years agotileutils.* renamed to bucketutils.*
curt [Fri, 23 Jan 1998 20:06:50 +0000 (20:06 +0000)]
tileutils.* renamed to bucketutils.*

26 years agoTweaked extention stuff.
curt [Thu, 22 Jan 1998 22:04:00 +0000 (22:04 +0000)]
Tweaked extention stuff.

26 years agoRemoved #include <sys/stat.h>
curt [Thu, 22 Jan 1998 22:03:47 +0000 (22:03 +0000)]
Removed #include <sys/stat.h>

26 years agoTweaks.
curt [Thu, 22 Jan 1998 22:03:22 +0000 (22:03 +0000)]
Tweaks.

26 years agoChanged #ifdef FILE_H to #ifdef _FILE_H
curt [Thu, 22 Jan 1998 02:59:23 +0000 (02:59 +0000)]
Changed #ifdef FILE_H to #ifdef _FILE_H

26 years agoMisc. tweaks
curt [Thu, 22 Jan 1998 02:58:52 +0000 (02:58 +0000)]
Misc. tweaks

26 years agoMisc. tweaks.
curt [Wed, 21 Jan 1998 21:11:33 +0000 (21:11 +0000)]
Misc. tweaks.

26 years agoInitial revision.
curt [Wed, 21 Jan 1998 02:57:18 +0000 (02:57 +0000)]
Initial revision.

26 years agoInitial revision.
curt [Mon, 19 Jan 1998 19:44:53 +0000 (19:44 +0000)]
Initial revision.

26 years agoMore misc. tweaks for rpk make merge.
curt [Mon, 19 Jan 1998 19:42:58 +0000 (19:42 +0000)]
More misc. tweaks for rpk make merge.

26 years agoRemoved ... not used.
curt [Mon, 19 Jan 1998 19:41:22 +0000 (19:41 +0000)]
Removed ... not used.

26 years agoMerged in make system changes from Bob Kuehne <rpk@sgi.com>
curt [Mon, 19 Jan 1998 19:26:51 +0000 (19:26 +0000)]
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
This should simplify things tremendously.

26 years agoAdditional function prototypes to clean up code.
curt [Mon, 19 Jan 1998 19:16:05 +0000 (19:16 +0000)]
Additional function prototypes to clean up code.

26 years agoTons of little changes to clean up the code and to remove fatal errors
curt [Mon, 19 Jan 1998 18:40:15 +0000 (18:40 +0000)]
Tons of little changes to clean up the code and to remove fatal errors
when building with the c++ compiler.

26 years agoMinor tweaks and fixes for cygwin32.
curt [Mon, 19 Jan 1998 18:35:40 +0000 (18:35 +0000)]
Minor tweaks and fixes for cygwin32.

26 years agoInitial revision. (I think.)
curt [Sat, 17 Jan 1998 13:27:15 +0000 (13:27 +0000)]
Initial revision. (I think.)

26 years agoMakde offset_bucket visible to outside.
curt [Wed, 14 Jan 1998 02:19:04 +0000 (02:19 +0000)]
Makde offset_bucket visible to outside.

26 years agoInitial changes to support loading and management of scenery tiles. Note,
curt [Tue, 13 Jan 1998 00:23:08 +0000 (00:23 +0000)]
Initial changes to support loading and management of scenery tiles.  Note,
there's still a fair amount of work left to be done.

26 years agoMisc api changes and tweaks.
curt [Sat, 10 Jan 1998 00:01:47 +0000 (00:01 +0000)]
Misc api changes and tweaks.

26 years agomake depend ...
curt [Thu, 8 Jan 1998 02:22:38 +0000 (02:22 +0000)]
make depend ...

26 years agoContinue working on basic features.
curt [Thu, 8 Jan 1998 02:22:26 +0000 (02:22 +0000)]
Continue working on basic features.

26 years agoBeginning to integrate Tile management subsystem.
curt [Thu, 8 Jan 1998 02:22:01 +0000 (02:22 +0000)]
Beginning to integrate Tile management subsystem.

26 years agoVersion 0.23
curt [Thu, 8 Jan 1998 02:21:46 +0000 (02:21 +0000)]
Version 0.23

26 years ago"area" renamed to "tile"
curt [Wed, 7 Jan 1998 23:50:01 +0000 (23:50 +0000)]
"area" renamed to "tile"

26 years agoInitial revision.
curt [Wed, 7 Jan 1998 23:23:40 +0000 (23:23 +0000)]
Initial revision.

26 years agoMiscellaneous tweaks.
curt [Wed, 7 Jan 1998 03:31:25 +0000 (03:31 +0000)]
Miscellaneous tweaks.

26 years agoGiven an arbitrary lat/lon, we can now:
curt [Wed, 7 Jan 1998 03:29:29 +0000 (03:29 +0000)]
Given an arbitrary lat/lon, we can now:
  generate a unique index for the chunk containing the lat/lon
  generate a path name to the chunk file
  build a list of the indexes of all the nearby areas.

26 years agoMoved astro stuff to .../Src/Astro/
curt [Wed, 7 Jan 1998 03:22:28 +0000 (03:22 +0000)]
Moved astro stuff to .../Src/Astro/