]> git.mxchange.org Git - flightgear.git/log
flightgear.git
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.

25 years agoAdded Clipper/ and ShapeFile/
curt [Thu, 11 Feb 1999 01:10:16 +0000 (01:10 +0000)]
Added Clipper/ and ShapeFile/

25 years agoOptimizations from Norman Vine.
curt [Mon, 1 Feb 1999 21:09:40 +0000 (21:09 +0000)]
Optimizations from Norman Vine.

25 years agoMoving location of Lib/DEM/ to Tools/DEM/
curt [Mon, 1 Feb 1999 21:09:21 +0000 (21:09 +0000)]
Moving location of Lib/DEM/ to Tools/DEM/

25 years agoMacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
curt [Tue, 19 Jan 1999 20:56:56 +0000 (20:56 +0000)]
MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>

25 years agoFreeBSD support.
curt [Fri, 20 Nov 1998 01:03:18 +0000 (01:03 +0000)]
FreeBSD support.

25 years agoSpeedups for win32.
curt [Fri, 20 Nov 1998 01:02:55 +0000 (01:02 +0000)]
Speedups for win32.

25 years agoUpdates to go along with changes in fgstream.
curt [Fri, 6 Nov 1998 21:33:55 +0000 (21:33 +0000)]
Updates to go along with changes in fgstream.

25 years agoChanges due to updates in fgstream.
curt [Fri, 6 Nov 1998 14:04:32 +0000 (14:04 +0000)]
Changes due to updates in fgstream.

25 years agoChanges to the automake/autoconf system to reduce the number of libraries
curt [Wed, 4 Nov 1998 23:01:43 +0000 (23:01 +0000)]
Changes to the automake/autoconf system to reduce the number of libraries
that are unnecessarily linked into the various executables.

25 years agoAdd a unix main so program will compiler there too. It will output an
curt [Mon, 2 Nov 1998 18:29:42 +0000 (18:29 +0000)]
Add a unix main so program will compiler there too.  It will output an
"only for windoze" message.

25 years agoCheck for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
curt [Mon, 2 Nov 1998 18:25:40 +0000 (18:25 +0000)]
Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
Other misc. tweaks.

25 years agoChanges contributed by Norman Vine
curt [Wed, 28 Oct 1998 19:39:33 +0000 (19:39 +0000)]
Changes contributed by Norman Vine

25 years agoChanges to better support win32 scenery development.
curt [Wed, 28 Oct 1998 19:39:06 +0000 (19:39 +0000)]
Changes to better support win32 scenery development.

25 years agoElliminate some unnecessary win32 specific stuff (by Norman Vine)
curt [Wed, 28 Oct 1998 19:38:20 +0000 (19:38 +0000)]
Elliminate some unnecessary win32 specific stuff (by Norman Vine)

25 years agoModified the info that is put in the VERSION file.
curt [Thu, 22 Oct 1998 22:00:10 +0000 (22:00 +0000)]
Modified the info that is put in the VERSION file.

25 years agoFixed a couple subtle bugs that resulted from some of my c++ conversions.
curt [Thu, 22 Oct 1998 21:59:19 +0000 (21:59 +0000)]
Fixed a couple subtle bugs that resulted from some of my c++ conversions.
One bug could cause a segfault on certain input, and the other bug could
cause the whole procedure to go balistic and generate huge files (also only
on rare input combinations.)

25 years agoMinor parameter passing tweak.
curt [Wed, 21 Oct 1998 14:56:50 +0000 (14:56 +0000)]
Minor parameter passing tweak.

25 years agoFixed a units conversion bug.
curt [Wed, 21 Oct 1998 14:56:20 +0000 (14:56 +0000)]
Fixed a units conversion bug.

25 years agoConverted to Point3D class.
curt [Wed, 21 Oct 1998 14:55:55 +0000 (14:55 +0000)]
Converted to Point3D class.

25 years agoFixed a units conversion bug introduced when converting to Point3D class.
curt [Tue, 20 Oct 1998 15:52:46 +0000 (15:52 +0000)]
Fixed a units conversion bug introduced when converting to Point3D class.

25 years agowhitespace tweak.
curt [Tue, 20 Oct 1998 15:50:33 +0000 (15:50 +0000)]
whitespace tweak.

25 years agocomment reformat
curt [Tue, 20 Oct 1998 15:50:16 +0000 (15:50 +0000)]
comment reformat

25 years agotweak ...
curt [Tue, 20 Oct 1998 15:49:54 +0000 (15:49 +0000)]
tweak ...

25 years agoConverted to Point3D class.
curt [Tue, 20 Oct 1998 15:49:22 +0000 (15:49 +0000)]
Converted to Point3D class.

25 years agoC++-ification.
curt [Mon, 19 Oct 1998 19:33:31 +0000 (19:33 +0000)]
C++-ification.

25 years agoPoint3D tweaks.
curt [Sun, 18 Oct 1998 01:17:09 +0000 (01:17 +0000)]
Point3D tweaks.

25 years agoPortability updates from Bernie Bright.
curt [Fri, 16 Oct 1998 19:08:12 +0000 (19:08 +0000)]
Portability updates from Bernie Bright.

25 years agoAdded Makedir + fixes for win32.
curt [Fri, 2 Oct 1998 21:41:55 +0000 (21:41 +0000)]
Added Makedir + fixes for win32.

25 years agoFixes for win32.
curt [Fri, 2 Oct 1998 21:41:39 +0000 (21:41 +0000)]
Fixes for win32.

25 years agoInitial revision.
curt [Fri, 2 Oct 1998 21:40:56 +0000 (21:40 +0000)]
Initial revision.