[Commits] [wesnoth/wesnoth] 300ca4: Update Micro AIs to use new Lua API functions for ...
GitHub
noreply at github.com
Sun Mar 19 23:11:18 UTC 2017
Branch: refs/heads/api_use_updates
Home: https://github.com/wesnoth/wesnoth
Commit: 300ca4a6b4d091c31169d32e27a1301044a6e35f
https://github.com/wesnoth/wesnoth/commit/300ca4a6b4d091c31169d32e27a1301044a6e35f
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-03-19 (Sun, 19 Mar 2017)
Changed paths:
M data/ai/micro_ais/cas/ca_healer_initialize.lua
M data/ai/micro_ais/cas/ca_healer_may_attack.lua
M data/ai/micro_ais/engines/priority_target_engine.lua
M data/ai/micro_ais/mai-defs/fast.lua
M data/ai/micro_ais/mai-defs/protect.lua
M data/ai/micro_ais/mai-defs/recruiting.lua
M data/ai/micro_ais/micro_ai_helper.lua
Log Message:
-----------
Update Micro AIs to use new Lua API functions for altering AI
Commit: eee6d0f87f5a4e3a0d151c27c187e5c72d0069f6
https://github.com/wesnoth/wesnoth/commit/eee6d0f87f5a4e3a0d151c27c187e5c72d0069f6
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-03-19 (Sun, 19 Mar 2017)
Changed paths:
M data/lua/wml-tags.lua
Log Message:
-----------
Update [heal_unit] to use new animation API calls
Commit: 8658379ef454b068114d0fb40e51d5dad2fbfe32
https://github.com/wesnoth/wesnoth/commit/8658379ef454b068114d0fb40e51d5dad2fbfe32
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-03-19 (Sun, 19 Mar 2017)
Changed paths:
M src/scripting/lua_kernel_base.cpp
M src/scripting/lua_map_location_ops.cpp
M src/scripting/lua_map_location_ops.hpp
Log Message:
-----------
Some changes to the undocumented location Lua API
- Remove parse_direction and write_direction; instead just always require directions as strings
- Remove zero, as it's pointless - just use {0,0}
- Add vector_diff
Compare: https://github.com/wesnoth/wesnoth/compare/d18e774bc487...8658379ef454
More information about the Commits
mailing list