Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-05 | menu: clean quit after pressing q | Alexander Sulfrian | 1 | -0/+10 | |
2013-01-05 | menu/application: Application now is also a container for the overlays | Alexander Sulfrian | 1 | -19/+4 | |
2013-01-05 | menu: Container subclasses need a Container as parent/owner | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | Makefile.inc: modularized flags, removed include dirs | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | ported from log4cxx to log4cpp | Alexander Sulfrian | 1 | -5/+7 | |
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 | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 1 | -2/+2 | |
2013-01-05 | added first frame and sub directory for frames | Alexander Sulfrian | 1 | -0/+4 | |
loading screen: currently only with background | |||||
2013-01-05 | changed from SDL rendering to OpenGL | Alexander Sulfrian | 1 | -11/+41 | |
draw, repaint methods do not have the SDL_Surface* parameter anymore | |||||
2013-01-05 | added software cursor | Alexander Sulfrian | 1 | -0/+7 | |
2013-01-05 | changed screen to display (only local naming) | Alexander Sulfrian | 1 | -2/+2 | |
changed that naming to be consistent to all other draw methods | |||||
2013-01-05 | added overlays | Alexander Sulfrian | 1 | -0/+18 | |
added list of drawable controls that are drawn over all frames | |||||
2013-01-05 | added event_manager | Alexander Sulfrian | 1 | -4/+16 | |
event_manager for passing the events from the SDL thread to the event thread | |||||
2013-01-05 | refactor some things with FPSmanager | Alexander Sulfrian | 1 | -7/+28 | |
2013-01-05 | reset singleton instance on destruction | Alexander Sulfrian | 1 | -0/+3 | |
2013-01-05 | added main application | Alexander Sulfrian | 1 | -0/+139 | |
added makefile added main function (src/main.cpp) added Application-class with sdl initialisation and main loop added log4cxx.xml configuration for main application adjusted .gitignore |