Etterna 0.74.4
|
Shared background-related routines. More...
Functions | |
void | AddBackgroundChange (std::vector< BackgroundChange > &vBackgroundChanges, const BackgroundChange &seg) |
void | SortBackgroundChangesArray (std::vector< BackgroundChange > &vBackgroundChanges) |
void | GetBackgroundEffects (const std::string &sName, std::vector< std::string > &vsPathsOut, std::vector< std::string > &vsNamesOut) |
void | GetBackgroundTransitions (const std::string &sName, std::vector< std::string > &vsPathsOut, std::vector< std::string > &vsNamesOut) |
void | GetSongBGAnimations (const Song *pSong, const std::string &sMatch, std::vector< std::string > &vsPathsOut, std::vector< std::string > &vsNamesOut) |
void | GetSongMovies (const Song *pSong, const std::string &sMatch, std::vector< std::string > &vsPathsOut, std::vector< std::string > &vsNamesOut) |
void | GetSongBitmaps (const Song *pSong, const std::string &sMatch, std::vector< std::string > &vsPathsOut, std::vector< std::string > &vsNamesOut) |
void | GetGlobalBGAnimations (const Song *pSong, const std::string &sMatch, std::vector< std::string > &vsPathsOut, std::vector< std::string > &vsNamesOut) |
void | BakeAllBackgroundChanges (Song *pSong) |
Shared background-related routines.