[Commits] [wesnoth/wesnoth] 5037cf: Added SDL_Texture wrapper class and some utility f...

GitHub noreply at github.com
Tue Jun 6 09:54:11 UTC 2017


  Branch: refs/heads/accelerated_rendering
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 5037cf73cb9492cbc323551ee734074a73b2d00d
      https://github.com/wesnoth/wesnoth/commit/5037cf73cb9492cbc323551ee734074a73b2d00d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M projectfiles/CodeBlocks/wesnoth.cbp
    M source_lists/libwesnoth_sdl
    M src/display.cpp
    M src/gui/core/canvas.cpp
    M src/gui/core/canvas.hpp
    M src/gui/core/event/handler.cpp
    M src/help/help.cpp
    A src/sdl/texture.cpp
    A src/sdl/texture.hpp
    M src/video.cpp
    M src/video.hpp

  Log Message:
  -----------
  Added SDL_Texture wrapper class and some utility functions


  Commit: 534b567de706c1e0ef657004e23217ed04544891
      https://github.com/wesnoth/wesnoth/commit/534b567de706c1e0ef657004e23217ed04544891
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M src/gui/widgets/minimap.cpp

  Log Message:
  -----------
  GUI2/Minimap: quick fix to get the minimap drawing again


  Commit: 57f5b396bbae74183b269908856f2e4e3211fbdd
      https://github.com/wesnoth/wesnoth/commit/57f5b396bbae74183b269908856f2e4e3211fbdd
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M projectfiles/CodeBlocks/wesnoth.cbp
    M src/gui/core/canvas.cpp
    A src/sdl/render_utils.hpp
    M src/sdl/texture.cpp
    M src/sdl/texture.hpp

  Log Message:
  -----------
  Moved renderer RAII helpers to their own file and added ones for clip rect and viewport


  Commit: a5d98df5333f94ee85c2c12be002b46a1926e72d
      https://github.com/wesnoth/wesnoth/commit/a5d98df5333f94ee85c2c12be002b46a1926e72d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M src/video.cpp

  Log Message:
  -----------
  CVideo: convert blit_surface to handle input as textures instead of blitting to framebuffer


  Commit: b89272414a0f46f4f37247413ddbc83040d73757
      https://github.com/wesnoth/wesnoth/commit/b89272414a0f46f4f37247413ddbc83040d73757
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-06-06 (Tue, 06 Jun 2017)

  Changed paths:
    M utils/wiki_grabber.py

  Log Message:
  -----------
  Used more attractive table style when exporting data to wiki


Compare: https://github.com/wesnoth/wesnoth/compare/8f4de8a3c631...b89272414a0f


More information about the Commits mailing list