Changed DrawingContext::draw_surface_part() to handle srcrect/dstrect, instead of...
authorIngo Ruhnke <grumbel@gmail.com>
Sat, 16 Aug 2014 19:54:16 +0000 (21:54 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Sat, 16 Aug 2014 19:54:16 +0000 (21:54 +0200)
commit634111449bef8b030090510475857adde9f3f87e
tree4b4c0ac738b4069f6681e426d9dc27a9feeb6dd0
parentf2ffe3ee4a4955232ac311c661f98e11d2daa155
Changed DrawingContext::draw_surface_part() to handle srcrect/dstrect, instead of just srcrect/dstpos, this allows surface scaling
src/sprite/sprite.cpp
src/video/drawing_context.cpp
src/video/drawing_context.hpp
src/video/drawing_request.hpp
src/video/font.cpp
src/video/gl/gl_lightmap.cpp
src/video/gl/gl_renderer.cpp
src/video/sdl/sdl_painter.cpp