[Commits] [wesnoth/wesnoth] ed1516: Convert uses of resources::units to resources::gam...

GitHub noreply at github.com
Fri Dec 2 01:00:24 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ed15163b95317cd36b65c5e32314015dd059431f
      https://github.com/wesnoth/wesnoth/commit/ed15163b95317cd36b65c5e32314015dd059431f
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M src/actions/advancement.cpp
    M src/actions/attack.cpp
    M src/actions/create.cpp
    M src/actions/heal.cpp
    M src/actions/move.cpp
    M src/actions/undo_action.cpp
    M src/actions/undo_move_action.cpp
    M src/actions/undo_recall_action.cpp
    M src/actions/undo_recruit_action.cpp
    M src/actions/vision.cpp
    M src/ai/actions.cpp
    M src/ai/composite/goal.cpp
    M src/ai/contexts.cpp
    M src/ai/default/aspect_attacks.cpp
    M src/ai/default/ca.cpp
    M src/ai/default/ca_move_to_targets.cpp
    M src/ai/default/contexts.cpp
    M src/ai/default/recruitment.cpp
    M src/ai/formula/ai.cpp
    M src/ai/formula/callable_objects.cpp
    M src/ai/formula/function_table.cpp
    M src/ai/formula/stage_unit_formulas.cpp
    M src/ai/lua/core.cpp
    M src/ai/lua/engine_lua.cpp
    M src/ai/simulated_actions.cpp
    M src/attack_prediction_display.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/map/context_manager.cpp
    M src/game_events/action_wml.cpp
    M src/game_events/conditional_wml.cpp
    M src/game_events/entity_location.cpp
    M src/game_events/pump.cpp
    M src/gui/dialogs/unit_recall.cpp
    M src/pathfind/pathfind.cpp
    M src/pathfind/teleport.cpp
    M src/play_controller.cpp
    M src/replay.cpp
    M src/resources.cpp
    M src/resources.hpp
    M src/scripting/lua_formula_bridge.cpp
    M src/scripting/lua_unit.cpp
    M src/synced_commands.cpp
    M src/units/abilities.cpp
    M src/units/udisplay.cpp
    M src/units/unit.cpp
    M src/whiteboard/attack.cpp
    M src/whiteboard/highlighter.cpp
    M src/whiteboard/manager.cpp
    M src/whiteboard/manager.hpp
    M src/whiteboard/mapbuilder.cpp
    M src/whiteboard/move.cpp
    M src/whiteboard/recall.cpp
    M src/whiteboard/recruit.cpp
    M src/whiteboard/suppose_dead.cpp
    M src/whiteboard/utility.cpp

  Log Message:
  -----------
  Convert uses of resources::units to resources::gameboard->units()

This mirrors the similar conversion of resources::teams in 6235e18bbd127.





More information about the Commits mailing list