aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/song.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms
* 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
| | | | | | all song paths are now wpath so all extensions are also std::wstring and all logging with song filename have to be also std::wstring
* converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2013-01-051-50/+54
| | | | | | | all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files
* 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
| | | | | renamed finish to stop changed type of year to int
* 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
| | | | std::list.back() returns undefined values if list is empty
* 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 LyricLines for lines of lyrics with some words added LyricWords for single words (notes) of lyrics added construction/deconstruction of lines and words form parsed data changed BPM list to list of pointer
* 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