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