1
0
Fork 0
Commit graph

248 commits

Author SHA1 Message Date
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
curt
a0a32fccea Debug message tweaks. 1998-09-17 18:40:42 +00:00
curt
52a1d87c1c Changes to allow multiple copies of the scenery processing tools
to be run concurrently.
1998-09-17 18:40:15 +00:00
curt
2e30b5bdb6 Loop construct tweaks for STL usage.
Output airport file to be used to generate airport scenery on the fly
  by the run time sim.
1998-09-09 20:59:53 +00:00
curt
a113722755 Fixes and tweaks to handle area cutouts for airports. 1998-09-09 20:58:35 +00:00
curt
5b1b93bf87 Continued progress in implementing the convex hull algorithm. 1998-09-09 16:26:31 +00:00
curt
aa77cd6079 Fixed a bug in the handling of exclude files which was causing
a crash by calling fclose() on an invalid file handle.
Removed overlapping offsets.
1998-09-09 16:24:51 +00:00
curt
757ecbfcfd Fixed a bug in the handling of exclude files which was causing
a crash by calling fclose() on an invalid file handle.
1998-09-09 16:24:04 +00:00
curt
99df9c1ee0 Beginning of convex hull genereration routine. 1998-09-04 23:04:47 +00:00
curt
235c7bdce7 Tweaks for final 0.53 1998-09-02 21:31:01 +00:00
curt
c862bf3794 Added Tools/GenAirports 1998-09-02 14:38:07 +00:00
curt
96a0774d3f Initial revision. 1998-09-01 19:34:32 +00:00
curt
c9d460db06 Write out version and "meta" info into each dem's subdirectory containing
all the tiles.
1998-08-26 22:31:29 +00:00
curt
7744be1d60 Eliminated a possible memory overrun error.
Use the proper free() rather than the incorrect delete().
1998-08-24 20:03:31 +00:00
curt
4e827cd7df Removed overlap in tiles as a test. 1998-08-06 12:47:59 +00:00
curt
533f072899 Initial revision. 1998-07-31 18:27:36 +00:00
curt
801ba133bd Removed libtool support. 1998-07-30 23:49:18 +00:00
curt
d14e417497 Removed zlib support. 1998-07-30 23:42:19 +00:00
curt
8a690c2058 Fixed a bug that was triggering a seg fault. 1998-07-22 21:46:40 +00:00
curt
d8c9c07659 minor tweaks. 1998-07-22 21:46:09 +00:00
curt
0a8ec68f2b Mods to handle extra nodes (i.e. preserve cutouts). 1998-07-21 04:34:20 +00:00
curt
e435c551c6 More tweaks for sub-area cutouts. 1998-07-21 04:33:47 +00:00
curt
14a58ae22b Several tweaks to start incorporating area cutouts into the pipeline. 1998-07-20 12:55:35 +00:00
curt
662648f349 Whoops, need to commit Makefile.am, not Makefile. 1998-07-20 12:54:53 +00:00
curt
8f14bf2e84 Initial revision. 1998-07-20 12:54:05 +00:00
curt
c4666a4c4a When outputing to a .node file, first check for an optional
"index.node.ex" file in case there is a .poly file to go along with this
node file.  Include these nodes first since they are referenced by position
from the .poly file.  This is my first pass at adding an area "cutout"
feature to the terrain generation pipeline.
1998-07-20 12:46:11 +00:00
curt
0294f8da00 . 1998-07-13 20:58:02 +00:00
curt
0e952432f1 Added #ifdef HAVE_CONFIG_H 1998-07-13 15:29:49 +00:00
curt
00276b769b *.[ch] renamed to *.[ch]xx 1998-07-08 14:59:13 +00:00
curt
4267b78a4d renamed *.[ch] to *.[ch]xx 1998-07-08 14:54:52 +00:00
curt
14ed0c8fa8 tweaks. 1998-07-08 14:49:13 +00:00
curt
2c3d44198c typedef'd struct fgBUCKET. 1998-07-04 00:55:39 +00:00
curt
f019a93757 Added initial start at an Area generator. 1998-07-04 00:55:11 +00:00
curt
4e4fbc2190 typedef'd struct fgBUCKET. 1998-07-04 00:47:18 +00:00
curt
57ce8bc912 Changed include order for <sys/types.h> 1998-06-27 16:55:24 +00:00
curt
0cda53d7ed Mods to test new Stripe fixes from Wilbur Streett. 1998-06-08 17:18:37 +00:00
curt
f7a80a9de3 Renamed *.[ch] to *.[ch]xx 1998-06-08 17:11:44 +00:00
curt
35295a4535 Added DemInfo to dump out "A" record DEM info.
Modified process-dem.pl to work in a temp directory and compress/copy the
result to the final destination.
1998-06-05 18:20:23 +00:00
curt
317854534f Abort out early when reading the "A" record if it doesn't look like
a proper DEM file.
1998-06-05 18:14:39 +00:00
curt
5880cd9ec0 Initial revision. 1998-06-04 19:18:04 +00:00
curt
dcd80906b9 initial checkin of notify 1998-06-02 21:59:51 +00:00
curt
b6ecbc2fa3 initial checkin of modules 1998-06-02 21:59:51 +00:00
curt
fec6317b27 initial checkin of cvswrappers 1998-06-02 21:59:51 +00:00
curt
701f49f4f9 initial checkin of taginfo 1998-06-02 21:59:50 +00:00
curt
515cef272c initial checkin of rcsinfo 1998-06-02 21:59:50 +00:00