[Commits] [wesnoth/wesnoth] 0076b8: Rescope move_result

GitHub noreply at github.com
Fri Aug 22 18:01:08 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 0076b8ce8fdd93b6ada0299f15b013b557ab34a3
      https://github.com/wesnoth/wesnoth/commit/0076b8ce8fdd93b6ada0299f15b013b557ab34a3
  Author: Kevin_Xi <kevin.xgr at gmail.com>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M src/ai/actions.cpp
    M src/ai/actions.hpp

  Log Message:
  -----------
  Rescope move_result

The move_spectator_ held by move_result will never get out of scope while CAs which hold move_result(for example, get_healing, move_leader_to_keep) are alive. Rescope move_spectator to do_execute() so the move action will not depend on what move_unit_spectator does internally.


  Commit: 8e57bcbb084ca1e200690b11fe4b2663d0ea5071
      https://github.com/wesnoth/wesnoth/commit/8e57bcbb084ca1e200690b11fe4b2663d0ea5071
  Author: Kevin_Xi <kevin.xgr at gmail.com>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M src/CMakeLists.txt
    M src/SConscript
    A src/ai/simulated_actions.cpp
    A src/ai/simulated_actions.hpp

  Log Message:
  -----------
  Add simulated actions


  Commit: e74e320a58890d98baadb45d9206e95715e6e2b8
      https://github.com/wesnoth/wesnoth/commit/e74e320a58890d98baadb45d9206e95715e6e2b8
  Author: Kevin_Xi <kevin.xgr at gmail.com>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M src/ai/actions.cpp
    M src/ai/actions.hpp
    M src/resources.cpp
    M src/resources.hpp

  Log Message:
  -----------
  Add simulation flag and apply simulated actions to real actions


  Commit: 2bee37058f77a2bb82d1a1f4bba8428fa3983029
      https://github.com/wesnoth/wesnoth/commit/2bee37058f77a2bb82d1a1f4bba8428fa3983029
  Author: Kevin_Xi <kevin.xgr at gmail.com>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

  Changed paths:
    M src/ai/manager.cpp

  Log Message:
  -----------
  Disable animation update while simulation


  Commit: 3efc116abf7e05546286c0b0c0612b7d147a96f6
      https://github.com/wesnoth/wesnoth/commit/3efc116abf7e05546286c0b0c0612b7d147a96f6
  Author: Kevin_Xi <kevin.xgr at gmail.com>
  Date:   2014-08-23 (Sat, 23 Aug 2014)

  Changed paths:
    A src/ai/testing/stage_sf_with_rca.cpp
    A src/ai/testing/stage_sf_with_rca.hpp

  Log Message:
  -----------
  Add strategy_formulation_with_rca stage


  Commit: cb482a38fc0f2bc5e8bc282ea75cdd55bf1f4d54
      https://github.com/wesnoth/wesnoth/commit/cb482a38fc0f2bc5e8bc282ea75cdd55bf1f4d54
  Author: Kevin_Xi <kevin.xgr at gmail.com>
  Date:   2014-08-23 (Sat, 23 Aug 2014)

  Changed paths:
    A data/ai/dev/ai_sf_with_rca.cfg
    M projectfiles/CodeBlocks-SCons/wesnoth.cbp
    M projectfiles/CodeBlocks/wesnoth.cbp
    M src/CMakeLists.txt
    M src/SConscript
    M src/ai/registry.cpp

  Log Message:
  -----------
  Register the new stage and update build files


  Commit: ffd9e6d00fc65644caa971cc28009ef337f51d96
      https://github.com/wesnoth/wesnoth/commit/ffd9e6d00fc65644caa971cc28009ef337f51d96
  Author: Kevin_Xi <kevin.xgr at gmail.com>
  Date:   2014-08-23 (Sat, 23 Aug 2014)

  Changed paths:
    M src/ai/composite/contexts.cpp
    M src/ai/composite/contexts.hpp

  Log Message:
  -----------
  Add strategy flags for rca


Compare: https://github.com/wesnoth/wesnoth/compare/c040fc394f2b...ffd9e6d00fc6


More information about the Commits mailing list