[Commits] [wesnoth/wesnoth] d55e88: Hacky fix for the flickering when a screen is full...

GitHub noreply at github.com
Sat Jul 16 07:05:09 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: d55e88428098fa8c6d20e0de676e3b201fd521e3
      https://github.com/wesnoth/wesnoth/commit/d55e88428098fa8c6d20e0de676e3b201fd521e3
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-07-15 (Fri, 15 Jul 2016)

  Changed paths:
    M src/display.cpp
    M src/events.cpp
    M src/video.cpp
    M src/video.hpp

  Log Message:
  -----------
  Hacky fix for the flickering when a screen is fully redrawn.

The fix supresses the call to flip() while a full redrawn
is performed. The flip calls are instead deferred to
then next draw-cycle.


  Commit: aa58d83b4500bd697ef1efcea1406fe5f9318322
      https://github.com/wesnoth/wesnoth/commit/aa58d83b4500bd697ef1efcea1406fe5f9318322
  Author: Andreas Löf <andreas at alternating.net>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M src/display.cpp
    M src/events.cpp
    M src/video.hpp

  Log Message:
  -----------
  Use RAII instead of lock->unlock directly.


  Commit: b2f86b6b0750d3eb7d8dfdc92f7fe86408438792
      https://github.com/wesnoth/wesnoth/commit/b2f86b6b0750d3eb7d8dfdc92f7fe86408438792
  Author: Andreas <andreas at alternating.net>
  Date:   2016-07-16 (Sat, 16 Jul 2016)

  Changed paths:
    M src/display.cpp
    M src/events.cpp
    M src/video.cpp
    M src/video.hpp

  Log Message:
  -----------
  Merge pull request #697 from wesnoth/flickerfix

Hacky fix for the flickering when a screen is fully redrawn.


Compare: https://github.com/wesnoth/wesnoth/compare/6abd7a6941e9...b2f86b6b0750


More information about the Commits mailing list