[Commits] [wesnoth/wesnoth] 4ff77b: redraw_unit takes display & as an argument

GitHub noreply at github.com
Tue Jun 17 06:20:08 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 4ff77b84c80f09d795c4aa1841ce09a993779276
      https://github.com/wesnoth/wesnoth/commit/4ff77b84c80f09d795c4aa1841ce09a993779276
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-06-16 (Mon, 16 Jun 2014)

  Changed paths:
    M src/display.cpp
    M src/display.hpp
    M src/drawable_unit.cpp
    M src/drawable_unit.hpp
    M src/game_display.cpp

  Log Message:
  -----------
  redraw_unit takes display & as an argument


  Commit: 504e4932b51bd43fad5218b1de37569f7b24f29b
      https://github.com/wesnoth/wesnoth/commit/504e4932b51bd43fad5218b1de37569f7b24f29b
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-06-17 (Tue, 17 Jun 2014)

  Changed paths:
    M projectfiles/CodeBlocks-SCons/wesnoth.cbp
    M projectfiles/CodeBlocks/wesnoth.cbp
    M projectfiles/VC9/wesnoth.vcproj
    M src/CMakeLists.txt
    M src/SConscript
    M src/actions/attack.cpp
    M src/actions/move.cpp
    M src/actions/undo.cpp
    M src/display.cpp
    M src/drawable_unit.cpp
    M src/editor/action/action_item.cpp
    M src/editor/action/action_unit.cpp
    M src/editor/editor_controller.cpp
    M src/fake_unit_manager.cpp
    M src/game_events/action_wml.cpp
    M src/mouse_events.cpp
    M src/scripting/lua.cpp
    M src/unit.cpp
    M src/unit.hpp
    M src/unit_animation.cpp
    A src/unit_animation_component.cpp
    A src/unit_animation_component.hpp
    M src/unit_display.cpp
    M src/whiteboard/highlighter.cpp
    M src/whiteboard/manager.cpp
    M src/whiteboard/move.cpp
    M src/whiteboard/recall.cpp
    M src/whiteboard/recruit.cpp
    M src/whiteboard/utility.cpp

  Log Message:
  -----------
  split off animation fcs from unit to unit_animation_component

This is a strict refactor, all we do is move the functions and
variables used just for animations to "unit_animation_component",
and include the necessary headers appropriate.

With a bit more work we can probably remove the graphics related
headers from unit.hpp


  Commit: 027a135118f63d2cb19b932c57270ad3e3a0f161
      https://github.com/wesnoth/wesnoth/commit/027a135118f63d2cb19b932c57270ad3e3a0f161
  Author: Chris Beck <render787 at gmail.com>
  Date:   2014-06-17 (Tue, 17 Jun 2014)

  Changed paths:
    M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj

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


Compare: https://github.com/wesnoth/wesnoth/compare/f78fbdb36acb...027a135118f6


More information about the Commits mailing list