aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/song.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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