]> git.mxchange.org Git - flightgear.git/commit
Make the tile loader more tolerant of situations where the cache is full,
authorcurt <curt>
Fri, 20 Jul 2001 22:25:12 +0000 (22:25 +0000)
committercurt <curt>
Fri, 20 Jul 2001 22:25:12 +0000 (22:25 +0000)
commitfe82a3d31fdf9f15257c57688c055f6877cf2281
tree875e03db5d31149f9e5b7a054ec2a383721beebd
parent20f50d349f6011439ea5559a134abc7bd6a9ecf3
Make the tile loader more tolerant of situations where the cache is full,
but no entries qualify for removal.  It will keep trying to schedule the
tile(s) until an entry frees up.  Entries in the cache do not qualify for
removal if they are in the process of being loaded.
src/Scenery/newcache.cxx
src/Scenery/newcache.hxx
src/Scenery/tilemgr.cxx