curt
a2410cd316
MacOS portability changes contributed by "Robert Puyol" <puyol@abvent.fr>
1999-01-19 20:56:56 +00:00
curt
01f5ad20ca
Changes due to updates in fgstream.
1998-11-06 14:04:32 +00:00
curt
914bbba3ef
Elliminate some unnecessary win32 specific stuff (by Norman Vine)
1998-10-28 19:38:20 +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
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
b7da079ecc
Fixes for win32.
1998-10-02 21:41:39 +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
4b0aa0e3a6
Use c++ streams (fg_gzifstream). Also converted many character arrays to
...
the string class.
1998-09-19 17:59:45 +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
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
d14e417497
Removed zlib support.
1998-07-30 23:42:19 +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
4e4fbc2190
typedef'd struct fgBUCKET.
1998-07-04 00:47:18 +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
8da60b798d
Derived file "Makefile.in" removed from version control.
1998-05-23 14:18:25 +00:00
curt
af753f2679
Fixed a bug where the wrong variable was being initialized.
1998-05-02 01:49:21 +00:00
curt
b2567ad1cc
Changed "r" to "rb" in gzopen() options. This fixes bad behavior in win32.
1998-04-25 15:00:32 +00:00
curt
18ae70b3b1
Fixed a bug in zlib usage.
1998-04-22 13:14:46 +00:00
curt
d365ac9aff
Prepairing for C++ integration.
1998-04-21 17:03:41 +00:00
curt
7bc397dd65
Added zlib support.
1998-04-18 03:53:05 +00:00
curt
e4a1a341cc
Code reorganizations. Added a Lib/ directory for more general libraries.
1998-04-14 02:43:57 +00:00
curt
1f7da4f54e
Used "new" to auto-allocate large DEM parsing arrays in class constructor.
1998-04-14 02:43:27 +00:00
curt
079b3ad13d
Adopted Gnu automake/autoconf system.
1998-04-08 22:54:56 +00:00
curt
e9ffabdc8e
Additional win32 support.
...
Fixed a bad bug in dem file parsing that was causing the output to be
flipped about x = y.
1998-04-06 21:09:37 +00:00
curt
f3fed05fc9
Updated to use FG_EPSILON
1998-03-23 20:35:41 +00:00
curt
bc4e92b887
Reorganized into a class lib called fgDEM.
1998-03-19 02:54:46 +00:00