Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added first frame and sub directory for frames | Alexander Sulfrian | 2013-01-05 | 1 | -0/+4 |
| | | | | loading screen: currently only with background | ||||
* | changed from SDL rendering to OpenGL | Alexander Sulfrian | 2013-01-05 | 1 | -11/+41 |
| | | | | draw, repaint methods do not have the SDL_Surface* parameter anymore | ||||
* | added software cursor | Alexander Sulfrian | 2013-01-05 | 1 | -0/+7 |
| | |||||
* | changed screen to display (only local naming) | Alexander Sulfrian | 2013-01-05 | 1 | -2/+2 |
| | | | | changed that naming to be consistent to all other draw methods | ||||
* | added overlays | Alexander Sulfrian | 2013-01-05 | 1 | -0/+18 |
| | | | | added list of drawable controls that are drawn over all frames | ||||
* | added event_manager | Alexander Sulfrian | 2013-01-05 | 1 | -4/+16 |
| | | | | | event_manager for passing the events from the SDL thread to the event thread | ||||
* | refactor some things with FPSmanager | Alexander Sulfrian | 2013-01-05 | 1 | -7/+28 |
| | |||||
* | reset singleton instance on destruction | Alexander Sulfrian | 2013-01-05 | 1 | -0/+3 |
| | |||||
* | added main application | Alexander Sulfrian | 2013-01-05 | 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 |