------------------------------------------------------------------------ r1941 | helixhorned | 2011-07-22 06:32:01 -0700 (Fri, 22 Jul 2011) | 6 lines A bit of cleanup with memory issues. First, it is now possible to disable the memcache (which is there to cache the texcache) by setting the new cvar 'r_memcache' to 0. Do this if you're constrained on memory or getting crashes when e.g. doing vidrestart often. Also, the memcache will disable itself (and free its storage, if it's there) the first time it fails to allocate. Fix a strcpy with identical arguments in game.c and a couple of uninitialized mem accesses related to Polymer lights. ------------------------------------------------------------------------