aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/songloading (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-04remove semicolon after namespaceAlexander Sulfrian10-10/+10
2013-01-20fix includesAlexander Sulfrian3-0/+6
2013-01-13remove legacy keywords from file headerAlexander Sulfrian10-20/+0
2013-01-05Makefile.inc: modularized flags, removed include dirsAlexander Sulfrian2-2/+2
2013-01-05moved all log messages a level upAlexander Sulfrian1-8/+8
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian4-34/+45
2013-01-05changed all wstring/wchar_t to string/charAlexander Sulfrian7-68/+67
2013-01-05dynamic registration of songloading_strategies with static templateAlexander Sulfrian9-25/+202
2013-01-05changed all song paths to boost::filesystem::wpathAlexander Sulfrian7-35/+26
2013-01-05use trim, trim_left, trim_right from boost::algorithm::stringAlexander Sulfrian2-74/+7
2013-01-05delete all members of containers with std::for_eachAlexander Sulfrian1-6/+9
2013-01-05made singletons reusableAlexander Sulfrian1-0/+3
2013-01-05make string constructor argument a constant referenceAlexander Sulfrian1-1/+1
2013-01-05converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2-62/+63
2013-01-05added try ... catch for each line and warn if error at lineAlexander Sulfrian1-27/+33
2013-01-05sort includesAlexander Sulfrian1-2/+4
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