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