Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-05 | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 1 | -109/+0 | |
2013-01-05 | moved all log messages a level up | Alexander Sulfrian | 1 | -5/+5 | |
log4cpp does not provide the TRACE log level. so it is needed that all log messages shift a level up, so that DEBUG is used in replacement of TRACE and INFO is now used for all messages that were DEBUG | |||||
2013-01-05 | code formatting | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | ported from log4cxx to log4cpp | Alexander Sulfrian | 2 | -23/+23 | |
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 | |||||
2013-01-05 | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2 | -25/+26 | |
2013-01-05 | removed orphaned files | Alexander Sulfrian | 2 | -214/+0 | |
2013-01-05 | added imageloading stuff (load images to sdl_surface) | Alexander Sulfrian | 1 | -0/+104 | |
2013-01-05 | renamed Song::cover to Song::cover_file and added Texture* Song::cover | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | dynamic registration of songloading_strategies with static template | Alexander Sulfrian | 1 | -2/+0 | |
2013-01-05 | changed all song paths to boost::filesystem::wpath | Alexander Sulfrian | 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 | |||||
2013-01-05 | added loading for languages and some test for language class | Alexander Sulfrian | 1 | -0/+86 | |
2013-01-05 | delete singleton to cleanup and properly could check for memleaks with valgrind | Alexander Sulfrian | 1 | -0/+2 | |
2013-01-05 | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 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 | |||||
2013-01-05 | renamed MissingSongTagException to MissingTagException and added tag parameter | Alexander Sulfrian | 1 | -4/+4 | |
2013-01-05 | Added exeptiontests for songs with missing required headerfields. | Robin Nehls | 1 | -0/+51 | |
2013-01-05 | Added possibility to easyly disable logging | Robin Nehls | 1 | -0/+10 | |
for functions with are designed to throw exeptions for example | |||||
2013-01-05 | Enabled tests for now correctly implemented headerfields | Robin Nehls | 1 | -14/+12 | |
2013-01-05 | added lyric loading to test | Alexander Sulfrian | 1 | -0/+1 | |
2013-01-05 | fix memory leak | Alexander Sulfrian | 1 | -0/+3 | |
2013-01-05 | removed encoding issue | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | added parsing of song lyric lines | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | Added generic testsong and added more header filds to the unittest | Robin Nehls | 1 | -6/+23 | |
2013-01-05 | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 1 | -0/+59 | |
2013-01-05 | major refactor of stats structure | Alexander Sulfrian | 1 | -10/+12 | |
2013-01-05 | added function for testing weather a table contains a column or not | Alexander Sulfrian | 1 | -0/+18 | |
2013-01-05 | added function for testing if table exists in database | Alexander Sulfrian | 1 | -0/+12 | |
2013-01-05 | implement get_stat_reset, format_date; added some tests | Alexander Sulfrian | 1 | -0/+20 | |
2013-01-05 | added possibility to test private methods | Alexander Sulfrian | 1 | -0/+4 | |
2013-01-05 | Added test for ringbuffer.cpp | Robin Nehls | 1 | -0/+181 | |
2013-01-05 | Changed db path from absolute to relative | Robin Nehls | 1 | -1/+1 | |
2013-01-05 | started conversion of UDatabase, added first tests for framework | Alexander Sulfrian | 1 | -0/+72 | |
you will need a Ultrastar.db in the game folder to pass the tests |