aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/application.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added event_managerAlexander Sulfrian2013-01-051-4/+16
| | | | | event_manager for passing the events from the SDL thread to the event thread
* refactor some things with FPSmanagerAlexander Sulfrian2013-01-051-7/+28
|
* reset singleton instance on destructionAlexander Sulfrian2013-01-051-0/+3
|
* added main applicationAlexander Sulfrian2013-01-051-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