the various changes that I forgot to commit (cleanup and so forth) into hg,

culminating in syncing with sm-ssc v1.0 public beta 2
This commit is contained in:
AJ Kelly
2010-03-31 17:37:09 -05:00
parent b279635401
commit 642f4b107c
80 changed files with 1200 additions and 918 deletions
+3 -1
View File
@@ -66,6 +66,7 @@ enum BannerCacheMode
NUM_BannerCacheMode,
BannerCacheMode_Invalid
};
/*
enum BackgroundCacheMode
{
BGCACHE_OFF,
@@ -75,6 +76,7 @@ enum BackgroundCacheMode
NUM_BackgroundCacheMode,
BackgroundCacheMode_Invalid
};
*/
enum HighResolutionTextures
{
HighResolutionTextures_Auto,
@@ -167,7 +169,7 @@ public:
Preference<bool> m_bDelayedTextureDelete;
Preference<bool> m_bDelayedModelDelete;
Preference<BannerCacheMode> m_BannerCache;
Preference<BackgroundCacheMode> m_BackgroundCache;
//Preference<BackgroundCacheMode> m_BackgroundCache;
Preference<bool> m_bFastLoad;
Preference<bool> m_bFastLoadAdditionalSongs;