]>
git.mxchange.org Git - flightgear.git/log
curt [Wed, 22 Jul 1998 21:46:40 +0000 (21:46 +0000)]
Fixed a bug that was triggering a seg fault.
curt [Wed, 22 Jul 1998 21:46:09 +0000 (21:46 +0000)]
minor tweaks.
curt [Tue, 21 Jul 1998 04:34:20 +0000 (04:34 +0000)]
Mods to handle extra nodes (i.e. preserve cutouts).
curt [Tue, 21 Jul 1998 04:33:47 +0000 (04:33 +0000)]
More tweaks for sub-area cutouts.
curt [Mon, 20 Jul 1998 12:55:35 +0000 (12:55 +0000)]
Several tweaks to start incorporating area cutouts into the pipeline.
curt [Mon, 20 Jul 1998 12:54:53 +0000 (12:54 +0000)]
Whoops, need to commit Makefile.am, not Makefile.
curt [Mon, 20 Jul 1998 12:54:05 +0000 (12:54 +0000)]
Initial revision.
curt [Mon, 20 Jul 1998 12:46:11 +0000 (12:46 +0000)]
When outputing to a .node file, first check for an optional
"index.node.ex" file in case there is a .poly file to go along with this
node file. Include these nodes first since they are referenced by position
from the .poly file. This is my first pass at adding an area "cutout"
feature to the terrain generation pipeline.
curt [Mon, 13 Jul 1998 20:58:02 +0000 (20:58 +0000)]
.
curt [Mon, 13 Jul 1998 15:29:49 +0000 (15:29 +0000)]
Added #ifdef HAVE_CONFIG_H
curt [Wed, 8 Jul 1998 14:59:13 +0000 (14:59 +0000)]
*.[ch] renamed to *.[ch]xx
curt [Wed, 8 Jul 1998 14:54:52 +0000 (14:54 +0000)]
renamed *.[ch] to *.[ch]xx
curt [Wed, 8 Jul 1998 14:49:13 +0000 (14:49 +0000)]
tweaks.
curt [Sat, 4 Jul 1998 00:55:39 +0000 (00:55 +0000)]
typedef'd struct fgBUCKET.
curt [Sat, 4 Jul 1998 00:55:11 +0000 (00:55 +0000)]
Added initial start at an Area generator.
curt [Sat, 4 Jul 1998 00:47:18 +0000 (00:47 +0000)]
typedef'd struct fgBUCKET.
curt [Sat, 27 Jun 1998 16:55:24 +0000 (16:55 +0000)]
Changed include order for <sys/types.h>
curt [Mon, 8 Jun 1998 17:18:37 +0000 (17:18 +0000)]
Mods to test new Stripe fixes from Wilbur Streett.
curt [Mon, 8 Jun 1998 17:11:44 +0000 (17:11 +0000)]
Renamed *.[ch] to *.[ch]xx
curt [Fri, 5 Jun 1998 18:20:23 +0000 (18:20 +0000)]
Added DemInfo to dump out "A" record DEM info.
Modified process-dem.pl to work in a temp directory and compress/copy the
result to the final destination.
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.
curt [Thu, 4 Jun 1998 19:18:04 +0000 (19:18 +0000)]
Initial revision.
curt [Tue, 2 Jun 1998 21:59:51 +0000 (21:59 +0000)]
initial checkin of notify
curt [Tue, 2 Jun 1998 21:59:51 +0000 (21:59 +0000)]
initial checkin of modules
curt [Tue, 2 Jun 1998 21:59:51 +0000 (21:59 +0000)]
initial checkin of cvswrappers
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of taginfo
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of rcsinfo
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of loginfo
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of editinfo
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of commitinfo
curt [Tue, 2 Jun 1998 21:59:50 +0000 (21:59 +0000)]
initial checkin of checkoutlist
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.
curt [Wed, 27 May 1998 02:27:22 +0000 (02:27 +0000)]
Commented out a couple of debugging messages.
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.
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.
curt [Sat, 23 May 1998 15:19:49 +0000 (15:19 +0000)]
Output more digits after the decimal place.
curt [Sat, 23 May 1998 14:31:49 +0000 (14:31 +0000)]
Removed derived files "Makefile.in" from version control.
curt [Sat, 23 May 1998 14:18:25 +0000 (14:18 +0000)]
Derived file "Makefile.in" removed from version control.
curt [Wed, 20 May 1998 20:55:40 +0000 (20:55 +0000)]
Makefile tweaks
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.
curt [Sat, 16 May 1998 13:11:25 +0000 (13:11 +0000)]
Fixed an off by one error in node, normal, and face counters.
curt [Wed, 13 May 1998 18:30:14 +0000 (18:30 +0000)]
Updated ...
curt [Thu, 7 May 1998 23:16:05 +0000 (23:16 +0000)]
...
curt [Sat, 2 May 1998 01:54:24 +0000 (01:54 +0000)]
Converting to polar3d.h routines.
curt [Sat, 2 May 1998 01:49:21 +0000 (01:49 +0000)]
Fixed a bug where the wrong variable was being initialized.
curt [Tue, 28 Apr 1998 01:24:01 +0000 (01:24 +0000)]
Updates ...
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.