aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/songloading/songloading_strategy_xml.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* fix includesAlexander Sulfrian2013-01-201-0/+2
|
* remove legacy keywords from file headerAlexander Sulfrian2013-01-131-2/+0
|
* changed all song paths to boost::filesystem::wpathAlexander Sulfrian2013-01-051-1/+1
| | | | | | 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
* added txt header loading with test and some preparations for loading notesAlexander Sulfrian2013-01-051-1/+6
|
* added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian2013-01-051-0/+44