[Commits] [wesnoth/wesnoth] 165fcf: Use SDL rect utils instead of custom implementatio...
GitHub
noreply at github.com
Mon Jun 19 18:14:38 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 165fcf80f284359b2119678de72a8e781c51eec2
https://github.com/wesnoth/wesnoth/commit/165fcf80f284359b2119678de72a8e781c51eec2
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M src/sdl/rect.cpp
Log Message:
-----------
Use SDL rect utils instead of custom implementations
Commit: 410d945d6dcdfa6a5c13ae1279f2e86b6bf5e13e
https://github.com/wesnoth/wesnoth/commit/410d945d6dcdfa6a5c13ae1279f2e86b6bf5e13e
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M src/events.cpp
Log Message:
-----------
Remove manual call to SDL_PumpEvents
SDL_PollEvent implicitly call this anyway, so this was just superfluous and potentially performance-impacting.
Commit: 6c85e0d8a91f04fd2f95860bca2ffeb9d779bd7f
https://github.com/wesnoth/wesnoth/commit/6c85e0d8a91f04fd2f95860bca2ffeb9d779bd7f
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-06-20 (Tue, 20 Jun 2017)
Changed paths:
M src/video.cpp
Log Message:
-----------
Removed SDL_INIT_NOPARACHUTE from SDL_InitSubSystem
This flag doesn't do anything and is ignored.
Compare: https://github.com/wesnoth/wesnoth/compare/5c440b87d43c...6c85e0d8a91f
More information about the Commits
mailing list