AddCategoryScore(StepsType st, RankingCategory rc, PlayerNumber pn, HighScore hs, int &iPersonalIndexOut, int &iMachineIndexOut) | ProfileManager | |
AddCourseScore(const Course *pCourse, const Trail *pTrail, PlayerNumber pn, HighScore hs, int &iPersonalIndexOut, int &iMachineIndexOut) | ProfileManager | |
AddStepsScore(const Song *pSong, const Steps *pSteps, PlayerNumber pn, HighScore hs, int &iPersonalIndexOut, int &iMachineIndexOut) | ProfileManager | |
AddStepTotals(PlayerNumber pn, int iNumTapsAndHolds, int iNumJumps, int iNumHolds, int iNumMines, int iNumHands) | ProfileManager | |
CreateLocalProfile(CString sName) | ProfileManager | |
DeleteLocalProfile(CString sProfileID) | ProfileManager | |
GetHighScoreForDifficulty(const Song *s, const Style *st, ProfileSlot slot, Difficulty dc) const | ProfileManager | |
GetLocalProfileIDs(vector< CString > &asProfileIDsOut) const | ProfileManager | |
GetLocalProfileNames(vector< CString > &asNamesOut) const | ProfileManager | |
GetMachineProfile() | ProfileManager | [inline] |
GetPlayerName(PlayerNumber pn) const | ProfileManager | |
GetProfile(PlayerNumber pn) const | ProfileManager | |
GetProfile(PlayerNumber pn) | ProfileManager | [inline] |
GetProfile(ProfileSlot slot) const | ProfileManager | |
GetProfile(ProfileSlot slot) | ProfileManager | [inline] |
GetProfileDir(ProfileSlot slot) const | ProfileManager | |
GetSongNumTimesPlayed(const Song *pSong, ProfileSlot card) const | ProfileManager | |
IncrementCategoryPlayCount(StepsType st, RankingCategory rc, PlayerNumber pn) | ProfileManager | |
IncrementCoursePlayCount(const Course *pCourse, const Trail *pTrail, PlayerNumber pn) | ProfileManager | |
IncrementStepsPlayCount(const Song *pSong, const Steps *pSteps, PlayerNumber pn) | ProfileManager | |
IncrementToastiesCount(PlayerNumber pn) | ProfileManager | |
Init() | ProfileManager | |
IsSongNew(const Song *pSong) const | ProfileManager | [inline] |
IsUsingProfile(PlayerNumber pn) const | ProfileManager | [inline] |
IsUsingProfile(ProfileSlot slot) const | ProfileManager | |
LastLoadWasFromLastGood(PlayerNumber pn) const | ProfileManager | |
LastLoadWasTamperedOrCorrupt(PlayerNumber pn) const | ProfileManager | |
LoadFirstAvailableProfile(PlayerNumber pn) | ProfileManager | |
LoadLocalProfileFromMachine(PlayerNumber pn) | ProfileManager | |
LoadMachineProfile() | ProfileManager | |
LoadProfile(PlayerNumber pn, CString sProfileDir, bool bIsMemCard) | ProfileManager | [private] |
LoadProfileFromMemoryCard(PlayerNumber pn) | ProfileManager | |
m_bLastLoadWasFromLastGood | ProfileManager | [private] |
m_bLastLoadWasTamperedOrCorrupt | ProfileManager | [private] |
m_bWasLoadedFromMemoryCard | ProfileManager | [private] |
m_MachineProfile | ProfileManager | [private] |
m_Profile | ProfileManager | [private] |
m_sProfileDir | ProfileManager | [private] |
ProfileManager() | ProfileManager | |
ProfileWasLoadedFromMemoryCard(PlayerNumber pn) const | ProfileManager | |
RenameLocalProfile(CString sProfileID, CString sNewName) | ProfileManager | |
SaveAllProfiles() const | ProfileManager | |
SaveMachineProfile() const | ProfileManager | |
SaveProfile(PlayerNumber pn) const | ProfileManager | |
UnloadProfile(PlayerNumber pn) | ProfileManager | |
~ProfileManager() | ProfileManager | |