[Commits] [wesnoth/wesnoth] ee4843: use fast function pointers for scaling algorithm s...

GitHub noreply at github.com
Sat Nov 29 04:52:20 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ee48430f58cf449ac79d46901a6b0ea8a824b426
      https://github.com/wesnoth/wesnoth/commit/ee48430f58cf449ac79d46901a6b0ea8a824b426
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-28 (Fri, 28 Nov 2014)

  Changed paths:
    M src/image.cpp
    M src/sdl/utils.cpp
    M src/sdl/utils.hpp

  Log Message:
  -----------
  use fast function pointers for scaling algorithm selection

The first implementation used boost function pointers but these
are much slower for many reasons. This commit refactors the system
to use traditional C-style function pointers, which is all that is
actually needed.


  Commit: 2266042b67aa51d5ff14f7b570343f78bb315ca3
      https://github.com/wesnoth/wesnoth/commit/2266042b67aa51d5ff14f7b570343f78bb315ca3
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-11-28 (Fri, 28 Nov 2014)

  Changed paths:
    A images/buttons/misc/orb-active.png

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/wesnoth/wesnoth


Compare: https://github.com/wesnoth/wesnoth/compare/98111b028e0b...2266042b67aa


More information about the Commits mailing list