]> git.mxchange.org Git - flightgear.git/log
flightgear.git
26 years agoAbort out early when reading the "A" record if it doesn't look like
curt [Fri, 5 Jun 1998 18:14:39 +0000 (18:14 +0000)]
Abort out early when reading the "A" record if it doesn't look like
a proper DEM file.

26 years agoInitial revision.
curt [Thu, 4 Jun 1998 19:18:04 +0000 (19:18 +0000)]
Initial revision.

26 years agoinitial checkin of notify
curt [Tue, 2 Jun 1998 21:59:51 +0000 (21:59 +0000)]
initial checkin of notify

26 years agoinitial checkin of modules
curt [Tue, 2 Jun 1998 21:59:51 +0000 (21:59 +0000)]
initial checkin of modules

26 years agoinitial checkin of cvswrappers
curt [Tue, 2 Jun 1998 21:59:51 +0000 (21:59 +0000)]
initial checkin of cvswrappers

26 years agoinitial checkin of taginfo
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of taginfo

26 years agoinitial checkin of rcsinfo
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of rcsinfo

26 years agoinitial checkin of loginfo
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of loginfo

26 years agoinitial checkin of editinfo
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of editinfo

26 years agoinitial checkin of commitinfo
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of commitinfo

26 years agoinitial checkin of checkoutlist
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of checkoutlist

26 years agoAdded a slight border overlap to try to minimize pixel wide gaps between
curt [Mon, 1 Jun 1998 17:58:19 +0000 (17:58 +0000)]
Added a slight border overlap to try to minimize pixel wide gaps between
tiles due to round off error.  This is not a perfect solution, but helps.

26 years agoCommented out a couple of debugging messages.
curt [Wed, 27 May 1998 02:27:22 +0000 (02:27 +0000)]
Commented out a couple of debugging messages.

26 years agoAdded a flag to the first run of "triangle" to impose a maximum triangle
curt [Wed, 27 May 1998 02:25:26 +0000 (02:25 +0000)]
Added a flag to the first run of "triangle" to impose a maximum triangle
size.  This forces really flat areas to be subdivided a certain amount
anyways.  This makes for slightly more interesting scenery.

26 years agoFor each strip, specify a default material property and calculate a center
curt [Sun, 24 May 1998 02:47:47 +0000 (02:47 +0000)]
For each strip, specify a default material property and calculate a center
and bounding sphere.

26 years agoOutput more digits after the decimal place.
curt [Sat, 23 May 1998 15:19:49 +0000 (15:19 +0000)]
Output more digits after the decimal place.

26 years agoRemoved derived files "Makefile.in" from version control.
curt [Sat, 23 May 1998 14:31:49 +0000 (14:31 +0000)]
Removed derived files "Makefile.in" from version control.

26 years agoDerived file "Makefile.in" removed from version control.
curt [Sat, 23 May 1998 14:18:25 +0000 (14:18 +0000)]
Derived file "Makefile.in" removed from version control.

26 years agoMakefile tweaks
curt [Wed, 20 May 1998 20:55:40 +0000 (20:55 +0000)]
Makefile tweaks

26 years agoFixed arbitrary polygon winding problem here so all tristrips are passed
curt [Wed, 20 May 1998 20:55:18 +0000 (20:55 +0000)]
Fixed arbitrary polygon winding problem here so all tristrips are passed
to runtime simulator with a consistant counter clockwise winding.

26 years agoFixed an off by one error in node, normal, and face counters.
curt [Sat, 16 May 1998 13:11:25 +0000 (13:11 +0000)]
Fixed an off by one error in node, normal, and face counters.

26 years agoUpdated ...
curt [Wed, 13 May 1998 18:30:14 +0000 (18:30 +0000)]
Updated ...

26 years ago...
curt [Thu, 7 May 1998 23:16:05 +0000 (23:16 +0000)]
...

26 years agoConverting to polar3d.h routines.
curt [Sat, 2 May 1998 01:54:24 +0000 (01:54 +0000)]
Converting to polar3d.h routines.

26 years agoFixed a bug where the wrong variable was being initialized.
curt [Sat, 2 May 1998 01:49:21 +0000 (01:49 +0000)]
Fixed a bug where the wrong variable was being initialized.

26 years agoUpdates ...
curt [Tue, 28 Apr 1998 01:24:01 +0000 (01:24 +0000)]
Updates ...

26 years agoAdded a work around so that we can get past the "triangle" program
curt [Tue, 28 Apr 1998 01:23:25 +0000 (01:23 +0000)]
Added a work around so that we can get past the "triangle" program
hanging, by aborting and rerunning with that tile marked to use the "-i"
option.

26 years agoFixed an off by one error.
curt [Mon, 27 Apr 1998 15:59:24 +0000 (15:59 +0000)]
Fixed an off by one error.

26 years agoCode now calculates a center reference points and outputs everything
curt [Mon, 27 Apr 1998 03:33:11 +0000 (03:33 +0000)]
Code now calculates a center reference points and outputs everything
relative to that.  This is useful in the rendering engine to keep everything
close to (0, 0, 0) where we can avoid many GLfloat precision problems.

26 years agoWrapped rint()'s in #ifdef HAVE_RINT
curt [Mon, 27 Apr 1998 03:32:03 +0000 (03:32 +0000)]
Wrapped rint()'s in #ifdef HAVE_RINT

26 years agoRemoved DemInfo for now.
curt [Sun, 26 Apr 1998 13:37:11 +0000 (13:37 +0000)]
Removed DemInfo for now.

26 years agoRemoved DemInfo for now.
curt [Sun, 26 Apr 1998 13:29:12 +0000 (13:29 +0000)]
Removed DemInfo for now.

26 years agoTweaks
curt [Sun, 26 Apr 1998 05:02:12 +0000 (05:02 +0000)]
Tweaks

26 years agoAdded #ifdef HAVE_STDLIB_H
curt [Sun, 26 Apr 1998 05:02:06 +0000 (05:02 +0000)]
Added #ifdef HAVE_STDLIB_H

26 years agoTweaks.
curt [Sun, 26 Apr 1998 05:01:28 +0000 (05:01 +0000)]
Tweaks.

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

26 years agoMisc. tweaks.
curt [Sat, 25 Apr 1998 15:12:08 +0000 (15:12 +0000)]
Misc. tweaks.

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

26 years agoAdded zlib support.
curt [Fri, 24 Apr 1998 00:43:59 +0000 (00:43 +0000)]
Added zlib support.

26 years agoFixed a bug in zlib usage.
curt [Wed, 22 Apr 1998 13:14:46 +0000 (13:14 +0000)]
Fixed a bug in zlib usage.

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

26 years agoAdded zlib support in placed and other misc. tweaks.
curt [Sat, 18 Apr 1998 04:02:48 +0000 (04:02 +0000)]
Added zlib support in placed and other misc. tweaks.

26 years agoNow use libMath rather than having local copies of math routines.
curt [Sat, 18 Apr 1998 04:01:01 +0000 (04:01 +0000)]
Now use libMath rather than having local copies of math routines.

26 years agoIncorporated into gnu automake/autoconf system.
curt [Sat, 18 Apr 1998 03:59:44 +0000 (03:59 +0000)]
Incorporated into gnu automake/autoconf system.

26 years agoAdded DemRaw2ascii/ to process 30 arcsec Ascii DEM file formats.
curt [Sat, 18 Apr 1998 03:58:32 +0000 (03:58 +0000)]
Added DemRaw2ascii/ to process 30 arcsec Ascii DEM file formats.

26 years agoAdded zlib library support.
curt [Sat, 18 Apr 1998 03:57:53 +0000 (03:57 +0000)]
Added zlib library support.

26 years agoAdded zlib support.
curt [Sat, 18 Apr 1998 03:53:05 +0000 (03:53 +0000)]
Added zlib support.

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

26 years agoUsed "new" to auto-allocate large DEM parsing arrays in class constructor.
curt [Tue, 14 Apr 1998 02:43:27 +0000 (02:43 +0000)]
Used "new" to auto-allocate large DEM parsing arrays in class constructor.

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

26 years agoInitial revision.
curt [Thu, 9 Apr 1998 01:58:04 +0000 (01:58 +0000)]
Initial revision.

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

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

26 years agoAdopted Gnu automake/autoconf system.
curt [Wed, 8 Apr 1998 22:54:56 +0000 (22:54 +0000)]
Adopted Gnu automake/autoconf system.

26 years agoAdditional win32 support.
curt [Mon, 6 Apr 1998 21:09:37 +0000 (21:09 +0000)]
Additional win32 support.
Fixed a bad bug in dem file parsing that was causing the output to be
flipped about x = y.

26 years agoUpdated to use FG_EPSILON
curt [Mon, 23 Mar 1998 20:35:41 +0000 (20:35 +0000)]
Updated to use FG_EPSILON

26 years agoReorganized into a class lib called fgDEM.
curt [Thu, 19 Mar 1998 02:54:46 +0000 (02:54 +0000)]
Reorganized into a class lib called fgDEM.

26 years agoUpdated to reflect some minor tool reorganization and the creation of class
curt [Thu, 19 Mar 1998 02:52:51 +0000 (02:52 +0000)]
Updated to reflect some minor tool reorganization and the creation of class
to handle DEM processing needs.

26 years agoAdded special case handling to compensate for bugs in our beloved tri striper
curt [Thu, 19 Mar 1998 02:51:41 +0000 (02:51 +0000)]
Added special case handling to compensate for bugs in our beloved tri striper

26 years agoUpdated to support -lDEM class.
curt [Thu, 19 Mar 1998 02:50:19 +0000 (02:50 +0000)]
Updated to support -lDEM class.

26 years agoAdded gpc-2.01 (generic polygon clipping library)
curt [Thu, 19 Mar 1998 01:48:34 +0000 (01:48 +0000)]
Added gpc-2.01 (generic polygon clipping library)

26 years agoChanges to process 30 arcsec binary DEM files.
curt [Tue, 3 Mar 1998 21:54:43 +0000 (21:54 +0000)]
Changes to process 30 arcsec binary DEM files.

26 years agoMore c++ compile tweaks.
curt [Tue, 3 Mar 1998 16:00:52 +0000 (16:00 +0000)]
More c++ compile tweaks.

26 years agoTweaks for compiling with g++
curt [Tue, 3 Mar 1998 15:36:11 +0000 (15:36 +0000)]
Tweaks for compiling with g++

26 years agoClose to a working version.
curt [Tue, 3 Mar 1998 13:10:28 +0000 (13:10 +0000)]
Close to a working version.

26 years agoRemoved ...
curt [Tue, 3 Mar 1998 03:38:39 +0000 (03:38 +0000)]
Removed ...

26 years agoCumulative tweaks.
curt [Tue, 3 Mar 1998 03:36:57 +0000 (03:36 +0000)]
Cumulative tweaks.

26 years agoStarting DEM Ascii format output routine.
curt [Tue, 3 Mar 1998 02:04:01 +0000 (02:04 +0000)]
Starting DEM Ascii format output routine.

26 years agoAdded DemRaw2Ascii
curt [Tue, 3 Mar 1998 01:21:17 +0000 (01:21 +0000)]
Added DemRaw2Ascii

26 years agoInitial revision.
curt [Mon, 2 Mar 1998 23:31:00 +0000 (23:31 +0000)]
Initial revision.

26 years agoModifications to handle compressed dem files.
curt [Sun, 1 Feb 1998 03:42:26 +0000 (03:42 +0000)]
Modifications to handle compressed dem files.

26 years agoMade a few changes converting floats to doubles.
curt [Sat, 31 Jan 1998 00:41:19 +0000 (00:41 +0000)]
Made a few changes converting floats to doubles.

26 years agoLots of updates to get back in sync with changes made over in .../Src/
curt [Tue, 27 Jan 1998 18:36:53 +0000 (18:36 +0000)]
Lots of updates to get back in sync with changes made over in .../Src/

26 years agoRenamed TODO to Todo
curt [Wed, 21 Jan 1998 18:35:10 +0000 (18:35 +0000)]
Renamed TODO to Todo

26 years agoUncomment lines to remove several intermediate files.
curt [Wed, 21 Jan 1998 17:59:05 +0000 (17:59 +0000)]
Uncomment lines to remove several intermediate files.

26 years agoIncorporated new make system from Bob Kuehne <rpk@sgi.com>.
curt [Wed, 21 Jan 1998 02:55:42 +0000 (02:55 +0000)]
Incorporated new make system from Bob Kuehne <rpk@sgi.com>.

26 years agoA couple final pre-release tweaks.
curt [Mon, 19 Jan 1998 19:51:06 +0000 (19:51 +0000)]
A couple final pre-release tweaks.

26 years agoAdded support for shared normals.
curt [Sat, 17 Jan 1998 01:25:39 +0000 (01:25 +0000)]
Added support for shared normals.

26 years agoAssembling triangles and building a new .node file with the proper shared
curt [Thu, 15 Jan 1998 21:33:32 +0000 (21:33 +0000)]
Assembling triangles and building a new .node file with the proper shared
vertices now works.  Now we just have to use the shared normals and we'll
be all set.

26 years agoTweaked to add next stage.
curt [Thu, 15 Jan 1998 02:50:08 +0000 (02:50 +0000)]
Tweaked to add next stage.

26 years agoMisc. housekeeping.
curt [Thu, 15 Jan 1998 02:49:25 +0000 (02:49 +0000)]
Misc. housekeeping.

26 years agoInitial revision.
curt [Thu, 15 Jan 1998 02:45:25 +0000 (02:45 +0000)]
Initial revision.

26 years agoFinished splittris, started assemtris.
curt [Wed, 14 Jan 1998 15:55:34 +0000 (15:55 +0000)]
Finished splittris, started assemtris.

26 years agoInitial revision completed.
curt [Wed, 14 Jan 1998 15:54:42 +0000 (15:54 +0000)]
Initial revision completed.

26 years agoUpdated front end script to keep plugging away on tile fitting.
curt [Wed, 14 Jan 1998 02:15:51 +0000 (02:15 +0000)]
Updated front end script to keep plugging away on tile fitting.

26 years agoInitial revision.
curt [Wed, 14 Jan 1998 02:11:30 +0000 (02:11 +0000)]
Initial revision.

26 years agoWorking on fitting tiles together in a seamless manner.
curt [Mon, 12 Jan 1998 20:42:07 +0000 (20:42 +0000)]
Working on fitting tiles together in a seamless manner.

26 years agoAverage up to five triangles per vertex instead of three.
curt [Mon, 12 Jan 1998 02:42:00 +0000 (02:42 +0000)]
Average up to five triangles per vertex instead of three.

26 years agoInitial revision.
curt [Fri, 9 Jan 1998 23:06:46 +0000 (23:06 +0000)]
Initial revision.

26 years agoRestructured to split 1deg x 1deg dem's into 64 subsections.
curt [Fri, 9 Jan 1998 23:03:05 +0000 (23:03 +0000)]
Restructured to split 1deg x 1deg dem's into 64 subsections.

26 years agoInitial revision.
curt [Wed, 10 Dec 1997 01:18:25 +0000 (01:18 +0000)]
Initial revision.

26 years agoAdded -L/usr/X11R6/lib to link command.
curt [Mon, 8 Dec 1997 22:32:24 +0000 (22:32 +0000)]
Added -L/usr/X11R6/lib to link command.

26 years agoInitial revision.
curt [Mon, 8 Dec 1997 22:30:45 +0000 (22:30 +0000)]
Initial revision.

26 years agoInitial revision.
curt [Mon, 8 Dec 1997 19:28:54 +0000 (19:28 +0000)]
Initial revision.

26 years agoFixed a type in the normal generation code.
curt [Mon, 8 Dec 1997 19:17:50 +0000 (19:17 +0000)]
Fixed a type in the normal generation code.

26 years agoFixed problem with averaged vertex normals.
curt [Tue, 2 Dec 1997 13:13:32 +0000 (13:13 +0000)]
Fixed problem with averaged vertex normals.

26 years agoUpdated to fix every node.
curt [Tue, 2 Dec 1997 13:12:07 +0000 (13:12 +0000)]
Updated to fix every node.

26 years agoAdded FixNode
curt [Thu, 27 Nov 1997 00:18:26 +0000 (00:18 +0000)]
Added FixNode

26 years agoInitial revision.
curt [Thu, 27 Nov 1997 00:17:32 +0000 (00:17 +0000)]
Initial revision.

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