| Commit message (Expand) | Author | Files | Lines |
2013-01-13 | test/utils/rectangle: removed deprecated ctor | Alexander Sulfrian | 1 | -2/+1 |
2013-01-13 | test/base/ringbuffer: fix whitespaces | Alexander Sulfrian | 1 | -2/+1 |
2013-01-13 | tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgs | Alexander Sulfrian | 5 | -89/+89 |
2013-01-13 | test/utils/math: test the math helper functions | Alexander Sulfrian | 1 | -0/+157 |
2013-01-13 | test: initialize log for test output | Alexander Sulfrian | 1 | -0/+3 |
2013-01-13 | utils/rectangle: could get top/bottom/left/right coordinates from Rectangle | Alexander Sulfrian | 1 | -2/+2 |
2013-01-05 | utils/image: fixed namespace for logging output | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | utils/rectangle: added function to intersect two rectangles | Alexander Sulfrian | 1 | -0/+26 |
2013-01-05 | utils/rectangle: added constructor for array of values | Alexander Sulfrian | 1 | -0/+66 |
2013-01-05 | tests: added test of operator overloading for point | Alexander Sulfrian | 1 | -0/+106 |
2013-01-05 | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 1 | -0/+0 |
2013-01-05 | Makefile: simplified Makefile | Alexander Sulfrian | 1 | -9/+10 |
2013-01-05 | moved all log messages a level up | Alexander Sulfrian | 1 | -5/+5 |
2013-01-05 | code formatting | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | removed duplicate variable | Alexander Sulfrian | 1 | -2/+1 |
2013-01-05 | Makefile with shared include for main app and tests | Alexander Sulfrian | 1 | -11/+4 |
2013-01-05 | ported from log4cxx to log4cpp | Alexander Sulfrian | 5 | -66/+39 |
2013-01-05 | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 2 | -25/+26 |
2013-01-05 | add ftgl to c/ldflags | Alexander Sulfrian | 2 | -2/+3 |
2013-01-05 | added utils to include path | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | removed orphaned files | Alexander Sulfrian | 2 | -214/+0 |
2013-01-05 | removed deprecated files | Alexander Sulfrian | 3 | -330/+0 |
2013-01-05 | removed pascal code | Alexander Sulfrian | 2 | -170/+0 |
2013-01-05 | fixed tests build | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | fixed test build | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | removed trailing white space | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | added event_manager | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | fixed test building | Alexander Sulfrian | 1 | -3/+3 |
2013-01-05 | fixed make script to return error on failed tests | Alexander Sulfrian | 1 | -1/+3 |
2013-01-05 | started gui framework | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | added imageloading stuff (load images to sdl_surface) | Alexander Sulfrian | 5 | -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 | change shell execution with makefile functions | Alexander Sulfrian | 1 | -2/+2 |
2013-01-05 | Makefile rework | Alexander Sulfrian | 2 | -19/+65 |
2013-01-05 | beautification of xml output of cppunit | Alexander Sulfrian | 2 | -0/+126 |
2013-01-05 | enabled code coverage debug output | Alexander Sulfrian | 1 | -2/+2 |
2013-01-05 | changed all song paths to boost::filesystem::wpath | Alexander Sulfrian | 1 | -5/+5 |
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 | added language class for easy translation | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | converted all strings and chars to wstrings and wchar_ts | Alexander Sulfrian | 2 | -14/+13 |
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 | 6 | -0/+155 |
2013-01-05 | Added possibility to easyly disable logging | Robin Nehls | 1 | -0/+10 |
2013-01-05 | Enabled tests for now correctly implemented headerfields | Robin Nehls | 1 | -14/+12 |
2013-01-05 | Fixed wrong videogap in txt | Robin Nehls | 1 | -1/+1 |
2013-01-05 | removed function name form console log (could be long because stl templates) | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | added debug flag | Alexander Sulfrian | 1 | -1/+1 |
2013-01-05 | added lyric loading to test | Alexander Sulfrian | 1 | -0/+1 |