aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/application.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-05menu/application: renamed test variableAlexander Sulfrian1-2/+2
2013-01-05menu/application: simplified codeAlexander Sulfrian1-2/+1
2013-01-05menu: keep frame in containerAlexander Sulfrian1-21/+1
before the current frame was stored in application, now every container could keep a frame and paint it before all other content
2013-01-05menu/application: removed display width/height, use DrawableControl::sizeAlexander Sulfrian1-23/+13
2013-01-05menu: clean quit after pressing qAlexander Sulfrian1-0/+10
2013-01-05menu/application: Application now is also a container for the overlaysAlexander Sulfrian1-19/+4
2013-01-05menu: Container subclasses need a Container as parent/ownerAlexander Sulfrian1-1/+1
2013-01-05Makefile.inc: modularized flags, removed include dirsAlexander Sulfrian1-1/+1
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian1-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-05changed all wstring/wchar_t to string/charAlexander Sulfrian1-2/+2
2013-01-05added first frame and sub directory for framesAlexander Sulfrian1-0/+4
loading screen: currently only with background
2013-01-05changed from SDL rendering to OpenGLAlexander Sulfrian1-11/+41
draw, repaint methods do not have the SDL_Surface* parameter anymore
2013-01-05added software cursorAlexander Sulfrian1-0/+7
2013-01-05changed screen to display (only local naming)Alexander Sulfrian1-2/+2
changed that naming to be consistent to all other draw methods
2013-01-05added overlaysAlexander Sulfrian1-0/+18
added list of drawable controls that are drawn over all frames
2013-01-05added event_managerAlexander Sulfrian1-4/+16
event_manager for passing the events from the SDL thread to the event thread
2013-01-05refactor some things with FPSmanagerAlexander Sulfrian1-7/+28
2013-01-05reset singleton instance on destructionAlexander Sulfrian1-0/+3
2013-01-05added main applicationAlexander Sulfrian1-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