]> git.mxchange.org Git - flightgear.git/commit
Till Busch:
authorcurt <curt>
Thu, 21 Feb 2008 21:36:20 +0000 (21:36 +0000)
committercurt <curt>
Thu, 21 Feb 2008 21:36:20 +0000 (21:36 +0000)
commitc3ee389fe0ad9fbc94e71a0ef95cff626b2d2ec6
tree1b9ac368f144ced48bc5bf1abe998b1378ae57e9
parent2186fdf96161ebf857cc48425d782331f4f9c53e
Till Busch:

As discussed with Tim on irc: Here is a quick fix for the memory-hungry tile
manager. Due to bugs in FGNewCache, old tiles were never deleted.

I left the timestamp-updates in the cull-traversal. but imho things work
just as well when timestamps are updated in FGNewCache::insert_tile() and
FGNewCache::get_tile()
src/Scenery/newcache.cxx
src/Scenery/newcache.hxx
src/Scenery/tileentry.cxx