| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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
|
|
|
|
| |
draw, repaint methods do not have the SDL_Surface* parameter anymore
|
|
|
|
| |
changed that naming to be consistent to all other draw methods
|
|
|
|
| |
added list of drawable controls that are drawn over all frames
|
| |
|
|
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
|