]> git.mxchange.org Git - flightgear.git/history - DEM/dem.cxx
minor tweaks to clean a few additional things up after the rewrite.
[flightgear.git] / DEM / dem.cxx
1998-09-21 curtminor tweaks to clean a few additional things up after...
1998-09-19 curtUse c++ streams (fg_gzifstream). Also converted many...
1998-09-09 curtFixed a bug in the handling of exclude files which...
1998-08-24 curtEliminated a possible memory overrun error.
1998-07-20 curtWhen outputing to a .node file, first check for an...
1998-07-13 curt.
1998-07-13 curtAdded #ifdef HAVE_CONFIG_H
1998-07-04 curttypedef'd struct fgBUCKET.
1998-06-05 curtAbort out early when reading the "A" record if it doesn...
1998-05-02 curtFixed a bug where the wrong variable was being initialized.
1998-04-25 curtChanged "r" to "rb" in gzopen() options. This fixes...
1998-04-22 curtFixed a bug in zlib usage.
1998-04-18 curtAdded zlib support.
1998-04-14 curtUsed "new" to auto-allocate large DEM parsing arrays...
1998-04-08 curtAdopted Gnu automake/autoconf system.