]>
git.mxchange.org Git - flightgear.git/log
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.
curt [Fri, 6 Nov 1998 14:04:32 +0000 (14:04 +0000)]
Changes due to updates in fgstream.
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.
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.
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.
curt [Wed, 28 Oct 1998 19:39:33 +0000 (19:39 +0000)]
Changes contributed by Norman Vine
curt [Wed, 28 Oct 1998 19:39:06 +0000 (19:39 +0000)]
Changes to better support win32 scenery development.
curt [Wed, 28 Oct 1998 19:38:20 +0000 (19:38 +0000)]
Elliminate some unnecessary win32 specific stuff (by Norman Vine)
curt [Thu, 22 Oct 1998 22:00:10 +0000 (22:00 +0000)]
Modified the info that is put in the VERSION file.
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.)
curt [Wed, 21 Oct 1998 14:56:50 +0000 (14:56 +0000)]
Minor parameter passing tweak.
curt [Wed, 21 Oct 1998 14:56:20 +0000 (14:56 +0000)]
Fixed a units conversion bug.
curt [Wed, 21 Oct 1998 14:55:55 +0000 (14:55 +0000)]
Converted 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.
curt [Tue, 20 Oct 1998 15:50:33 +0000 (15:50 +0000)]
whitespace tweak.
curt [Tue, 20 Oct 1998 15:50:16 +0000 (15:50 +0000)]
comment reformat
curt [Tue, 20 Oct 1998 15:49:54 +0000 (15:49 +0000)]
tweak ...
curt [Tue, 20 Oct 1998 15:49:22 +0000 (15:49 +0000)]
Converted to Point3D class.
curt [Mon, 19 Oct 1998 19:33:31 +0000 (19:33 +0000)]
C++-ification.
curt [Sun, 18 Oct 1998 01:17:09 +0000 (01:17 +0000)]
Point3D tweaks.
curt [Fri, 16 Oct 1998 19:08:12 +0000 (19:08 +0000)]
Portability updates from Bernie Bright.
curt [Fri, 2 Oct 1998 21:41:55 +0000 (21:41 +0000)]
Added Makedir + fixes for win32.
curt [Fri, 2 Oct 1998 21:41:39 +0000 (21:41 +0000)]
Fixes for win32.
curt [Fri, 2 Oct 1998 21:40:56 +0000 (21:40 +0000)]
Initial revision.
curt [Fri, 25 Sep 1998 19:38:01 +0000 (19:38 +0000)]
Minor tweaks so that this actually compiles.
curt [Fri, 25 Sep 1998 19:35:25 +0000 (19:35 +0000)]
Renamed assemtris.[ch] to assemtris.[ch]xx
curt [Tue, 22 Sep 1998 23:49:56 +0000 (23:49 +0000)]
C++-ified, STL-ified, and string-ified.
curt [Tue, 22 Sep 1998 23:49:10 +0000 (23:49 +0000)]
eliminated a left over #include
curt [Mon, 21 Sep 1998 23:16:23 +0000 (23:16 +0000)]
Converted to c++ style comments.
curt [Mon, 21 Sep 1998 20:56:30 +0000 (20:56 +0000)]
Changes to avoid setting airport area nodes back to their original
elevations if they have been changed.
curt [Mon, 21 Sep 1998 20:53:59 +0000 (20:53 +0000)]
minor tweaks to clean a few additional things up after the rewrite.
curt [Sat, 19 Sep 1998 20:43:50 +0000 (20:43 +0000)]
C++-ified and STL-ified the code. Combined triload.* and fixnode.* into
a single file.
curt [Sat, 19 Sep 1998 18:01:21 +0000 (18:01 +0000)]
Support for changes to libDEM.a
curt [Sat, 19 Sep 1998 17:59:45 +0000 (17:59 +0000)]
Use c++ streams (fg_gzifstream). Also converted many character arrays to
the string class.