]> git.mxchange.org Git - flightgear.git/history - DEM
Dynamically update "error" until the resulting tile data scales within
[flightgear.git] / DEM /
1999-03-25 curtMinor tweaks related to FGBucket usage.
1999-03-13 curtMoved point interpolation and least squares fitting...
1999-03-12 curtAdded a routine to dump out the portion of the dem...
1999-03-11 curtTweaks to use newbucket.hxx
1999-03-10 curtTweaks to go along with scenery tools overhaul.
1999-01-19 curtMacOS portability changes contributed by "Robert Puyol...
1998-11-06 curtChanges due to updates in fgstream.
1998-10-28 curtElliminate some unnecessary win32 specific stuff (by...
1998-10-22 curtFixed a couple subtle bugs that resulted from some...
1998-10-18 curtPoint3D tweaks.
1998-10-16 curtPortability updates from Bernie Bright.
1998-10-02 curtFixes for win32.
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-30 curtRemoved zlib support.
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-23 curtDerived file "Makefile.in" removed from version control.
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-21 curtPrepairing for C++ integration.
1998-04-18 curtAdded zlib support.
1998-04-14 curtCode reorganizations. Added a Lib/ directory for more...
1998-04-14 curtUsed "new" to auto-allocate large DEM parsing arrays...
1998-04-08 curtAdopted Gnu automake/autoconf system.
1998-04-06 curtAdditional win32 support.
1998-03-23 curtUpdated to use FG_EPSILON
1998-03-19 curtReorganized into a class lib called fgDEM.