aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/songloading/songloader.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
|
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-051-4/+8
| | | | | | log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-051-6/+6
|
* dynamic registration of songloading_strategies with static templateAlexander Sulfrian2013-01-051-16/+11
|
* changed all song paths to boost::filesystem::wpathAlexander Sulfrian2013-01-051-22/+10
| | | | | | 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
* delete all members of containers with std::for_eachAlexander Sulfrian2013-01-051-6/+9
|
* made singletons reusableAlexander Sulfrian2013-01-051-0/+3
| | | | | set instance variable to NULL on deletion of singleton, so that it is reconstructed before next usage
* added custom exception classes for better catching them (gotta catch 'em all)Alexander Sulfrian2013-01-051-2/+2
|
* fix memory leakAlexander Sulfrian2013-01-051-0/+6
|
* added parsing of song lyric linesAlexander Sulfrian2013-01-051-0/+18
|
* added txt header loading with test and some preparations for loading notesAlexander Sulfrian2013-01-051-2/+2
|
* added song loading stubs with different strategies chosen by file extensionAlexander Sulfrian2013-01-051-0/+76