[Commits] [wesnoth/wesnoth] d18e77: Update Micro AIs to use new Lua API functions for ...
GitHub
noreply at github.com
Mon Mar 13 02:33:29 UTC 2017
Branch: refs/heads/api_use_updates
Home: https://github.com/wesnoth/wesnoth
Commit: d18e774bc4873e7ea4b4364ffd139a5623925a81
https://github.com/wesnoth/wesnoth/commit/d18e774bc4873e7ea4b4364ffd139a5623925a81
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-03-12 (Sun, 12 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: 045c7f3450fad50f6e1619bb8e8251c27e3721cd
https://github.com/wesnoth/wesnoth/commit/045c7f3450fad50f6e1619bb8e8251c27e3721cd
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-03-12 (Sun, 12 Mar 2017)
Changed paths:
M data/lua/wml-tags.lua
Log Message:
-----------
Update [heal_unit] to use new animation API calls
Commit: b6e3d9b118592f6008da61889a98116dd749dadf
https://github.com/wesnoth/wesnoth/commit/b6e3d9b118592f6008da61889a98116dd749dadf
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-03-12 (Sun, 12 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^...b6e3d9b11859
More information about the Commits
mailing list