[Commits] [wesnoth/wesnoth] c9d5bf: Move all drawing methods to rely on Rendering inst...
GitHub
noreply at github.com
Fri Nov 4 08:16:33 UTC 2016
Branch: refs/heads/tidyup_blitting
Home: https://github.com/wesnoth/wesnoth
Commit: c9d5bf53dc07137edccf7b0cd1ea8e4950c37c73
https://github.com/wesnoth/wesnoth/commit/c9d5bf53dc07137edccf7b0cd1ea8e4950c37c73
Author: Andreas Löf <andreas at alternating.net>
Date: 2016-11-04 (Fri, 04 Nov 2016)
Changed paths:
M src/gui/core/canvas.cpp
Log Message:
-----------
Move all drawing methods to rely on Rendering instead of blitting
The custom-written blitting methods don't play entirely nice with SDL2's
rendering and blitting functions. By removing the custom blitting functions
and instead relying on SDL2, we're able to remove the graohical artefacts
that arise from combining them.
More information about the Commits
mailing list