|
Defines |
#define | SONGS_DIR "Songs/" |
#define | COURSES_DIR "Courses/" |
#define | MAX_EDITS_PER_PROFILE 200 |
#define | MAX_EDIT_SIZE_BYTES 30*1024 |
#define | GROUP_COLOR(i) THEME->GetMetricC("SongManager",ssprintf("GroupColor%d",i+1)) |
#define | CONVERT_COURSE_POINTER(pCourse) |
#define | CONVERT_TRAIL_POINTER(pTrail) |
#define | CONVERT_STEPS_POINTER(pSteps) |
#define | LuaFunction_Song(func, call) |
#define | LuaFunction_Steps(func, call) |
Functions |
const ThemeMetric< int > | NUM_GROUP_COLORS ("SongManager","NumGroupColors") |
const ThemeMetric< RageColor > | BEGINNER_COLOR ("SongManager","BeginnerColor") |
const ThemeMetric< RageColor > | EASY_COLOR ("SongManager","EasyColor") |
const ThemeMetric< RageColor > | MEDIUM_COLOR ("SongManager","MediumColor") |
const ThemeMetric< RageColor > | HARD_COLOR ("SongManager","HardColor") |
const ThemeMetric< RageColor > | CHALLENGE_COLOR ("SongManager","ChallengeColor") |
const ThemeMetric< RageColor > | EDIT_COLOR ("SongManager","EditColor") |
const ThemeMetric< RageColor > | EXTRA_COLOR ("SongManager","ExtraColor") |
const ThemeMetric< int > | EXTRA_COLOR_METER ("SongManager","ExtraColorMeter") |
void | UpdateMetrics () |
void | GetSongsFromVector (const vector< Song * > &Songs, vector< Song * > &AddTo, CString sGroupName, int iMaxStages) |
bool | CompareNotesPointersForExtra (const Steps *n1, const Steps *n2) |
bool | CheckPointer (const Song *p) |
| LuaFunction_Str (Song, SONGMAN->FindSong(str)) |
| LuaFunction_Song (SongFullDisplayTitle, p->GetFullDisplayTitle()) |
bool | CheckPointer (const Steps *p) |
| LuaFunction_Steps (StepsMeter, p->GetMeter()) |
CString | GetCurrentSongDisplayTitle () |
CString | GetCurrentSongDisplayArtist () |
CString | GetCurrentSongCredit () |
CString | GetCurrentStepsCredits () |
| LuaFunction_NoArgs (GetCurrentSongDisplayTitle, GetCurrentSongDisplayTitle()) LuaFunction_NoArgs(GetCurrentSongDisplayArtist |
Variables |
SongManager * | SONGMAN = NULL |
vector< RageColor > | g_vGroupColors |
RageTimer | g_LastMetricUpdate |