]>
git.mxchange.org Git - flightgear.git/log
curt [Wed, 31 Mar 1999 23:46:20 +0000 (23:46 +0000)]
Added scenery_version.hxx to source distribution.
curt [Wed, 31 Mar 1999 13:26:39 +0000 (13:26 +0000)]
Debugging output tweeaks.
curt [Wed, 31 Mar 1999 05:35:04 +0000 (05:35 +0000)]
Fixed bug in genfans (deleting the wrong triangles from the available pool.)
curt [Tue, 30 Mar 1999 23:51:14 +0000 (23:51 +0000)]
fiddling ...
curt [Tue, 30 Mar 1999 23:50:43 +0000 (23:50 +0000)]
Modifications to fanify by attribute.
curt [Tue, 30 Mar 1999 23:50:15 +0000 (23:50 +0000)]
Fannifier is clearly bugging ... working on debugging it. I suspect there
is a problem related to deleting triangles from the triangle pool as they
are combined into fans.
curt [Tue, 30 Mar 1999 23:49:22 +0000 (23:49 +0000)]
Added some debugging output.
curt [Tue, 30 Mar 1999 13:41:38 +0000 (13:41 +0000)]
Working towards better handling of multi-contoured polygons.
curt [Mon, 29 Mar 1999 13:19:44 +0000 (13:19 +0000)]
Initial revision.
curt [Mon, 29 Mar 1999 13:11:00 +0000 (13:11 +0000)]
Shuffled stl type names a bit.
Began adding support for tri-fanning (or maybe other arrangments too.)
curt [Mon, 29 Mar 1999 13:08:35 +0000 (13:08 +0000)]
Initial revision.
curt [Sat, 27 Mar 1999 14:06:42 +0000 (14:06 +0000)]
Tweaks to bounding sphere calculation routines.
Group like triangles together for output to be in a single display list,
even though they are individual, non-fanified, triangles.
curt [Sat, 27 Mar 1999 14:05:10 +0000 (14:05 +0000)]
More sensible handling of the case where no dem file for this tile exists
(or has been generated).
curt [Sat, 27 Mar 1999 05:33:02 +0000 (05:33 +0000)]
Increased precision in showme when clicking with the middle mouse button
to display coordinates.
Build showme.
Removed -DREDUCED from compile flags
curt [Sat, 27 Mar 1999 05:31:24 +0000 (05:31 +0000)]
Make 0 the default area type since this corresponds well with the conventions
used by the triangulator.
curt [Sat, 27 Mar 1999 05:30:12 +0000 (05:30 +0000)]
Handle corner nodes separately from the rest of the fitted nodes.
Add fitted nodes in after corners and polygon nodes since the fitted nodes
are less important. Subsequent nodes will "snap" to previous nodes if
they are "close enough."
Need to manually divide segments to prevent "T" intersetions which can
confound the triangulator. Hey, I got to use a recursive method!
Pass along correct triangle attributes to output file generator.
Do fine grained node snapping for corners and polygons, but course grain
node snapping for fitted terrain nodes.
curt [Sat, 27 Mar 1999 05:25:02 +0000 (05:25 +0000)]
Fit with a value of 200 rather than 100.
Handle corner nodes separately from the rest of the fitted nodes.
Write scenery file to correct location.
First hack at generating scenery for multiple tiles in one invocation.
curt [Sat, 27 Mar 1999 05:23:22 +0000 (05:23 +0000)]
Interpolate real z value of all nodes from dem data.
Write scenery file to correct location.
Pass along correct triangle attributes and write to output file.
curt [Sat, 27 Mar 1999 05:20:53 +0000 (05:20 +0000)]
Pass along default area explicitely to triangulator.
curt [Sat, 27 Mar 1999 05:20:13 +0000 (05:20 +0000)]
Handle corner nodes separately from the rest of the fitted nodes.
Fixed some "const" related warnings.
curt [Thu, 25 Mar 1999 19:13:35 +0000 (19:13 +0000)]
Initial revision.
curt [Thu, 25 Mar 1999 19:04:31 +0000 (19:04 +0000)]
Preparations for outputing scenery file to correct location.
Minor tweaks related to FGBucket usage.
curt [Thu, 25 Mar 1999 19:04:21 +0000 (19:04 +0000)]
Preparations for outputing scenery file to correct location.
curt [Thu, 25 Mar 1999 19:03:50 +0000 (19:03 +0000)]
Minor tweaks related to FGBucket usage.
curt [Tue, 23 Mar 1999 22:02:51 +0000 (22:02 +0000)]
Refinements in naming and organization.
curt [Tue, 23 Mar 1999 22:02:03 +0000 (22:02 +0000)]
Worked on creating data to output ... normals, bounding spheres, etc.
curt [Tue, 23 Mar 1999 17:44:49 +0000 (17:44 +0000)]
Beginning work on generating output scenery.
curt [Mon, 22 Mar 1999 23:58:57 +0000 (23:58 +0000)]
Initial revision.
curt [Mon, 22 Mar 1999 23:51:51 +0000 (23:51 +0000)]
Initial revision.
curt [Mon, 22 Mar 1999 23:49:29 +0000 (23:49 +0000)]
Moved AreaType get_shapefile_type(GDBFile *dbf, int rec) to where it
belongs in ShapeFile/
curt [Mon, 22 Mar 1999 23:49:01 +0000 (23:49 +0000)]
Modifications to facilitate conversion to output format.
curt [Mon, 22 Mar 1999 23:48:20 +0000 (23:48 +0000)]
Added GenOutput/
curt [Sun, 21 Mar 1999 15:48:00 +0000 (15:48 +0000)]
Removed Dem2node from the Tools fold.
Tweaked the triangulator options to add quality mesh refinement.
curt [Sun, 21 Mar 1999 14:09:04 +0000 (14:09 +0000)]
Changed the way I handle #define ANSI_DECLARATORS
curt [Sun, 21 Mar 1999 14:04:11 +0000 (14:04 +0000)]
Define -DANSI_DECLARATORS so that library get's built with ANSI function
prototyping.
curt [Sun, 21 Mar 1999 14:02:05 +0000 (14:02 +0000)]
Added a mechanism to dump out the triangle structures for viewing.
Fixed a couple bugs in first pass at triangulation.
- needed to explicitely initialize the polygon accumulator in triangle.cxx
before each polygon rather than depending on the default behavior.
- Fixed a problem with region attribute propagation where I wasn't generating
the hole points correctly.
curt [Sat, 20 Mar 1999 20:32:51 +0000 (20:32 +0000)]
First mostly successful tile triangulation works. There's plenty of tweaking
to do, but we are marching in the right direction.
curt [Sat, 20 Mar 1999 13:22:10 +0000 (13:22 +0000)]
Added trisegs.[ch]xx tripoly.[ch]xx.
curt [Sat, 20 Mar 1999 13:21:36 +0000 (13:21 +0000)]
Initial revision.
curt [Sat, 20 Mar 1999 02:21:51 +0000 (02:21 +0000)]
Continue shaping the code towards triangulation bliss. Added code to
calculate some point guaranteed to be inside a polygon.
curt [Fri, 19 Mar 1999 22:29:04 +0000 (22:29 +0000)]
Working on preparationsn for triangulation.
curt [Fri, 19 Mar 1999 22:28:46 +0000 (22:28 +0000)]
Only add non-null polygons to output list.
curt [Fri, 19 Mar 1999 00:27:30 +0000 (00:27 +0000)]
Use long int for index instead of just int.
curt [Fri, 19 Mar 1999 00:27:09 +0000 (00:27 +0000)]
Continued work on triangulation preparation.
curt [Fri, 19 Mar 1999 00:26:51 +0000 (00:26 +0000)]
Minor tweaks ...
curt [Fri, 19 Mar 1999 00:26:18 +0000 (00:26 +0000)]
Fixed a clipping bug (polygons specified in wrong order).
Touched up a few compiler warnings.
curt [Thu, 18 Mar 1999 04:31:10 +0000 (04:31 +0000)]
Let's not pass copies of huge structures on the stack ... ye might see a
segfault ... :-)
curt [Wed, 17 Mar 1999 23:51:59 +0000 (23:51 +0000)]
Initial revision.
curt [Wed, 17 Mar 1999 23:51:25 +0000 (23:51 +0000)]
Changed polygon index counter file.
curt [Wed, 17 Mar 1999 23:50:59 +0000 (23:50 +0000)]
Removed forced -g compiler flag.
curt [Wed, 17 Mar 1999 23:49:51 +0000 (23:49 +0000)]
Started work on Triangulate/ section.
curt [Wed, 17 Mar 1999 23:48:58 +0000 (23:48 +0000)]
minor renaming and a bit of rearranging.
curt [Wed, 17 Mar 1999 23:48:16 +0000 (23:48 +0000)]
Removed forced -g compile flag.
Fixed a couple compiler warnings.
curt [Wed, 17 Mar 1999 23:47:27 +0000 (23:47 +0000)]
Added Triangulate/
curt [Sun, 14 Mar 1999 00:03:24 +0000 (00:03 +0000)]
Initial revision.
curt [Sat, 13 Mar 1999 23:53:49 +0000 (23:53 +0000)]
Build Triangle as a lib rather than as a program.
curt [Sat, 13 Mar 1999 23:51:59 +0000 (23:51 +0000)]
Moved ../Triangle ./Triangle
curt [Sat, 13 Mar 1999 23:51:32 +0000 (23:51 +0000)]
Renamed main.cxx to testclipper.cxx
Converted clipper routines to a class FGClipper.
curt [Sat, 13 Mar 1999 23:50:26 +0000 (23:50 +0000)]
Tweaked output formatting a bit.
curt [Sat, 13 Mar 1999 23:49:53 +0000 (23:49 +0000)]
Moved Triangle to Lib/Triangle
curt [Sat, 13 Mar 1999 18:50:08 +0000 (18:50 +0000)]
Initial revision.
curt [Sat, 13 Mar 1999 18:47:04 +0000 (18:47 +0000)]
Removed an unused variable.
curt [Sat, 13 Mar 1999 18:46:37 +0000 (18:46 +0000)]
renamed bin "clipper" to "testclipper".
curt [Sat, 13 Mar 1999 18:46:01 +0000 (18:46 +0000)]
Added Construct/ and moved Clipper/ to it.
curt [Sat, 13 Mar 1999 18:45:02 +0000 (18:45 +0000)]
Initial revision. (derived from libDEM.a code.)
curt [Sat, 13 Mar 1999 17:40:36 +0000 (17:40 +0000)]
Moved point interpolation and least squares fitting to contruction program
area.
Moved leastsqs.* to Lib/Math/
curt [Fri, 12 Mar 1999 22:54:19 +0000 (22:54 +0000)]
Rearrange a bit of code ...
curt [Fri, 12 Mar 1999 22:54:04 +0000 (22:54 +0000)]
Convert fgDEM to FGDem ...
curt [Fri, 12 Mar 1999 22:53:45 +0000 (22:53 +0000)]
First working version!
curt [Fri, 12 Mar 1999 22:53:07 +0000 (22:53 +0000)]
Added a routine to dump out the portion of the dem data covered by a
specified bucket. Other changes related to needs of scenery tools overhaul.
curt [Thu, 11 Mar 1999 23:31:56 +0000 (23:31 +0000)]
Tweaks to use newbucket.hxx
curt [Wed, 10 Mar 1999 16:09:44 +0000 (16:09 +0000)]
Hacking towards the first working version.
curt [Wed, 10 Mar 1999 01:12:35 +0000 (01:12 +0000)]
Added DemChop
curt [Wed, 10 Mar 1999 01:09:12 +0000 (01:09 +0000)]
Tweaks to go along with scenery tools overhaul.
Added a new constructor that accepts the file name.
curt [Wed, 10 Mar 1999 01:02:54 +0000 (01:02 +0000)]
Initial revision.
curt [Mon, 8 Mar 1999 22:04:29 +0000 (22:04 +0000)]
Initial revision.
curt [Mon, 8 Mar 1999 22:00:35 +0000 (22:00 +0000)]
Lots of directory layout reorganization.
curt [Tue, 2 Mar 1999 01:04:28 +0000 (01:04 +0000)]
Don't crash when work directory doesn't exist ... create it.
curt [Tue, 2 Mar 1999 01:03:58 +0000 (01:03 +0000)]
Added more reverse lookup support.
curt [Mon, 1 Mar 1999 15:39:39 +0000 (15:39 +0000)]
Initial revision.
curt [Mon, 1 Mar 1999 15:36:28 +0000 (15:36 +0000)]
Tweaked a function call name in "names.hxx".
curt [Mon, 1 Mar 1999 15:35:52 +0000 (15:35 +0000)]
Generalized the routines a bit to make them more useful.
curt [Mon, 1 Mar 1999 15:35:26 +0000 (15:35 +0000)]
Fixed bug in output format generated.
curt [Mon, 1 Mar 1999 15:34:35 +0000 (15:34 +0000)]
Build libraries first in sequence.
curt [Fri, 26 Feb 1999 22:10:42 +0000 (22:10 +0000)]
Updated names and priorities of area types.
curt [Thu, 25 Feb 1999 21:33:14 +0000 (21:33 +0000)]
Added a Polygon subdirectory.
curt [Thu, 25 Feb 1999 21:32:47 +0000 (21:32 +0000)]
Modified to adhere to new polygon naming convention, and also to read the
new Robin Peel aiport format.
curt [Thu, 25 Feb 1999 21:31:04 +0000 (21:31 +0000)]
First working version???
curt [Thu, 25 Feb 1999 21:30:24 +0000 (21:30 +0000)]
Initial revision.
curt [Tue, 23 Feb 1999 01:29:03 +0000 (01:29 +0000)]
Additional progress.
curt [Fri, 19 Feb 1999 19:05:17 +0000 (19:05 +0000)]
Working on clipping shapes and distributing into buckets.
curt [Mon, 15 Feb 1999 19:10:23 +0000 (19:10 +0000)]
Initial revision.
curt [Thu, 11 Feb 1999 01:10:50 +0000 (01:10 +0000)]
Start of scenery revamp project.
curt [Thu, 11 Feb 1999 01:10:16 +0000 (01:10 +0000)]
Added Clipper/ and ShapeFile/
curt [Mon, 1 Feb 1999 21:09:40 +0000 (21:09 +0000)]
Optimizations from Norman Vine.
curt [Mon, 1 Feb 1999 21:09:21 +0000 (21:09 +0000)]
Moving location of Lib/DEM/ to Tools/DEM/
curt [Tue, 19 Jan 1999 20:56:56 +0000 (20:56 +0000)]
MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
curt [Fri, 20 Nov 1998 01:03:18 +0000 (01:03 +0000)]
FreeBSD support.
curt [Fri, 20 Nov 1998 01:02:55 +0000 (01:02 +0000)]
Speedups for win32.
curt [Fri, 6 Nov 1998 21:33:55 +0000 (21:33 +0000)]
Updates to go along with changes in fgstream.