aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/image.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.inc: modularized flags, removed include dirsAlexander Sulfrian2013-01-051-1/+1
|
* code formattingAlexander Sulfrian2013-01-051-1/+2
|
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-051-3/+4
| | | | | | 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
* changed all wstring/wchar_t to string/charAlexander Sulfrian2013-01-051-1/+1
|
* changed from SDL rendering to OpenGLAlexander Sulfrian2013-01-051-2/+3
| | | | draw, repaint methods do not have the SDL_Surface* parameter anymore
* added imageloading stuff (load images to sdl_surface)Alexander Sulfrian2013-01-051-0/+83