aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/songloading/songloading_strategy_txt.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dynamic registration of songloading_strategies with static templateAlexander Sulfrian2013-01-051-4/+4
|
* changed all song paths to boost::filesystem::wpathAlexander Sulfrian2013-01-051-7/+6
| | | | | | 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
* use trim, trim_left, trim_right from boost::algorithm::stringAlexander Sulfrian2013-01-051-49/+7
|
* converted all strings and chars to wstrings and wchar_tsAlexander Sulfrian2013-01-051-53/+54
| | | | | | | all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files
* added try ... catch for each line and warn if error at lineAlexander Sulfrian2013-01-051-27/+33
|
* sort includesAlexander Sulfrian2013-01-051-2/+4
|
* added {r,l}trim_newline that only remove '\r' and '\n', remove '\r' from lyricsAlexander Sulfrian2013-01-051-0/+21
|
* added complete song structureAlexander Sulfrian2013-01-051-3/+3
| | | | | | | 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
* cut big function for parsing song lines in some smallerAlexander Sulfrian2013-01-051-70/+84
|
* added parsing of song lyric linesAlexander Sulfrian2013-01-051-9/+65
|
* 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-051-3/+134
|
* added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian2013-01-051-0/+44