aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/songloading (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-05added custom exception classes for better catching them (gotta catch 'em all)Alexander Sulfrian2-2/+10
2013-01-05added {r,l}trim_newline that only remove '\r' and '\n', remove '\r' from lyricsAlexander Sulfrian2-0/+31
2013-01-05remove typoAlexander Sulfrian1-1/+1
2013-01-05fix memory leakAlexander Sulfrian1-0/+6
2013-01-05added complete song structureAlexander Sulfrian1-3/+3
2013-01-05cut big function for parsing song lines in some smallerAlexander Sulfrian2-70/+91
2013-01-05added parsing of song lyric linesAlexander Sulfrian3-10/+85
2013-01-05Added get methods and made a comment more clearRobin Nehls1-1/+1
2013-01-05added txt header loading with test and some preparations for loading notesAlexander Sulfrian7-11/+174
2013-01-05added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian7-0/+360