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

26 years agoMoved astronomical stuff from .../Src/Scenery to .../Src/Astro/
curt [Wed, 7 Jan 1998 03:18:55 +0000 (03:18 +0000)]
Moved astronomical stuff from .../Src/Scenery to .../Src/Astro/

26 years agoCreated the Astro/ subdirctory for stuff high in the sky ...
curt [Wed, 7 Jan 1998 03:18:14 +0000 (03:18 +0000)]
Created the Astro/ subdirctory for stuff high in the sky ...

26 years agoMoved from .../Src/Scenery/ to .../Src/Astro/
curt [Wed, 7 Jan 1998 03:16:15 +0000 (03:16 +0000)]
Moved from .../Src/Scenery/ to .../Src/Astro/

26 years agoMoved to ../Astro/
curt [Wed, 7 Jan 1998 03:06:12 +0000 (03:06 +0000)]
Moved to ../Astro/

26 years agoInitial revision.
curt [Wed, 7 Jan 1998 02:05:48 +0000 (02:05 +0000)]
Initial revision.

26 years agoInitial revision.
curt [Tue, 6 Jan 1998 16:25:18 +0000 (16:25 +0000)]
Initial revision.

26 years agoTweaks to help building with MSVC++
curt [Tue, 6 Jan 1998 01:20:16 +0000 (01:20 +0000)]
Tweaks to help building with MSVC++

26 years agoVersion 0.21 -> 0.22
curt [Tue, 6 Jan 1998 01:20:03 +0000 (01:20 +0000)]
Version 0.21 -> 0.22

26 years ago#ifdef'd out some unused code that was problematic for MSVC++ to compile.
curt [Mon, 5 Jan 1998 22:19:25 +0000 (22:19 +0000)]
#ifdef'd out some unused code that was problematic for MSVC++ to compile.

26 years agoAdd an option to advance/decrease time from keyboard.
curt [Mon, 5 Jan 1998 18:44:33 +0000 (18:44 +0000)]
Add an option to advance/decrease time from keyboard.

26 years agoTweaked fg_time.c to be able to use ftime() instead of gettimeofday()
curt [Wed, 31 Dec 1997 17:46:50 +0000 (17:46 +0000)]
Tweaked fg_time.c to be able to use ftime() instead of gettimeofday()

26 years agoCalculate lighting parameters here.
curt [Tue, 30 Dec 1997 23:10:19 +0000 (23:10 +0000)]
Calculate lighting parameters here.

26 years agoWorked on winding problem without luck, so back to calling glFrontFace()
curt [Tue, 30 Dec 1997 23:09:40 +0000 (23:09 +0000)]
Worked on winding problem without luck, so back to calling glFrontFace()
3 times for each scenery area.

26 years agoTweaking initialization sequences.
curt [Tue, 30 Dec 1997 23:09:04 +0000 (23:09 +0000)]
Tweaking initialization sequences.

26 years agoVersion 0.21
curt [Tue, 30 Dec 1997 23:08:50 +0000 (23:08 +0000)]
Version 0.21

26 years agoFurther integration of event manager.
curt [Tue, 30 Dec 1997 22:22:31 +0000 (22:22 +0000)]
Further integration of event manager.

26 years agoIntegrated new event manager with subsystem initializations.
curt [Tue, 30 Dec 1997 20:47:34 +0000 (20:47 +0000)]
Integrated new event manager with subsystem initializations.

26 years agoVersion 0.20
curt [Tue, 30 Dec 1997 20:47:08 +0000 (20:47 +0000)]
Version 0.20

26 years agoAdded log at end of file.
curt [Tue, 30 Dec 1997 16:41:00 +0000 (16:41 +0000)]
Added log at end of file.

26 years agoMerged in Durk's changes ...
curt [Tue, 30 Dec 1997 16:36:40 +0000 (16:36 +0000)]
Merged in Durk's changes ...

26 years agoA couple lighting tweaks ...
curt [Tue, 30 Dec 1997 13:06:56 +0000 (13:06 +0000)]
A couple lighting tweaks ...

26 years agoInitial revision.
curt [Tue, 30 Dec 1997 04:19:22 +0000 (04:19 +0000)]
Initial revision.

26 years agoSwitched back to per vertex normals and smooth shading for terrain.
curt [Tue, 30 Dec 1997 01:38:37 +0000 (01:38 +0000)]
Switched back to per vertex normals and smooth shading for terrain.

26 years agoTweaked the sky coloring a bit to build in structures to allow finer rgb
curt [Tue, 23 Dec 1997 04:58:38 +0000 (04:58 +0000)]
Tweaked the sky coloring a bit to build in structures to allow finer rgb
control.

26 years agoFirst stab at sunset/sunrise sky glow effects.
curt [Mon, 22 Dec 1997 23:45:45 +0000 (23:45 +0000)]
First stab at sunset/sunrise sky glow effects.

26 years agoAligned sky with sun so dusk/dawn effects can be correct relative to the sun.
curt [Mon, 22 Dec 1997 04:14:28 +0000 (04:14 +0000)]
Aligned sky with sun so dusk/dawn effects can be correct relative to the sun.

26 years agoLot's of tweaking with sky rendering and lighting.
curt [Fri, 19 Dec 1997 23:34:03 +0000 (23:34 +0000)]
Lot's of tweaking with sky rendering and lighting.

26 years agoWorking on scene rendering order and options.
curt [Fri, 19 Dec 1997 16:44:57 +0000 (16:44 +0000)]
Working on scene rendering order and options.

26 years agoFirst stab at sky dome actually starting to look reasonable. :-)
curt [Thu, 18 Dec 1997 23:32:28 +0000 (23:32 +0000)]
First stab at sky dome actually starting to look reasonable. :-)

26 years agoWorked on properly translating and positioning the sky dome.
curt [Thu, 18 Dec 1997 04:07:02 +0000 (04:07 +0000)]
Worked on properly translating and positioning the sky dome.

26 years agoInitial revision.
curt [Wed, 17 Dec 1997 23:14:30 +0000 (23:14 +0000)]
Initial revision.
Begin work on rendering the sky. (Rather than just using a clear screen.)

26 years agoBegan working on rendering the sky.
curt [Wed, 17 Dec 1997 23:13:45 +0000 (23:13 +0000)]
Began working on rendering the sky.

26 years agoBegan working on rendering a sky.
curt [Wed, 17 Dec 1997 23:13:34 +0000 (23:13 +0000)]
Began working on rendering a sky.

26 years agoChanges and tweaks to go to version 0.19 (Plus tweaks to Solaris support)
curt [Wed, 17 Dec 1997 23:13:17 +0000 (23:13 +0000)]
Changes and tweaks to go to version 0.19 (Plus tweaks to Solaris support)

26 years agoFixed so moon and sun display lists aren't recreate periodically.
curt [Wed, 17 Dec 1997 23:12:14 +0000 (23:12 +0000)]
Fixed so moon and sun display lists aren't recreate periodically.

26 years agoAdd xgl wrappers for debugging.
curt [Mon, 15 Dec 1997 23:54:25 +0000 (23:54 +0000)]
Add xgl wrappers for debugging.
Generate terrain normals on the fly.

26 years agoMoved to .../Src/Include/
curt [Mon, 15 Dec 1997 21:03:43 +0000 (21:03 +0000)]
Moved to .../Src/Include/

26 years agoMisc. tweaks.
curt [Mon, 15 Dec 1997 20:59:08 +0000 (20:59 +0000)]
Misc. tweaks.

26 years agoMore light/material property tweaking ... still a ways off.
curt [Fri, 12 Dec 1997 21:41:24 +0000 (21:41 +0000)]
More light/material property tweaking ... still a ways off.

26 years agoWorking on lightling and material properties.
curt [Fri, 12 Dec 1997 19:52:47 +0000 (19:52 +0000)]
Working on lightling and material properties.

26 years agoSolaris tweaks.
curt [Fri, 12 Dec 1997 19:52:32 +0000 (19:52 +0000)]
Solaris tweaks.

26 years agoFixed sun vector and lighting problems. I thing the moon is now lit
curt [Thu, 11 Dec 1997 04:43:53 +0000 (04:43 +0000)]
Fixed sun vector and lighting problems.  I thing the moon is now lit
correctly.

26 years agoPrepended "fg" on the name of all global structures that didn't have it yet.
curt [Wed, 10 Dec 1997 22:37:34 +0000 (22:37 +0000)]
Prepended "fg" on the name of all global structures that didn't have it yet.
i.e. "struct WEATHER {}" became "struct fgWEATHER {}"

26 years agoTweaks for verion 0.15 release.
curt [Wed, 10 Dec 1997 01:19:42 +0000 (01:19 +0000)]
Tweaks for verion 0.15 release.

26 years agoWorking on tweaking lighting.
curt [Tue, 9 Dec 1997 05:11:54 +0000 (05:11 +0000)]
Working on tweaking lighting.

26 years agoWorking on adding a global lighting params structure.
curt [Tue, 9 Dec 1997 04:25:25 +0000 (04:25 +0000)]
Working on adding a global lighting params structure.

26 years agoEnabled GL_CULL_FACE.
curt [Mon, 8 Dec 1997 22:54:09 +0000 (22:54 +0000)]
Enabled GL_CULL_FACE.

26 years agoEnhanced to handle ccw and cw tri-stripe winding. This is a temporary
curt [Mon, 8 Dec 1997 22:51:17 +0000 (22:51 +0000)]
Enhanced to handle ccw and cw tri-stripe winding.  This is a temporary
admission of defeat.  I will eventually go back and get all the stripes
wound the same way (ccw).

26 years agoChanged planets.dat Planets.dat
curt [Tue, 25 Nov 1997 23:20:44 +0000 (23:20 +0000)]
Changed planets.dat Planets.dat

26 years agoInitial revision.
curt [Tue, 25 Nov 1997 23:20:22 +0000 (23:20 +0000)]
Initial revision.

26 years agoChanges to integrate Durk's moon/sun code updates + clean up.
curt [Tue, 25 Nov 1997 19:25:27 +0000 (19:25 +0000)]
Changes to integrate Durk's moon/sun code updates + clean up.

26 years agominor tweaks.
curt [Sat, 15 Nov 1997 18:16:34 +0000 (18:16 +0000)]
minor tweaks.

26 years agoReverse direction of sun vector, so object normals can be more normal.
curt [Sat, 15 Nov 1997 18:15:39 +0000 (18:15 +0000)]
Reverse direction of sun vector, so object normals can be more normal.

26 years agoTransform scenery coordinates earlier in pipeline when scenery is being
curt [Fri, 14 Nov 1997 00:26:49 +0000 (00:26 +0000)]
Transform scenery coordinates earlier in pipeline when scenery is being
created, not when it is being loaded.  Precalculate normals for each node
as average of the normals of each containing polygon so Garoude shading is
now supportable.

26 years agoTweaking vertex orders.
curt [Fri, 31 Oct 1997 04:49:12 +0000 (04:49 +0000)]
Tweaking vertex orders.

26 years agoWorking on new scenery subsystem.
curt [Thu, 30 Oct 1997 12:38:35 +0000 (12:38 +0000)]
Working on new scenery subsystem.

26 years agoInitial revision.
curt [Tue, 28 Oct 1997 21:14:54 +0000 (21:14 +0000)]
Initial revision.

26 years agoOrganizational changes.
curt [Tue, 28 Oct 1997 21:11:22 +0000 (21:11 +0000)]
Organizational changes.

26 years agoChanged GLUT/ -> Main/
curt [Tue, 28 Oct 1997 21:07:21 +0000 (21:07 +0000)]
Changed GLUT/ -> Main/

26 years agoChanging to new terrain format.
curt [Tue, 28 Oct 1997 21:00:20 +0000 (21:00 +0000)]
Changing to new terrain format.

26 years agoRemoved to make way for a simpler file loading sceme.
curt [Tue, 28 Oct 1997 20:58:17 +0000 (20:58 +0000)]
Removed to make way for a simpler file loading sceme.

26 years agoRemoved to make way for the new adaptive/irregular terrain system.
curt [Tue, 28 Oct 1997 20:51:07 +0000 (20:51 +0000)]
Removed to make way for the new adaptive/irregular terrain system.

26 years agoOrganizational changes.
curt [Tue, 28 Oct 1997 19:35:40 +0000 (19:35 +0000)]
Organizational changes.

26 years agoInitial revision.
curt [Tue, 28 Oct 1997 18:47:27 +0000 (18:47 +0000)]
Initial revision.

26 years agoMisc. tweaks.
curt [Sat, 25 Oct 1997 03:30:02 +0000 (03:30 +0000)]
Misc. tweaks.

26 years agoIncorporated sun, moon, and star positioning code contributed by Durk Talsma.
curt [Sat, 25 Oct 1997 03:24:21 +0000 (03:24 +0000)]
Incorporated sun, moon, and star positioning code contributed by Durk Talsma.

26 years agoIncorporated sun, moon, and planet position and rendering code contributed
curt [Sat, 25 Oct 1997 03:18:26 +0000 (03:18 +0000)]
Incorporated sun, moon, and planet position and rendering code contributed
by Durk Talsma.

26 years agoInitial revision of code contributed by Durk Talsma.
curt [Sat, 25 Oct 1997 03:16:08 +0000 (03:16 +0000)]
Initial revision of code contributed by Durk Talsma.

26 years agoTweaks to get things to compile with gcc-win32.
curt [Tue, 23 Sep 1997 00:29:27 +0000 (00:29 +0000)]
Tweaks to get things to compile with gcc-win32.

26 years agoContinuing to try to align stars correctly.
curt [Mon, 22 Sep 1997 14:44:19 +0000 (14:44 +0000)]
Continuing to try to align stars correctly.

26 years agoStill trying to get those durned stars aligned properly.
curt [Sat, 20 Sep 1997 03:34:25 +0000 (03:34 +0000)]
Still trying to get those durned stars aligned properly.

26 years agoAt dusk/dawn add/remove stars in stages.
curt [Thu, 18 Sep 1997 16:20:08 +0000 (16:20 +0000)]
At dusk/dawn add/remove stars in stages.

26 years agoTweaked time of day lighting equations. Don't draw stars during the day.
curt [Tue, 16 Sep 1997 22:14:47 +0000 (22:14 +0000)]
Tweaked time of day lighting equations.  Don't draw stars during the day.

26 years agoWorking on star alignment and time issues.
curt [Tue, 16 Sep 1997 15:50:29 +0000 (15:50 +0000)]
Working on star alignment and time issues.

26 years agoMostly working on stars and generating sidereal time for accurate star
curt [Sat, 13 Sep 1997 01:59:45 +0000 (01:59 +0000)]
Mostly working on stars and generating sidereal time for accurate star
placement.

26 years agoMore tweaking with stars.
curt [Fri, 5 Sep 1997 14:17:26 +0000 (14:17 +0000)]
More tweaking with stars.

26 years agoWorking on getting stars right.
curt [Fri, 5 Sep 1997 01:35:53 +0000 (01:35 +0000)]
Working on getting stars right.

26 years agoShufflin' stuff.
curt [Thu, 4 Sep 1997 02:17:18 +0000 (02:17 +0000)]
Shufflin' stuff.

26 years agoInitial revision.
curt [Fri, 29 Aug 1997 18:03:19 +0000 (18:03 +0000)]
Initial revision.

26 years agoWorked on properly aligning the stars.
curt [Fri, 29 Aug 1997 17:55:27 +0000 (17:55 +0000)]
Worked on properly aligning the stars.

26 years agoRestructured view calculation code. Added stars.
curt [Wed, 27 Aug 1997 21:32:23 +0000 (21:32 +0000)]
Restructured view calculation code.  Added stars.