aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/song.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-13remove legacy keywords from file headerAlexander Sulfrian1-2/+0
2013-01-05code formattingAlexander Sulfrian1-2/+2
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian1-12/+12
2013-01-05changed all wstring/wchar_t to string/charAlexander Sulfrian1-54/+54
2013-01-05renamed Song::cover to Song::cover_file and added Texture* Song::coverAlexander Sulfrian1-3/+3
2013-01-05changed all song paths to boost::filesystem::wpathAlexander Sulfrian1-6/+7
2013-01-05converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian1-50/+54
2013-01-05renamed MissingSongTagException to MissingTagException and added tag parameterAlexander Sulfrian1-4/+4
2013-01-05added custom exception classes for better catching them (gotta catch 'em all)Alexander Sulfrian1-4/+4
2013-01-05removed invalid commentAlexander Sulfrian1-1/+1
2013-01-05added missing getter for song header valuesAlexander Sulfrian1-40/+32
2013-01-05moved todo items downAlexander Sulfrian1-7/+7
2013-01-05parse all special headersAlexander Sulfrian1-17/+11
2013-01-05added functions for parsing float, int and bool headersAlexander Sulfrian1-0/+57
2013-01-05changed handling of empty list detectionAlexander Sulfrian1-4/+2
2013-01-05added calculations to swap from relative mode to absolute beat timesAlexander Sulfrian1-4/+12
2013-01-05removed more memory leaksAlexander Sulfrian1-0/+8
2013-01-05added complete song structureAlexander Sulfrian1-69/+120
2013-01-05Added get methods and made a comment more clearRobin Nehls1-0/+101
2013-01-05added txt header loading with test and some preparations for loading notesAlexander Sulfrian1-0/+115