]> git.mxchange.org Git - flightgear.git/log
flightgear.git
25 years agoDynamically update "error" until the resulting tile data scales within
curt [Mon, 5 Apr 1999 02:16:51 +0000 (02:16 +0000)]
Dynamically update "error" until the resulting tile data scales within
a lower and upper bounds.

25 years agoFixed a compiler warning.
curt [Mon, 5 Apr 1999 02:16:02 +0000 (02:16 +0000)]
Fixed a compiler warning.

25 years agoMake dem fitting more robust in cases when no dem file available.
curt [Mon, 5 Apr 1999 02:15:23 +0000 (02:15 +0000)]
Make dem fitting more robust in cases when no dem file available.

25 years agoFound a bug in dividing and adding unique verticle segments which could
curt [Sat, 3 Apr 1999 05:22:57 +0000 (05:22 +0000)]
Found a bug in dividing and adding unique verticle segments which could
cause the triangulator to end up in an infinite loop.  Basically the code
was correct, but the verticle line test was a bit to selective.

25 years agoVersion 0.6.0
curt [Thu, 1 Apr 1999 13:52:11 +0000 (13:52 +0000)]
Version 0.6.0
Shape name tweak.
Removing tool: FixNode

25 years agoDebugging output tweaks.
curt [Wed, 31 Mar 1999 23:46:48 +0000 (23:46 +0000)]
Debugging output tweaks.

25 years agoDebuggin output tweaks.
curt [Wed, 31 Mar 1999 23:46:38 +0000 (23:46 +0000)]
Debuggin output tweaks.

25 years agoAdded scenery_version.hxx to source distribution.
curt [Wed, 31 Mar 1999 23:46:20 +0000 (23:46 +0000)]
Added scenery_version.hxx to source distribution.

25 years agoDebugging output tweeaks.
curt [Wed, 31 Mar 1999 13:26:39 +0000 (13:26 +0000)]
Debugging output tweeaks.

25 years agoFixed bug in genfans (deleting the wrong triangles from the available pool.)
curt [Wed, 31 Mar 1999 05:35:04 +0000 (05:35 +0000)]
Fixed bug in genfans (deleting the wrong triangles from the available pool.)

25 years agofiddling ...
curt [Tue, 30 Mar 1999 23:51:14 +0000 (23:51 +0000)]
fiddling ...

25 years agoModifications to fanify by attribute.
curt [Tue, 30 Mar 1999 23:50:43 +0000 (23:50 +0000)]
Modifications to fanify by attribute.

25 years agoFannifier is clearly bugging ... working on debugging it. I suspect there
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.

25 years agoAdded some debugging output.
curt [Tue, 30 Mar 1999 23:49:22 +0000 (23:49 +0000)]
Added some debugging output.

25 years agoWorking towards better handling of multi-contoured polygons.
curt [Tue, 30 Mar 1999 13:41:38 +0000 (13:41 +0000)]
Working towards better handling of multi-contoured polygons.

25 years agoInitial revision.
curt [Mon, 29 Mar 1999 13:19:44 +0000 (13:19 +0000)]
Initial revision.

25 years agoShuffled stl type names a bit.
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.)

25 years agoInitial revision.
curt [Mon, 29 Mar 1999 13:08:35 +0000 (13:08 +0000)]
Initial revision.

25 years agoTweaks to bounding sphere calculation routines.
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.

25 years agoMore sensible handling of the case where no dem file for this tile exists
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).

25 years agoIncreased precision in showme when clicking with the middle mouse button
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

25 years agoMake 0 the default area type since this corresponds well with the conventions
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.

25 years agoHandle corner nodes separately from the rest of the fitted nodes.
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.

25 years agoFit with a value of 200 rather than 100.
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.

25 years agoInterpolate real z value of all nodes from dem data.
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.

25 years agoPass along default area explicitely to triangulator.
curt [Sat, 27 Mar 1999 05:20:53 +0000 (05:20 +0000)]
Pass along default area explicitely to triangulator.

25 years agoHandle corner nodes separately from the rest of the fitted nodes.
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.

25 years agoInitial revision.
curt [Thu, 25 Mar 1999 19:13:35 +0000 (19:13 +0000)]
Initial revision.

25 years agoPreparations for outputing scenery file to correct location.
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.

25 years agoPreparations for outputing scenery file to correct location.
curt [Thu, 25 Mar 1999 19:04:21 +0000 (19:04 +0000)]
Preparations for outputing scenery file to correct location.

25 years agoMinor tweaks related to FGBucket usage.
curt [Thu, 25 Mar 1999 19:03:50 +0000 (19:03 +0000)]
Minor tweaks related to FGBucket usage.

25 years agoRefinements in naming and organization.
curt [Tue, 23 Mar 1999 22:02:51 +0000 (22:02 +0000)]
Refinements in naming and organization.

25 years agoWorked on creating data to output ... normals, bounding spheres, etc.
curt [Tue, 23 Mar 1999 22:02:03 +0000 (22:02 +0000)]
Worked on creating data to output ... normals, bounding spheres, etc.

25 years agoBeginning work on generating output scenery.
curt [Tue, 23 Mar 1999 17:44:49 +0000 (17:44 +0000)]
Beginning work on generating output scenery.

25 years agoInitial revision.
curt [Mon, 22 Mar 1999 23:58:57 +0000 (23:58 +0000)]
Initial revision.

25 years agoInitial revision.
curt [Mon, 22 Mar 1999 23:51:51 +0000 (23:51 +0000)]
Initial revision.

25 years agoMoved AreaType get_shapefile_type(GDBFile *dbf, int rec) to where it
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/

25 years agoModifications to facilitate conversion to output format.
curt [Mon, 22 Mar 1999 23:49:01 +0000 (23:49 +0000)]
Modifications to facilitate conversion to output format.

25 years agoAdded GenOutput/
curt [Mon, 22 Mar 1999 23:48:20 +0000 (23:48 +0000)]
Added GenOutput/

25 years agoRemoved Dem2node from the Tools fold.
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.

25 years agoChanged the way I handle #define ANSI_DECLARATORS
curt [Sun, 21 Mar 1999 14:09:04 +0000 (14:09 +0000)]
Changed the way I handle #define ANSI_DECLARATORS

25 years agoDefine -DANSI_DECLARATORS so that library get's built with ANSI function
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.

25 years agoAdded a mechanism to dump out the triangle structures for viewing.
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.

25 years agoFirst mostly successful tile triangulation works. There's plenty of tweaking
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.

25 years agoAdded trisegs.[ch]xx tripoly.[ch]xx.
curt [Sat, 20 Mar 1999 13:22:10 +0000 (13:22 +0000)]
Added trisegs.[ch]xx tripoly.[ch]xx.

25 years agoInitial revision.
curt [Sat, 20 Mar 1999 13:21:36 +0000 (13:21 +0000)]
Initial revision.

25 years agoContinue shaping the code towards triangulation bliss. Added code to
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.

25 years agoWorking on preparationsn for triangulation.
curt [Fri, 19 Mar 1999 22:29:04 +0000 (22:29 +0000)]
Working on preparationsn for triangulation.

25 years agoOnly add non-null polygons to output list.
curt [Fri, 19 Mar 1999 22:28:46 +0000 (22:28 +0000)]
Only add non-null polygons to output list.

25 years agoUse long int for index instead of just int.
curt [Fri, 19 Mar 1999 00:27:30 +0000 (00:27 +0000)]
Use long int for index instead of just int.

25 years agoContinued work on triangulation preparation.
curt [Fri, 19 Mar 1999 00:27:09 +0000 (00:27 +0000)]
Continued work on triangulation preparation.

25 years agoMinor tweaks ...
curt [Fri, 19 Mar 1999 00:26:51 +0000 (00:26 +0000)]
Minor tweaks ...

25 years agoFixed a clipping bug (polygons specified in wrong order).
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.

25 years agoLet's not pass copies of huge structures on the stack ... ye might see a
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 ... :-)

25 years agoInitial revision.
curt [Wed, 17 Mar 1999 23:51:59 +0000 (23:51 +0000)]
Initial revision.

25 years agoChanged polygon index counter file.
curt [Wed, 17 Mar 1999 23:51:25 +0000 (23:51 +0000)]
Changed polygon index counter file.

25 years agoRemoved forced -g compiler flag.
curt [Wed, 17 Mar 1999 23:50:59 +0000 (23:50 +0000)]
Removed forced -g compiler flag.

25 years agoStarted work on Triangulate/ section.
curt [Wed, 17 Mar 1999 23:49:51 +0000 (23:49 +0000)]
Started work on Triangulate/ section.

25 years agominor renaming and a bit of rearranging.
curt [Wed, 17 Mar 1999 23:48:58 +0000 (23:48 +0000)]
minor renaming and a bit of rearranging.

25 years agoRemoved forced -g compile flag.
curt [Wed, 17 Mar 1999 23:48:16 +0000 (23:48 +0000)]
Removed forced -g compile flag.
Fixed a couple compiler warnings.

25 years agoAdded Triangulate/
curt [Wed, 17 Mar 1999 23:47:27 +0000 (23:47 +0000)]
Added Triangulate/

25 years agoInitial revision.
curt [Sun, 14 Mar 1999 00:03:24 +0000 (00:03 +0000)]
Initial revision.

25 years agoBuild Triangle as a lib rather than as a program.
curt [Sat, 13 Mar 1999 23:53:49 +0000 (23:53 +0000)]
Build Triangle as a lib rather than as a program.

25 years agoMoved ../Triangle ./Triangle
curt [Sat, 13 Mar 1999 23:51:59 +0000 (23:51 +0000)]
Moved ../Triangle ./Triangle

25 years agoRenamed main.cxx to testclipper.cxx
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.

25 years agoTweaked output formatting a bit.
curt [Sat, 13 Mar 1999 23:50:26 +0000 (23:50 +0000)]
Tweaked output formatting a bit.

25 years agoMoved Triangle to Lib/Triangle
curt [Sat, 13 Mar 1999 23:49:53 +0000 (23:49 +0000)]
Moved Triangle to Lib/Triangle

25 years agoInitial revision.
curt [Sat, 13 Mar 1999 18:50:08 +0000 (18:50 +0000)]
Initial revision.

25 years agoRemoved an unused variable.
curt [Sat, 13 Mar 1999 18:47:04 +0000 (18:47 +0000)]
Removed an unused variable.

25 years agorenamed bin "clipper" to "testclipper".
curt [Sat, 13 Mar 1999 18:46:37 +0000 (18:46 +0000)]
renamed bin "clipper" to "testclipper".

25 years agoAdded Construct/ and moved Clipper/ to it.
curt [Sat, 13 Mar 1999 18:46:01 +0000 (18:46 +0000)]
Added Construct/ and moved Clipper/ to it.

25 years agoInitial revision. (derived from libDEM.a code.)
curt [Sat, 13 Mar 1999 18:45:02 +0000 (18:45 +0000)]
Initial revision. (derived from libDEM.a code.)

25 years agoMoved point interpolation and least squares fitting to contruction program
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/

25 years agoRearrange a bit of code ...
curt [Fri, 12 Mar 1999 22:54:19 +0000 (22:54 +0000)]
Rearrange a bit of code ...

25 years agoConvert fgDEM to FGDem ...
curt [Fri, 12 Mar 1999 22:54:04 +0000 (22:54 +0000)]
Convert fgDEM to FGDem ...

25 years agoFirst working version!
curt [Fri, 12 Mar 1999 22:53:45 +0000 (22:53 +0000)]
First working version!

25 years agoAdded a routine to dump out the portion of the dem data covered by a
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.

25 years agoTweaks to use newbucket.hxx
curt [Thu, 11 Mar 1999 23:31:56 +0000 (23:31 +0000)]
Tweaks to use newbucket.hxx

25 years agoHacking towards the first working version.
curt [Wed, 10 Mar 1999 16:09:44 +0000 (16:09 +0000)]
Hacking towards the first working version.

25 years agoAdded DemChop
curt [Wed, 10 Mar 1999 01:12:35 +0000 (01:12 +0000)]
Added DemChop

25 years agoTweaks to go along with scenery tools overhaul.
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.

25 years agoInitial revision.
curt [Wed, 10 Mar 1999 01:02:54 +0000 (01:02 +0000)]
Initial revision.

25 years agoInitial revision.
curt [Mon, 8 Mar 1999 22:04:29 +0000 (22:04 +0000)]
Initial revision.

25 years agoLots of directory layout reorganization.
curt [Mon, 8 Mar 1999 22:00:35 +0000 (22:00 +0000)]
Lots of directory layout reorganization.

25 years agoDon't crash when work directory doesn't exist ... create it.
curt [Tue, 2 Mar 1999 01:04:28 +0000 (01:04 +0000)]
Don't crash when work directory doesn't exist ... create it.

25 years agoAdded more reverse lookup support.
curt [Tue, 2 Mar 1999 01:03:58 +0000 (01:03 +0000)]
Added more reverse lookup support.

25 years agoInitial revision.
curt [Mon, 1 Mar 1999 15:39:39 +0000 (15:39 +0000)]
Initial revision.

25 years agoTweaked a function call name in "names.hxx".
curt [Mon, 1 Mar 1999 15:36:28 +0000 (15:36 +0000)]
Tweaked a function call name in "names.hxx".

25 years agoGeneralized the routines a bit to make them more useful.
curt [Mon, 1 Mar 1999 15:35:52 +0000 (15:35 +0000)]
Generalized the routines a bit to make them more useful.

25 years agoFixed bug in output format generated.
curt [Mon, 1 Mar 1999 15:35:26 +0000 (15:35 +0000)]
Fixed bug in output format generated.

25 years agoBuild libraries first in sequence.
curt [Mon, 1 Mar 1999 15:34:35 +0000 (15:34 +0000)]
Build libraries first in sequence.

25 years agoUpdated names and priorities of area types.
curt [Fri, 26 Feb 1999 22:10:42 +0000 (22:10 +0000)]
Updated names and priorities of area types.

25 years agoAdded a Polygon subdirectory.
curt [Thu, 25 Feb 1999 21:33:14 +0000 (21:33 +0000)]
Added a Polygon subdirectory.

25 years agoModified to adhere to new polygon naming convention, and also to read the
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.

25 years agoFirst working version???
curt [Thu, 25 Feb 1999 21:31:04 +0000 (21:31 +0000)]
First working version???

25 years agoInitial revision.
curt [Thu, 25 Feb 1999 21:30:24 +0000 (21:30 +0000)]
Initial revision.

25 years agoAdditional progress.
curt [Tue, 23 Feb 1999 01:29:03 +0000 (01:29 +0000)]
Additional progress.

25 years agoWorking on clipping shapes and distributing into buckets.
curt [Fri, 19 Feb 1999 19:05:17 +0000 (19:05 +0000)]
Working on clipping shapes and distributing into buckets.

25 years agoInitial revision.
curt [Mon, 15 Feb 1999 19:10:23 +0000 (19:10 +0000)]
Initial revision.

25 years agoStart of scenery revamp project.
curt [Thu, 11 Feb 1999 01:10:50 +0000 (01:10 +0000)]
Start of scenery revamp project.