Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2013-01-05 | 2 | -25/+26 |
| | |||||
* | add ftgl to c/ldflags | Alexander Sulfrian | 2013-01-05 | 2 | -2/+3 |
| | |||||
* | added utils to include path | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | removed orphaned files | Alexander Sulfrian | 2013-01-05 | 2 | -214/+0 |
| | |||||
* | removed deprecated files | Alexander Sulfrian | 2013-01-05 | 3 | -330/+0 |
| | |||||
* | removed pascal code | Alexander Sulfrian | 2013-01-05 | 2 | -170/+0 |
| | |||||
* | fixed tests build | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | fixed test build | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | removed trailing white space | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | added event_manager | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | | | | | event_manager for passing the events from the SDL thread to the event thread | ||||
* | fixed test building | Alexander Sulfrian | 2013-01-05 | 1 | -3/+3 |
| | |||||
* | fixed make script to return error on failed tests | Alexander Sulfrian | 2013-01-05 | 1 | -1/+3 |
| | |||||
* | started gui framework | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | | | | | | | | | | renamed menubackground to framebackground and splited out framebackgroundcolor created control as base class renamed draw to repaint and on_draw to draw in drawable implemented drawablecontrol as base for all visible controls on windows created container (subclass of drawablecontrol) that could contain other drawablecontrols created frame (subclass of container) with a background added openGL ldflag | ||||
* | added imageloading stuff (load images to sdl_surface) | Alexander Sulfrian | 2013-01-05 | 5 | -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 |
| | |||||
* | change shell execution with makefile functions | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | |||||
* | Makefile rework | Alexander Sulfrian | 2013-01-05 | 2 | -19/+65 |
| | | | | | | more custizable with variables target for test-with-coverage (build, run, generate html) tests object and coverage files in seperate dir | ||||
* | beautification of xml output of cppunit | Alexander Sulfrian | 2013-01-05 | 2 | -0/+126 |
| | |||||
* | enabled code coverage debug output | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | added language class for easy translation | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 2013-01-05 | 2 | -14/+13 |
| | | | | | | | 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 | 6 | -0/+155 |
| | |||||
* | 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 |
| | |||||
* | Fixed wrong videogap in txt | Robin Nehls | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | removed function name form console log (could be long because stl templates) | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | added debug flag | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -6/+50 |
| | |||||
* | added txt header loading with test and some preparations for loading notes | Alexander Sulfrian | 2013-01-05 | 1 | -0/+59 |
| | |||||
* | added song loading stubs with different strategies chosen by file extension | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | added ldflag for log4cxx | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
| | |||||
* | added log4cxx config | Alexander Sulfrian | 2013-01-05 | 1 | -0/+42 |
| | | | | | | added log4cxx.xml DOM-config (log4j compatible) ConsoleAppender for ERROR messages RollingFileAppender for ALL messages (with 4 backup files and max. 400KB) | ||||
* | removed hacky workaround | Alexander Sulfrian | 2013-01-05 | 1 | -2/+1 |
| | |||||
* | 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 |
| | |||||
* | added some usefull ignores | Alexander Sulfrian | 2013-01-05 | 1 | -0/+2 |
| |