[wesnoth-commits] [wesnoth/wesnoth] f96be0: Allow enabling the VSync hint on SDL's software re...
Iris Morelle
noreply at github.com
Wed Oct 6 04:39:16 UTC 2021
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: f96be0298e3a898a0835635c9eeaccf286015b9b
https://github.com/wesnoth/wesnoth/commit/f96be0298e3a898a0835635c9eeaccf286015b9b
Author: Iris Morelle <shadowm at wesnoth.org>
Date: 2021-09-25 (Sat, 25 Sep 2021)
Changed paths:
M data/gui/window/preferences/03_display.cfg
M src/gui/dialogs/preferences_dialog.cpp
M src/preferences/general.cpp
M src/preferences/general.hpp
M src/video.cpp
M src/video.hpp
Log Message:
-----------
Allow enabling the VSync hint on SDL's software renderer
Requires SDL 2.0.17 or later. If an earlier version of SDL 2 is
detected at runtime, the option in Preferences -> Display is hidden and
ignored entirely.
Requires restarting the game because it necessitates recreating the
window.
Closes #5018.
Commit: 1d512e13c6029ebe19c24f53320a5fd0ba8846df
https://github.com/wesnoth/wesnoth/commit/1d512e13c6029ebe19c24f53320a5fd0ba8846df
Author: Iris Morelle <shadowm at wesnoth.org>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M data/gui/window/preferences/03_display.cfg
M src/gui/dialogs/preferences_dialog.cpp
M src/preferences/general.cpp
M src/preferences/general.hpp
M src/video.cpp
M src/video.hpp
Log Message:
-----------
Merge branch 'feature/vsync-hint'
Closes #6115.
Compare: https://github.com/wesnoth/wesnoth/compare/8436700b3657...1d512e13c602
More information about the Commits
mailing list