]>
git.mxchange.org Git - flightgear.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.
curt [Mon, 27 Apr 1998 15:59:24 +0000 (15:59 +0000)]
Fixed an off by one error.
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.
curt [Mon, 27 Apr 1998 03:32:03 +0000 (03:32 +0000)]
Wrapped rint()'s in #ifdef HAVE_RINT
curt [Sun, 26 Apr 1998 13:37:11 +0000 (13:37 +0000)]
Removed DemInfo for now.
curt [Sun, 26 Apr 1998 13:29:12 +0000 (13:29 +0000)]
Removed DemInfo for now.
curt [Sun, 26 Apr 1998 05:02:12 +0000 (05:02 +0000)]
Tweaks
curt [Sun, 26 Apr 1998 05:02:06 +0000 (05:02 +0000)]
Added #ifdef HAVE_STDLIB_H
curt [Sun, 26 Apr 1998 05:01:28 +0000 (05:01 +0000)]
Tweaks.
curt [Sat, 25 Apr 1998 22:06:35 +0000 (22:06 +0000)]
Edited cvs log messages in source files ... bad bad bad!
curt [Sat, 25 Apr 1998 15:12:08 +0000 (15:12 +0000)]
Misc. tweaks.
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.
curt [Fri, 24 Apr 1998 00:43:59 +0000 (00:43 +0000)]
Added zlib support.
curt [Wed, 22 Apr 1998 13:14:46 +0000 (13:14 +0000)]
Fixed a bug in zlib usage.
curt [Tue, 21 Apr 1998 17:03:41 +0000 (17:03 +0000)]
Prepairing for C++ integration.
curt [Sat, 18 Apr 1998 04:02:48 +0000 (04:02 +0000)]
Added zlib support in placed and other misc. tweaks.
curt [Sat, 18 Apr 1998 04:01:01 +0000 (04:01 +0000)]
Now use libMath rather than having local copies of math routines.
curt [Sat, 18 Apr 1998 03:59:44 +0000 (03:59 +0000)]
Incorporated into gnu automake/autoconf system.
curt [Sat, 18 Apr 1998 03:58:32 +0000 (03:58 +0000)]
Added DemRaw2ascii/ to process 30 arcsec Ascii DEM file formats.
curt [Sat, 18 Apr 1998 03:57:53 +0000 (03:57 +0000)]
Added zlib library support.
curt [Sat, 18 Apr 1998 03:53:05 +0000 (03:53 +0000)]
Added zlib support.
curt [Tue, 14 Apr 1998 02:43:57 +0000 (02:43 +0000)]
Code reorganizations. Added a Lib/ directory for more general libraries.
curt [Tue, 14 Apr 1998 02:43:27 +0000 (02:43 +0000)]
Used "new" to auto-allocate large DEM parsing arrays in class constructor.
curt [Tue, 14 Apr 1998 02:25:54 +0000 (02:25 +0000)]
Code reorganizations. Added a Lib/ directory for more general libraries.
curt [Thu, 9 Apr 1998 01:58:04 +0000 (01:58 +0000)]
Initial revision.
curt [Wed, 8 Apr 1998 23:19:34 +0000 (23:19 +0000)]
Adopted Gnu automake/autoconf system.
curt [Wed, 8 Apr 1998 23:05:54 +0000 (23:05 +0000)]
Adopted Gnu automake/autoconf system.
curt [Wed, 8 Apr 1998 22:54:56 +0000 (22:54 +0000)]
Adopted Gnu automake/autoconf system.
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.
curt [Mon, 23 Mar 1998 20:35:41 +0000 (20:35 +0000)]
Updated to use FG_EPSILON
curt [Thu, 19 Mar 1998 02:54:46 +0000 (02:54 +0000)]
Reorganized into a class lib called fgDEM.
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.
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
curt [Thu, 19 Mar 1998 02:50:19 +0000 (02:50 +0000)]
Updated to support -lDEM class.
curt [Thu, 19 Mar 1998 01:48:34 +0000 (01:48 +0000)]
Added gpc-2.01 (generic polygon clipping library)
curt [Tue, 3 Mar 1998 21:54:43 +0000 (21:54 +0000)]
Changes to process 30 arcsec binary DEM files.
curt [Tue, 3 Mar 1998 16:00:52 +0000 (16:00 +0000)]
More c++ compile tweaks.
curt [Tue, 3 Mar 1998 15:36:11 +0000 (15:36 +0000)]
Tweaks for compiling with g++
curt [Tue, 3 Mar 1998 13:10:28 +0000 (13:10 +0000)]
Close to a working version.
curt [Tue, 3 Mar 1998 03:38:39 +0000 (03:38 +0000)]
Removed ...
curt [Tue, 3 Mar 1998 03:36:57 +0000 (03:36 +0000)]
Cumulative tweaks.
curt [Tue, 3 Mar 1998 02:04:01 +0000 (02:04 +0000)]
Starting DEM Ascii format output routine.
curt [Tue, 3 Mar 1998 01:21:17 +0000 (01:21 +0000)]
Added DemRaw2Ascii
curt [Mon, 2 Mar 1998 23:31:00 +0000 (23:31 +0000)]
Initial revision.
curt [Sun, 1 Feb 1998 03:42:26 +0000 (03:42 +0000)]
Modifications to handle compressed dem files.
curt [Sat, 31 Jan 1998 00:41:19 +0000 (00:41 +0000)]
Made a few changes converting floats to doubles.
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/
curt [Wed, 21 Jan 1998 18:35:10 +0000 (18:35 +0000)]
Renamed TODO to Todo
curt [Wed, 21 Jan 1998 17:59:05 +0000 (17:59 +0000)]
Uncomment lines to remove several intermediate files.
curt [Wed, 21 Jan 1998 02:55:42 +0000 (02:55 +0000)]
Incorporated new make system from Bob Kuehne <rpk@sgi.com>.
curt [Mon, 19 Jan 1998 19:51:06 +0000 (19:51 +0000)]
A couple final pre-release tweaks.
curt [Sat, 17 Jan 1998 01:25:39 +0000 (01:25 +0000)]
Added support for shared normals.
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.
curt [Thu, 15 Jan 1998 02:50:08 +0000 (02:50 +0000)]
Tweaked to add next stage.
curt [Thu, 15 Jan 1998 02:49:25 +0000 (02:49 +0000)]
Misc. housekeeping.
curt [Thu, 15 Jan 1998 02:45:25 +0000 (02:45 +0000)]
Initial revision.
curt [Wed, 14 Jan 1998 15:55:34 +0000 (15:55 +0000)]
Finished splittris, started assemtris.
curt [Wed, 14 Jan 1998 15:54:42 +0000 (15:54 +0000)]
Initial revision completed.
curt [Wed, 14 Jan 1998 02:15:51 +0000 (02:15 +0000)]
Updated front end script to keep plugging away on tile fitting.
curt [Wed, 14 Jan 1998 02:11:30 +0000 (02:11 +0000)]
Initial revision.
curt [Mon, 12 Jan 1998 20:42:07 +0000 (20:42 +0000)]
Working on fitting tiles together in a seamless manner.
curt [Mon, 12 Jan 1998 02:42:00 +0000 (02:42 +0000)]
Average up to five triangles per vertex instead of three.
curt [Fri, 9 Jan 1998 23:06:46 +0000 (23:06 +0000)]
Initial revision.
curt [Fri, 9 Jan 1998 23:03:05 +0000 (23:03 +0000)]
Restructured to split 1deg x 1deg dem's into 64 subsections.
curt [Wed, 10 Dec 1997 01:18:25 +0000 (01:18 +0000)]
Initial revision.
curt [Mon, 8 Dec 1997 22:32:24 +0000 (22:32 +0000)]
Added -L/usr/X11R6/lib to link command.
curt [Mon, 8 Dec 1997 22:30:45 +0000 (22:30 +0000)]
Initial revision.
curt [Mon, 8 Dec 1997 19:28:54 +0000 (19:28 +0000)]
Initial revision.
curt [Mon, 8 Dec 1997 19:17:50 +0000 (19:17 +0000)]
Fixed a type in the normal generation code.
curt [Tue, 2 Dec 1997 13:13:32 +0000 (13:13 +0000)]
Fixed problem with averaged vertex normals.
curt [Tue, 2 Dec 1997 13:12:07 +0000 (13:12 +0000)]
Updated to fix every node.
curt [Thu, 27 Nov 1997 00:18:26 +0000 (00:18 +0000)]
Added FixNode
curt [Thu, 27 Nov 1997 00:17:32 +0000 (00:17 +0000)]
Initial revision.
curt [Sat, 15 Nov 1997 18:05:05 +0000 (18:05 +0000)]
minor tweaks ...
curt [Fri, 14 Nov 1997 00:31:06 +0000 (00:31 +0000)]
Abandon Tri2terrain ... replace with Tri2obj so we can use an existing
tri-stripper.
curt [Fri, 14 Nov 1997 00:29:13 +0000 (00:29 +0000)]
Transform scenery coordinates at this point in pipeline when scenery is
being translated to .obj format, not when it is being loaded into the end
renderer. Precalculate normals for each node as average of the normals
of each containing polygon so Garoude shading is now supportable.
curt [Wed, 29 Oct 1997 23:05:14 +0000 (23:05 +0000)]
Initial revision.
curt [Mon, 20 Oct 1997 21:35:12 +0000 (21:35 +0000)]
Initial revision.
curt [Mon, 20 Oct 1997 19:52:18 +0000 (19:52 +0000)]
Initial revision.