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
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
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
7bc397dd65
Added zlib support.
1998-04-18 03:53:05 +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