1
0
Fork 0
flightgear/src/Scenery
curt 4dac47f558 * Cleaned up some loose ends with free tiles that are paged out of the cache.
* Finally I think I have the partial ssg tree deletion routine working correctly
  after I managed to break it (and other confusion in the code cause it to
  never be called so I didn't notice the problem.)
* Converted several SG_INFO statements to SG_DEBUG to clean up some
  extraneous console output.
* This *should* conclude my investigation into a massive memory leak. :-)
2002-08-07 02:53:01 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
design source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
FGTileLoader.cxx Converted if ( string == "" ) constructs to if ( string.empty() ) 2002-03-20 19:16:13 +00:00
FGTileLoader.hxx MSVC tweaks. 2001-07-12 17:55:44 +00:00
hitlist.cxx Consolodating scenery structures in scenery.hxx. 2002-05-14 05:49:47 +00:00
hitlist.hxx White space tweaks. 2002-03-18 19:02:59 +00:00
Makefile.am Updates to build system to better support automake-1.5 2001-12-28 22:29:59 +00:00
maptest.cxx source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
newcache.cxx * Cleaned up some loose ends with free tiles that are paged out of the cache. 2002-08-07 02:53:01 +00:00
newcache.hxx Working on hunting down a really awful memory leak. This arose out of a 2002-08-06 18:50:12 +00:00
scenery.cxx Moved some scenery component initialization into FGScenery. 2002-05-14 06:08:28 +00:00
scenery.hxx Moved some scenery component initialization into FGScenery. 2002-05-14 06:08:28 +00:00
test.cxx source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
tileentry.cxx * Cleaned up some loose ends with free tiles that are paged out of the cache. 2002-08-07 02:53:01 +00:00
tileentry.hxx Various tweaks, enhancements, and optimizations surrounding tile paging 2002-07-29 05:07:38 +00:00
tilemgr.cxx Removed the FG3DModel class and replaced it with fgLoad3DModel. 2002-08-07 01:34:49 +00:00
tilemgr.hxx Fix tile cache resizing bug (which could lead to thrashing.) 2002-08-01 06:15:59 +00:00