Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-05 | utils/image: fixed namespace for logging output | Alexander Sulfrian | 1 | -1/+1 | |
2013-01-05 | base: moved Image and Texture to more appropriate locations | Alexander Sulfrian | 1 | -0/+0 | |
2013-01-05 | moved all log messages a level up | Alexander Sulfrian | 1 | -5/+5 | |
log4cpp does not provide the TRACE log level. so it is needed that all log messages shift a level up, so that DEBUG is used in replacement of TRACE and INFO is now used for all messages that were DEBUG | |||||
2013-01-05 | ported from log4cxx to log4cpp | Alexander Sulfrian | 1 | -9/+14 | |
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-05 | changed all wstring/wchar_t to string/char | Alexander Sulfrian | 1 | -10/+10 | |
2013-01-05 | added imageloading stuff (load images to sdl_surface) | Alexander Sulfrian | 1 | -0/+104 | |