Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgs | Alexander Sulfrian | 2013-01-13 | 1 | -20/+20 |
| | |||||
* | code formatting | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 1 | -14/+9 |
| | | | | | | 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/char | Alexander Sulfrian | 2013-01-05 | 1 | -15/+16 |
| | |||||
* | renamed Song::cover to Song::cover_file and added Texture* Song::cover | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | dynamic registration of songloading_strategies with static template | Alexander Sulfrian | 2013-01-05 | 1 | -2/+0 |
| | |||||
* | changed all song paths to boost::filesystem::wpath | Alexander Sulfrian | 2013-01-05 | 1 | -5/+5 |
| | | | | | | 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 singleton to cleanup and properly could check for memleaks with valgrind | Alexander Sulfrian | 2013-01-05 | 1 | -0/+2 |
| | |||||
* | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 2013-01-05 | 1 | -13/+12 |
| | | | | | | | all strings with displayable content are now the wide strings for proper unicode handling added boost dependency for proper reading unicode from files | ||||
* | renamed MissingSongTagException to MissingTagException and added tag parameter | Alexander Sulfrian | 2013-01-05 | 1 | -4/+4 |
| | |||||
* | Added exeptiontests for songs with missing required headerfields. | Robin Nehls | 2013-01-05 | 1 | -0/+51 |
| | |||||
* | Added possibility to easyly disable logging | Robin Nehls | 2013-01-05 | 1 | -0/+10 |
| | | | | for functions with are designed to throw exeptions for example | ||||
* | Enabled tests for now correctly implemented headerfields | Robin Nehls | 2013-01-05 | 1 | -14/+12 |
| | |||||
* | added lyric loading to test | Alexander Sulfrian | 2013-01-05 | 1 | -0/+1 |
| | |||||
* | fix memory leak | Alexander Sulfrian | 2013-01-05 | 1 | -0/+3 |
| | |||||
* | removed encoding issue | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | added parsing of song lyric lines | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | Added generic testsong and added more header filds to the unittest | Robin Nehls | 2013-01-05 | 1 | -6/+23 |
| | |||||
* | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 2013-01-05 | 1 | -0/+59 |