1
0
Fork 0
Commit graph

215 commits

Author SHA1 Message Date
curt
016d55c8b8 Initial revision. 1999-03-13 18:50:08 +00:00
curt
5aaadef6ad Removed an unused variable. 1999-03-13 18:47:04 +00:00
curt
4e4584ed8d renamed bin "clipper" to "testclipper". 1999-03-13 18:46:37 +00:00
curt
df15fe0f8b Added Construct/ and moved Clipper/ to it. 1999-03-13 18:46:01 +00:00
curt
2e20f32267 Initial revision. (derived from libDEM.a code.) 1999-03-13 18:45:02 +00:00
curt
5fe3a80ae3 Moved point interpolation and least squares fitting to contruction program
area.
Moved leastsqs.* to Lib/Math/
1999-03-13 17:40:36 +00:00
curt
49f4a76893 Rearrange a bit of code ... 1999-03-12 22:54:19 +00:00
curt
200ef3ceea Convert fgDEM to FGDem ... 1999-03-12 22:54:04 +00:00
curt
e2267b3f12 First working version! 1999-03-12 22:53:45 +00:00
curt
453178e3d5 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.
1999-03-12 22:53:07 +00:00
curt
04b12c5c54 Tweaks to use newbucket.hxx 1999-03-11 23:31:56 +00:00
curt
14888bd09f Hacking towards the first working version. 1999-03-10 16:09:44 +00:00
curt
fdfa4f48e5 Added DemChop 1999-03-10 01:12:35 +00:00
curt
3defec9ea5 Tweaks to go along with scenery tools overhaul.
Added a new constructor that accepts the file name.
1999-03-10 01:09:12 +00:00
curt
d2d25cbc93 Initial revision. 1999-03-10 01:02:54 +00:00
curt
7794e0bf68 Initial revision. 1999-03-08 22:04:29 +00:00
curt
cf78794eaf Lots of directory layout reorganization. 1999-03-08 22:00:35 +00:00
curt
0b156394fa Don't crash when work directory doesn't exist ... create it. 1999-03-02 01:04:28 +00:00
curt
1a4b54a331 Added more reverse lookup support. 1999-03-02 01:03:58 +00:00
curt
ad2505c880 Initial revision. 1999-03-01 15:39:39 +00:00
curt
64902b423c Tweaked a function call name in "names.hxx". 1999-03-01 15:36:28 +00:00
curt
7ac99494e5 Generalized the routines a bit to make them more useful. 1999-03-01 15:35:52 +00:00
curt
b30530bb94 Fixed bug in output format generated. 1999-03-01 15:35:26 +00:00
curt
60fc8b1c7e Build libraries first in sequence. 1999-03-01 15:34:35 +00:00
curt
08c4dcaf0c Updated names and priorities of area types. 1999-02-26 22:10:42 +00:00
curt
97ed4d05ba Added a Polygon subdirectory. 1999-02-25 21:33:14 +00:00
curt
78bca880ea Modified to adhere to new polygon naming convention, and also to read the
new Robin Peel aiport format.
1999-02-25 21:32:47 +00:00
curt
8de225f5bf First working version??? 1999-02-25 21:31:04 +00:00
curt
ad34c1e4e4 Initial revision. 1999-02-25 21:30:24 +00:00
curt
1a7c97601d Additional progress. 1999-02-23 01:29:03 +00:00
curt
d4950f5e70 Working on clipping shapes and distributing into buckets. 1999-02-19 19:05:17 +00:00
curt
bbcb8878f9 Initial revision. 1999-02-15 19:10:23 +00:00
curt
b1eb65cd5d Start of scenery revamp project. 1999-02-11 01:10:50 +00:00
curt
d6b38f2eea Added Clipper/ and ShapeFile/ 1999-02-11 01:10:16 +00:00
curt
3cf321736b Optimizations from Norman Vine. 1999-02-01 21:09:40 +00:00
curt
730132afab Moving location of Lib/DEM/ to Tools/DEM/ 1999-02-01 21:09:21 +00:00
curt
a2410cd316 MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr> 1999-01-19 20:56:56 +00:00
curt
72ea27e43b FreeBSD support. 1998-11-20 01:03:18 +00:00
curt
90b73f480f Speedups for win32. 1998-11-20 01:02:55 +00:00
curt
8cf9f40c72 Updates to go along with changes in fgstream. 1998-11-06 21:33:55 +00:00
curt
01f5ad20ca Changes due to updates in fgstream. 1998-11-06 14:04:32 +00:00
curt
66f4bab7a0 Changes to the automake/autoconf system to reduce the number of libraries
that are unnecessarily linked into the various executables.
1998-11-04 23:01:43 +00:00
curt
535282bd23 Add a unix main so program will compiler there too. It will output an
"only for windoze" message.
1998-11-02 18:29:42 +00:00
curt
1d97b7542d Check for __CYGWIN__ (b20) as well as __CYGWIN32__ (pre b20 compilers)
Other misc. tweaks.
1998-11-02 18:25:40 +00:00
curt
17040e4b4d Changes contributed by Norman Vine 1998-10-28 19:39:33 +00:00
curt
033491ac31 Changes to better support win32 scenery development. 1998-10-28 19:39:06 +00:00
curt
914bbba3ef Elliminate some unnecessary win32 specific stuff (by Norman Vine) 1998-10-28 19:38:20 +00:00
curt
7ef298dc2e Modified the info that is put in the VERSION file. 1998-10-22 22:00:10 +00:00
curt
3468bef4bb 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.)
1998-10-22 21:59:19 +00:00
curt
d4e18d0acc Minor parameter passing tweak. 1998-10-21 14:56:50 +00:00