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

26 years agoAdded views.[ch]
curt [Wed, 27 Aug 1997 21:31:27 +0000 (21:31 +0000)]
Added views.[ch]

26 years agoInitial revision.
curt [Wed, 27 Aug 1997 21:31:17 +0000 (21:31 +0000)]
Initial revision.

26 years agoInitial revisio.
curt [Wed, 27 Aug 1997 03:34:48 +0000 (03:34 +0000)]
Initial revisio.

26 years agoChanged naming scheme of basic shared structures.
curt [Wed, 27 Aug 1997 03:29:38 +0000 (03:29 +0000)]
Changed naming scheme of basic shared structures.

26 years agoMerged in initial HUD and Joystick code.
curt [Mon, 25 Aug 1997 20:27:21 +0000 (20:27 +0000)]
Merged in initial HUD and Joystick code.

26 years agoInitial revision.
curt [Sat, 23 Aug 1997 11:37:12 +0000 (11:37 +0000)]
Initial revision.

26 years agoInitial revision.
curt [Sat, 23 Aug 1997 01:46:20 +0000 (01:46 +0000)]
Initial revision.

26 years agoDoing a bit of reorganizing and house cleaning.
curt [Fri, 22 Aug 1997 21:34:32 +0000 (21:34 +0000)]
Doing a bit of reorganizing and house cleaning.

26 years agoWorked on better simulating real lighting.
curt [Tue, 19 Aug 1997 23:55:03 +0000 (23:55 +0000)]
Worked on better simulating real lighting.

26 years agoWorking on improving the lighting/shading.
curt [Sat, 16 Aug 1997 12:22:38 +0000 (12:22 +0000)]
Working on improving the lighting/shading.

26 years agoTweaks for new version.
curt [Sat, 16 Aug 1997 12:22:17 +0000 (12:22 +0000)]
Tweaks for new version.

26 years agoInitial revision.
curt [Wed, 13 Aug 1997 21:55:59 +0000 (21:55 +0000)]
Initial revision.

26 years agoChanges due to changing sunpos interface.
curt [Wed, 13 Aug 1997 20:24:56 +0000 (20:24 +0000)]
Changes due to changing sunpos interface.

26 years agoChanged default detail level.
curt [Wed, 13 Aug 1997 20:24:22 +0000 (20:24 +0000)]
Changed default detail level.

26 years agoThe interface to sunpos now updates a global structure rather than returning
curt [Wed, 13 Aug 1997 20:23:49 +0000 (20:23 +0000)]
The interface to sunpos now updates a global structure rather than returning
current sun position.

26 years agoRenamed OpenGL/ to GLUT/
curt [Wed, 13 Aug 1997 20:22:55 +0000 (20:22 +0000)]
Renamed OpenGL/ to GLUT/

26 years agoSun position now *really* works (I think) ... I still have sun time warping
curt [Wed, 6 Aug 1997 21:08:32 +0000 (21:08 +0000)]
Sun position now *really* works (I think) ... I still have sun time warping
code in place, probably should remove it soon.

26 years agoWorking on correct sun position.
curt [Wed, 6 Aug 1997 15:41:26 +0000 (15:41 +0000)]
Working on correct sun position.

26 years agoWorking on correct real time sun lighting.
curt [Wed, 6 Aug 1997 00:24:22 +0000 (00:24 +0000)]
Working on correct real time sun lighting.

26 years agoOrganizational tweaking.
curt [Mon, 4 Aug 1997 20:25:15 +0000 (20:25 +0000)]
Organizational tweaking.

26 years agoTesting cvs on IRIX 6.x
curt [Mon, 4 Aug 1997 17:08:11 +0000 (17:08 +0000)]
Testing cvs on IRIX 6.x

26 years agoIncorporated mesh2GL.c into Scenery/mesh.c
curt [Sat, 2 Aug 1997 19:11:47 +0000 (19:11 +0000)]
Incorporated mesh2GL.c into Scenery/mesh.c

26 years agoIncorporated mesh2GL.c into mesh.c
curt [Sat, 2 Aug 1997 19:10:12 +0000 (19:10 +0000)]
Incorporated mesh2GL.c into mesh.c

26 years agoRenamed GLmain.c GLUTmain.c
curt [Sat, 2 Aug 1997 18:45:00 +0000 (18:45 +0000)]
Renamed GLmain.c GLUTmain.c

26 years agoOld stuff ... removed.
curt [Sat, 2 Aug 1997 18:41:14 +0000 (18:41 +0000)]
Old stuff ... removed.

26 years agoMisc. tweaks.
curt [Sat, 2 Aug 1997 16:23:47 +0000 (16:23 +0000)]
Misc. tweaks.

26 years agoMaking progress with coordinate system overhaul.
curt [Fri, 1 Aug 1997 19:43:33 +0000 (19:43 +0000)]
Making progress with coordinate system overhaul.

26 years agoAdded sunpos.c
curt [Fri, 1 Aug 1997 15:28:44 +0000 (15:28 +0000)]
Added sunpos.c

26 years agoInitial revision.
curt [Fri, 1 Aug 1997 15:27:56 +0000 (15:27 +0000)]
Initial revision.

26 years agoInitial revision.
curt [Thu, 31 Jul 1997 23:19:33 +0000 (23:19 +0000)]
Initial revision.

26 years agoWorking on redoing internal coordinate systems & scenery transformations.
curt [Thu, 31 Jul 1997 22:52:21 +0000 (22:52 +0000)]
Working on redoing internal coordinate systems & scenery transformations.

26 years agoMoved fg_random routines from Util/ to Math/
curt [Wed, 30 Jul 1997 16:12:38 +0000 (16:12 +0000)]
Moved fg_random routines from Util/ to Math/

26 years agoPut comments around the text after an #endif for increased portability.
curt [Wed, 23 Jul 1997 21:52:10 +0000 (21:52 +0000)]
Put comments around the text after an #endif for increased portability.

26 years agoRemoved unused parser symbol.
curt [Mon, 21 Jul 1997 21:21:01 +0000 (21:21 +0000)]
Removed unused parser symbol.

26 years agoTwiddled with random object placement.
curt [Mon, 21 Jul 1997 21:20:48 +0000 (21:20 +0000)]
Twiddled with random object placement.

26 years agoTweaked the wording a bit.
curt [Mon, 21 Jul 1997 21:20:16 +0000 (21:20 +0000)]
Tweaked the wording a bit.

26 years agoInitial revision.
curt [Mon, 21 Jul 1997 15:38:02 +0000 (15:38 +0000)]
Initial revision.

26 years agoMinor tweaks.
curt [Mon, 21 Jul 1997 14:45:01 +0000 (14:45 +0000)]
Minor tweaks.

26 years agoFirst stab at a system to generate os2 makefiles automatically.
curt [Sun, 20 Jul 1997 02:19:09 +0000 (02:19 +0000)]
First stab at a system to generate os2 makefiles automatically.

26 years agoInitial revision.
curt [Sun, 20 Jul 1997 02:18:32 +0000 (02:18 +0000)]
Initial revision.

26 years agoAdded an initial weather section.
curt [Sat, 19 Jul 1997 23:04:46 +0000 (23:04 +0000)]
Added an initial weather section.

26 years agoInitial revision.
curt [Sat, 19 Jul 1997 23:03:57 +0000 (23:03 +0000)]
Initial revision.

26 years agotweaks
curt [Sat, 19 Jul 1997 22:41:34 +0000 (22:41 +0000)]
tweaks

26 years agoremoved ...
curt [Sat, 19 Jul 1997 22:39:48 +0000 (22:39 +0000)]
removed ...

26 years agoMoved PI to ../constants.h
curt [Sat, 19 Jul 1997 22:39:08 +0000 (22:39 +0000)]
Moved PI to ../constants.h

26 years agoAdded various PI definitions.
curt [Sat, 19 Jul 1997 22:37:03 +0000 (22:37 +0000)]
Added various PI definitions.

26 years agoAdded Utils/ subdirectory
curt [Sat, 19 Jul 1997 22:36:28 +0000 (22:36 +0000)]
Added Utils/ subdirectory

26 years agoMoved fiddled with PI to avoid compiler warnings.
curt [Sat, 19 Jul 1997 22:35:06 +0000 (22:35 +0000)]
Moved fiddled with PI to avoid compiler warnings.

26 years agoMoved PI definitions to ../constants.h
curt [Sat, 19 Jul 1997 22:34:02 +0000 (22:34 +0000)]
Moved PI definitions to ../constants.h
Moved random() stuff to ../Utils/ and renamed fg_random()

26 years agoTweaks for building with Cygnus Win32 compiler.
curt [Fri, 18 Jul 1997 23:41:20 +0000 (23:41 +0000)]
Tweaks for building with Cygnus Win32 compiler.

26 years agoHacked in some support for wind/turbulence.
curt [Fri, 18 Jul 1997 14:28:34 +0000 (14:28 +0000)]
Hacked in some support for wind/turbulence.

27 years agoMinor tweaks to aid Win32 port.
curt [Wed, 16 Jul 1997 20:04:42 +0000 (20:04 +0000)]
Minor tweaks to aid Win32 port.

27 years agoTesting/playing -- placed objects randomly across the entire terrain.
curt [Mon, 14 Jul 1997 16:26:03 +0000 (16:26 +0000)]
Testing/playing -- placed objects randomly across the entire terrain.

27 years agoAdded #include <Windows32/Base.h> to help Win32 compiling.
curt [Sat, 12 Jul 1997 04:01:14 +0000 (04:01 +0000)]
Added #include <Windows32/Base.h> to help Win32 compiling.