[Commits] [wesnoth/wesnoth] 7834b2: Forest Animals Micro AI: move only one unit per ex...
GitHub
noreply at github.com
Tue Oct 11 17:10:59 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 7834b25b577953644d322173da938faf4abff620
https://github.com/wesnoth/wesnoth/commit/7834b25b577953644d322173da938faf4abff620
Author: mattsc <mattsc000 at gmail.com>
Date: 2016-10-11 (Tue, 11 Oct 2016)
Changed paths:
M data/ai/micro_ais/cas/ca_forest_animals_move.lua
M data/ai/micro_ais/cas/ca_forest_animals_tusklet_move.lua
Log Message:
-----------
Forest Animals Micro AI: move only one unit per execution
There is essentially no time saving involved with doing it all in one
execution as all tables need to be reevaluated for each unit anyway in
order to adapt to potential changes due to ambushes or WML events. (The
latter is not all done yet, will be added in a follow-up commit.)
More information about the Commits
mailing list