Files
itgmania212121/stepmania
Glenn Maynard bed43f712b This looks like what this was supposed to be.
With "if( !m_bDelayedDelete || !t->m_bCacheThis )", if !m_bDelayedDelete,
when we preload banners we'll load the texture and then immediately
free it.  This way, we always keep banners around, even if !m_bDelayedDelete.

I'm adding another option to tweak the banner caching.  I like the smoother
banner changes, but I don't care for the very slow opening of groups.

I'm not sure how to handle memory usage.  I have about 14 megs of
banners.  In order to load them all, you just have to open each group
once, and 14 megs of PNG is a lot of memory uncompressed.  Ideal
would be to cache the compressed version, but that'd be a bit of work.
I'll add precache-all-at-load, precache-group and no-precache options
for now.
2003-04-19 23:37:50 +00:00
..
2003-02-20 00:38:11 +00:00
2003-04-12 06:16:12 +00:00
2003-04-14 07:11:04 +00:00
2003-04-19 23:16:08 +00:00
2002-09-10 06:39:56 +00:00
2003-04-19 23:16:08 +00:00
2003-01-19 07:56:21 +00:00
2003-02-25 21:27:59 +00:00
2003-01-18 01:08:27 +00:00
2003-02-20 04:46:53 +00:00
2002-10-24 03:32:59 +00:00
2002-11-12 11:27:32 +00:00
2003-01-26 02:34:51 +00:00
2003-01-19 19:59:46 +00:00
2002-12-02 23:30:04 +00:00
2003-01-19 19:59:46 +00:00
2002-12-14 00:52:04 +00:00
2003-04-18 21:42:33 +00:00
2003-04-18 21:42:33 +00:00
2002-11-01 20:01:59 +00:00
2003-03-24 18:28:38 +00:00
2003-03-24 18:28:38 +00:00
2003-02-11 21:09:14 +00:00
2003-04-19 17:59:26 +00:00
2003-03-24 21:07:31 +00:00
2003-03-28 09:24:09 +00:00
2002-11-13 04:00:04 +00:00
2003-03-08 08:51:37 +00:00