[Commits] [wesnoth/wesnoth] 6cfbe6: Fast Micro AI: remove debug output

GitHub noreply at github.com
Sun May 4 21:18:19 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 6cfbe697844f4dfa9fe1562fad65a9f6d1c1d7a9
      https://github.com/wesnoth/wesnoth/commit/6cfbe697844f4dfa9fe1562fad65a9f6d1c1d7a9
  Author: mattsc <mattsc000 at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    M data/ai/micro_ais/cas/ca_fast_combat.lua
    M data/ai/micro_ais/cas/ca_fast_move.lua

  Log Message:
  -----------
  Fast Micro AI: remove debug output


  Commit: 1dd6f7494e03e7f55a9f1a2a83c312a9d3b77727
      https://github.com/wesnoth/wesnoth/commit/1dd6f7494e03e7f55a9f1a2a83c312a9d3b77727
  Author: mattsc <mattsc000 at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    M data/ai/micro_ais/cas/ca_fast_move.lua
    M data/ai/micro_ais/micro_ai_wml_tag.lua

  Log Message:
  -----------
  Fast Micro AI: add a dungeon mode


  Commit: ade936e0b022809c062ae1295b8d867bf127519c
      https://github.com/wesnoth/wesnoth/commit/ade936e0b022809c062ae1295b8d867bf127519c
  Author: mattsc <mattsc000 at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    M data/ai/micro_ais/cas/ca_fast_move.lua

  Log Message:
  -----------
  Fast Micro AI: Add closeness-to-goal to unit order criterion

How fast (in how many turns) the unit can get there remains the main
criterion, but if that is equal for two units, use the closer unit
first.


  Commit: 7ef7d1497866bc38ee964c2d19e4e4030c424ff2
      https://github.com/wesnoth/wesnoth/commit/7ef7d1497866bc38ee964c2d19e4e4030c424ff2
  Author: mattsc <mattsc000 at gmail.com>
  Date:   2014-05-04 (Sun, 04 May 2014)

  Changed paths:
    M data/ai/micro_ais/cas/ca_fast_move.lua

  Log Message:
  -----------
  Fast Micro AI: use hex 2 steps beyond next hop for move evaluation

It results in a better evaluation of the best hex to move to when
distance criterion is used (that is, when we are not in dungeon mode).


Compare: https://github.com/wesnoth/wesnoth/compare/6ab1c1e31567...7ef7d1497866


More information about the Commits mailing list