| Commit message (Expand) | Author | Age | Files | Lines |
* | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 2013-01-05 | 1 | -109/+0 |
* | moved all log messages a level up | Alexander Sulfrian | 2013-01-05 | 1 | -5/+5 |
* | code formatting | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 2 | -23/+23 |
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 2 | -25/+26 |
* | removed orphaned files | Alexander Sulfrian | 2013-01-05 | 2 | -214/+0 |
* | added imageloading stuff (load images to sdl_surface) | Alexander Sulfrian | 2013-01-05 | 1 | -0/+104 |
* | 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 |
* | added loading for languages and some test for language class | Alexander Sulfrian | 2013-01-05 | 1 | -0/+86 |
* | 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 |
* | 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 |
* | 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 |
* | major refactor of stats structure | Alexander Sulfrian | 2013-01-05 | 1 | -10/+12 |
* | added function for testing weather a table contains a column or not | Alexander Sulfrian | 2013-01-05 | 1 | -0/+18 |
* | added function for testing if table exists in database | Alexander Sulfrian | 2013-01-05 | 1 | -0/+12 |
* | implement get_stat_reset, format_date; added some tests | Alexander Sulfrian | 2013-01-05 | 1 | -0/+20 |
* | added possibility to test private methods | Alexander Sulfrian | 2013-01-05 | 1 | -0/+4 |
* | Added test for ringbuffer.cpp | Robin Nehls | 2013-01-05 | 1 | -0/+181 |
* | Changed db path from absolute to relative | Robin Nehls | 2013-01-05 | 1 | -1/+1 |
* | started conversion of UDatabase, added first tests for framework | Alexander Sulfrian | 2013-01-05 | 1 | -0/+72 |