aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-05Makefile: simplified MakefileAlexander Sulfrian1-5/+3
TOP should not be needed to set anymore Makefile.inc could be included before all other
2013-01-05removed orphaned variablesAlexander Sulfrian1-1/+1
2013-01-05removed duplicate variableAlexander Sulfrian1-2/+1
2013-01-05Makefile with shared include for main app and testsAlexander Sulfrian1-9/+3
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian1-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-05add ftgl to c/ldflagsAlexander Sulfrian1-2/+2
2013-01-05added utils to include pathAlexander Sulfrian1-1/+1
2013-01-05added first frame and sub directory for framesAlexander Sulfrian1-1/+1
loading screen: currently only with background
2013-01-05added event_managerAlexander Sulfrian1-1/+1
event_manager for passing the events from the SDL thread to the event thread
2013-01-05added main applicationAlexander Sulfrian1-0/+42
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