1
0
Fork 0
Commit graph

192 commits

Author SHA1 Message Date
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
curt
e12ef6b450 Fixed a units conversion bug. 1998-10-21 14:56:20 +00:00
curt
71f2e4342c Converted to Point3D class. 1998-10-21 14:55:55 +00:00
curt
8f9a1bcb56 Fixed a units conversion bug introduced when converting to Point3D class. 1998-10-20 15:52:46 +00:00
curt
69ac8bd3a7 whitespace tweak. 1998-10-20 15:50:33 +00:00
curt
4daff42c25 comment reformat 1998-10-20 15:50:16 +00:00
curt
477753ef94 tweak ... 1998-10-20 15:49:54 +00:00
curt
048130a991 Converted to Point3D class. 1998-10-20 15:49:22 +00:00
curt
5321d533d6 C++-ification. 1998-10-19 19:33:31 +00:00
curt
b0d67bf6b9 Point3D tweaks. 1998-10-18 01:17:09 +00:00
curt
24c9bdb713 Portability updates from Bernie Bright. 1998-10-16 19:08:12 +00:00
curt
621b7a117b Added Makedir + fixes for win32. 1998-10-02 21:41:55 +00:00
curt
b7da079ecc Fixes for win32. 1998-10-02 21:41:39 +00:00
curt
2e1f12b96e Initial revision. 1998-10-02 21:40:56 +00:00
curt
bc6d579c5c Minor tweaks so that this actually compiles. 1998-09-25 19:38:01 +00:00
curt
216be72f34 Renamed assemtris.[ch] to assemtris.[ch]xx 1998-09-25 19:35:25 +00:00
curt
c27d116cce C++-ified, STL-ified, and string-ified. 1998-09-22 23:49:56 +00:00
curt
a5eb87dc06 eliminated a left over #include 1998-09-22 23:49:10 +00:00
curt
86a832bd66 Converted to c++ style comments. 1998-09-21 23:16:23 +00:00
curt
df4a7ed01a Changes to avoid setting airport area nodes back to their original
elevations if they have been changed.
1998-09-21 20:56:30 +00:00
curt
ef1e08e474 minor tweaks to clean a few additional things up after the rewrite. 1998-09-21 20:53:59 +00:00
curt
fba995d01a C++-ified and STL-ified the code. Combined triload.* and fixnode.* into
a single file.
1998-09-19 20:43:50 +00:00
curt
192edc5eaf Support for changes to libDEM.a 1998-09-19 18:01:21 +00:00
curt
4b0aa0e3a6 Use c++ streams (fg_gzifstream). Also converted many character arrays to
the string class.
1998-09-19 17:59:45 +00:00