[Commits] [wesnoth/wesnoth] 8fd75b: Video: enabled VSync for renderer (experimental)
GitHub
noreply at github.com
Wed Jun 14 19:39:38 UTC 2017
Branch: refs/heads/accelerated_rendering
Home: https://github.com/wesnoth/wesnoth
Commit: 8fd75bebe7d553412a738a4d2c05b1db6ab317f0
https://github.com/wesnoth/wesnoth/commit/8fd75bebe7d553412a738a4d2c05b1db6ab317f0
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-06-15 (Thu, 15 Jun 2017)
Changed paths:
M src/video.cpp
Log Message:
-----------
Video: enabled VSync for renderer (experimental)
Commit: c6e3ffdfdbd7d5fcbc4c838b77f4130843d588e0
https://github.com/wesnoth/wesnoth/commit/c6e3ffdfdbd7d5fcbc4c838b77f4130843d588e0
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-06-15 (Thu, 15 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: 281c8249d480b0f6a634b47ec99de47a2f8ee283
https://github.com/wesnoth/wesnoth/commit/281c8249d480b0f6a634b47ec99de47a2f8ee283
Author: Charles Dang <exodia339 at gmail.com>
Date: 2017-06-15 (Thu, 15 Jun 2017)
Changed paths:
M src/units/drawer.cpp
Log Message:
-----------
Units: fixed bad HP/XP bars fill rect offset
Compare: https://github.com/wesnoth/wesnoth/compare/b3fbe787ecef...281c8249d480
More information about the Commits
mailing list