Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-05 | Makefile: simplified Makefile | Alexander Sulfrian | 1 | -9/+10 | |
TOP should not be needed to set anymore Makefile.inc could be included before all other | |||||
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 | 1 | -1/+1 | |
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 | add ftgl to c/ldflags | Alexander Sulfrian | 1 | -2/+2 | |
2013-01-05 | added utils to include path | Alexander Sulfrian | 1 | -1/+1 | |
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 | |
event_manager for passing the events from the SDL thread to the event thread | |||||
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 | |
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 | |||||
2013-01-05 | change shell execution with makefile functions | Alexander Sulfrian | 1 | -2/+2 | |
2013-01-05 | Makefile rework | Alexander Sulfrian | 1 | -19/+64 | |
more custizable with variables target for test-with-coverage (build, run, generate html) tests object and coverage files in seperate dir | |||||
2013-01-05 | enabled code coverage debug output | Alexander Sulfrian | 1 | -2/+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 | 1 | -1/+1 | |
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 | added debug flag | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | added song loading stubs with different strategies chosen by file extension | Alexander Sulfrian | 1 | -2/+2 | |
2013-01-05 | added ldflag for log4cxx | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | removed hacky workaround | Alexander Sulfrian | 1 | -2/+1 | |
2013-01-05 | added dep-calculation to rebuild objectfile, if header changed | Alexander Sulfrian | 1 | -3/+12 | |
2013-01-05 | added cppunit testframework (try make && make run in the test folder) | Alexander Sulfrian | 1 | -0/+30 | |