Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base/time: Replaces by std::chrono. | Alexander Sulfrian | 2015-04-03 | 2 | -6/+6 |
* | utils/math: Remove custom implementation of min/max. | Alexander Sulfrian | 2015-04-03 | 1 | -157/+0 |
* | menu/application: Remove singleton. | Alexander Sulfrian | 2015-04-03 | 1 | -18/+9 |
* | test: Fix include paths. | Alexander Sulfrian | 2015-03-31 | 10 | -13/+13 |
* | .gitignore cleanup | Alexander Sulfrian | 2015-03-30 | 1 | -4/+0 |
* | Remove plain makefiles. Use cmake. | Alexander Sulfrian | 2015-03-30 | 1 | -78/+0 |
* | remove semicolon after namespace | Alexander Sulfrian | 2014-05-04 | 10 | -10/+10 |
* | utils/colors: move colors into subdir, add hsv | Alexander Sulfrian | 2014-04-08 | 3 | -2/+177 |
* | test/menu/application: add some application tests | Alexander Sulfrian | 2013-01-21 | 1 | -0/+83 |
* | test/base/timestamp: some timestamp tests | Alexander Sulfrian | 2013-01-21 | 1 | -0/+68 |
* | fix includes | Alexander Sulfrian | 2013-01-20 | 1 | -1/+4 |
* | test/utils/rectangle: removed deprecated ctor | Alexander Sulfrian | 2013-01-13 | 1 | -2/+1 |
* | test/base/ringbuffer: fix whitespaces | Alexander Sulfrian | 2013-01-13 | 1 | -2/+1 |
* | tests: changed CPPUNIT_ASSERT to CPPUNIT_ASSERT_EQUAL for better error msgs | Alexander Sulfrian | 2013-01-13 | 5 | -89/+89 |
* | test/utils/math: test the math helper functions | Alexander Sulfrian | 2013-01-13 | 1 | -0/+157 |
* | test: initialize log for test output | Alexander Sulfrian | 2013-01-13 | 1 | -0/+3 |
* | utils/rectangle: could get top/bottom/left/right coordinates from Rectangle | Alexander Sulfrian | 2013-01-13 | 1 | -2/+2 |
* | utils/image: fixed namespace for logging output | Alexander Sulfrian | 2013-01-05 | 1 | -1/+1 |
* | utils/rectangle: added function to intersect two rectangles | Alexander Sulfrian | 2013-01-05 | 1 | -0/+26 |
* | utils/rectangle: added constructor for array of values | Alexander Sulfrian | 2013-01-05 | 1 | -0/+66 |
* | tests: added test of operator overloading for point | Alexander Sulfrian | 2013-01-05 | 1 | -0/+106 |
* | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 2013-01-05 | 1 | -0/+0 |
* | Makefile: simplified Makefile | Alexander Sulfrian | 2013-01-05 | 1 | -9/+10 |
* | 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 |
* | removed duplicate variable | Alexander Sulfrian | 2013-01-05 | 1 | -2/+1 |
* | Makefile with shared include for main app and tests | Alexander Sulfrian | 2013-01-05 | 1 | -11/+4 |
* | ported from log4cxx to log4cpp | Alexander Sulfrian | 2013-01-05 | 5 | -66/+39 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | added loading for languages and some test for language class | Alexander Sulfrian | 2013-01-05 | 1 | -0/+86 |