[wesnoth-commits] [wesnoth/wesnoth] 64f7ad: Lua code: replace deprecated wesnoth.get_all_vars(...
GitHub
noreply at github.com
Mon May 14 03:53:36 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 64f7ad256022426040ef9e13ad7941b6bec789a8
https://github.com/wesnoth/wesnoth/commit/64f7ad256022426040ef9e13ad7941b6bec789a8
Author: mattsc <mattsc000 at gmail.com>
Date: 2018-05-13 (Sun, 13 May 2018)
Changed paths:
M data/lua/core.lua
M data/test/scenarios/test_clear.cfg
Log Message:
-----------
Lua code: replace deprecated wesnoth.get_all_vars() calls
Commit: f153279e87aa8b5a22c3f0d371bb40d9580f09eb
https://github.com/wesnoth/wesnoth/commit/f153279e87aa8b5a22c3f0d371bb40d9580f09eb
Author: mattsc <mattsc000 at gmail.com>
Date: 2018-05-13 (Sun, 13 May 2018)
Changed paths:
M data/scenario-test.cfg
Log Message:
-----------
Lua code: replace deprecated helper.get_variable_proxy_array() call
Commit: f0bb40590fe1a9c2c6683157f9aa93b631848251
https://github.com/wesnoth/wesnoth/commit/f0bb40590fe1a9c2c6683157f9aa93b631848251
Author: mattsc <mattsc000 at gmail.com>
Date: 2018-05-13 (Sun, 13 May 2018)
Changed paths:
M data/ai/lua/ai_helper.lua
M data/ai/lua/generic_recruit_engine.lua
M data/ai/lua/retreat.lua
M data/ai/micro_ais/cas/ca_assassin_move.lua
M data/ai/micro_ais/cas/ca_big_animals.lua
M data/ai/micro_ais/cas/ca_coward.lua
M data/ai/micro_ais/cas/ca_fast_attack_utils.lua
M data/ai/micro_ais/cas/ca_fast_combat.lua
M data/ai/micro_ais/cas/ca_fast_combat_leader.lua
M data/ai/micro_ais/cas/ca_forest_animals_move.lua
M data/ai/micro_ais/cas/ca_goto.lua
M data/ai/micro_ais/cas/ca_hang_out.lua
M data/ai/micro_ais/cas/ca_healer_initialize.lua
M data/ai/micro_ais/cas/ca_healer_move.lua
M data/ai/micro_ais/cas/ca_herding_attack_close_enemy.lua
M data/ai/micro_ais/cas/ca_herding_dog_move.lua
M data/ai/micro_ais/cas/ca_herding_dog_stopmove.lua
M data/ai/micro_ais/cas/ca_herding_f_herding_area.lua
M data/ai/micro_ais/cas/ca_herding_herd_sheep.lua
M data/ai/micro_ais/cas/ca_herding_sheep_move.lua
M data/ai/micro_ais/cas/ca_herding_sheep_runs_dog.lua
M data/ai/micro_ais/cas/ca_herding_sheep_runs_enemy.lua
M data/ai/micro_ais/cas/ca_hunter.lua
M data/ai/micro_ais/cas/ca_lurkers.lua
M data/ai/micro_ais/cas/ca_messenger_attack.lua
M data/ai/micro_ais/cas/ca_messenger_escort_move.lua
M data/ai/micro_ais/cas/ca_messenger_f_next_waypoint.lua
M data/ai/micro_ais/cas/ca_patrol.lua
M data/ai/micro_ais/cas/ca_return_guardian.lua
M data/ai/micro_ais/cas/ca_simple_attack.lua
M data/ai/micro_ais/cas/ca_stationed_guardian.lua
M data/ai/micro_ais/cas/ca_wolves_move.lua
M data/ai/micro_ais/cas/ca_wolves_wander.lua
M data/ai/micro_ais/cas/ca_zone_guardian.lua
M data/ai/micro_ais/mai-defs/animals.lua
M data/ai/micro_ais/mai-defs/escort.lua
M data/ai/micro_ais/mai-defs/guardian.lua
M data/ai/micro_ais/mai-defs/patrol.lua
M data/ai/micro_ais/micro_ai_helper.lua
M join.lua
Log Message:
-----------
Lua code: replace deprecated helper.get_child() calls
Commit: 7c137e1a336559acdd6f797192a9516135480b2e
https://github.com/wesnoth/wesnoth/commit/7c137e1a336559acdd6f797192a9516135480b2e
Author: mattsc <mattsc000 at gmail.com>
Date: 2018-05-13 (Sun, 13 May 2018)
Changed paths:
M data/ai/lua/battle_calcs.lua
M data/ai/lua/generic_recruit_engine.lua
M data/ai/lua/retreat.lua
M data/ai/micro_ais/cas/ca_fast_attack_utils.lua
M data/ai/micro_ais/cas/ca_hang_out.lua
M data/ai/micro_ais/cas/ca_protect_unit_attack.lua
M data/ai/micro_ais/cas/ca_protect_unit_finish.lua
M data/ai/micro_ais/cas/ca_protect_unit_move.lua
M data/ai/micro_ais/cas/ca_recruit_random.lua
M data/ai/micro_ais/mai-defs/protect.lua
M data/ai/micro_ais/micro_ai_helper.lua
M data/ai/micro_ais/micro_ai_self_data.lua
M data/ai/micro_ais/micro_ai_unit_variables.lua
M data/multiplayer/scenarios/2p_Dark_Forecast.lua
Log Message:
-----------
Lua code: replace deprecated helper.child_range() calls
Commit: 3c792fc7d774c96ef467847a6267a71a2f731f96
https://github.com/wesnoth/wesnoth/commit/3c792fc7d774c96ef467847a6267a71a2f731f96
Author: mattsc <mattsc000 at gmail.com>
Date: 2018-05-13 (Sun, 13 May 2018)
Changed paths:
M data/ai/micro_ais/cas/ca_forest_animals_move.lua
M data/ai/micro_ais/cas/ca_forest_animals_new_rabbit.lua
M data/ai/micro_ais/engines/priority_target_engine.lua
M data/multiplayer/scenarios/2p_Dark_Forecast.lua
M data/test/scenarios/ai/_main.cfg
Log Message:
-----------
Lua code: replace deprecated helper.[gs]et_variable_array() calls
Commit: 08a000a7daabb74f6dd7370c1b2b95f3e83e5501
https://github.com/wesnoth/wesnoth/commit/08a000a7daabb74f6dd7370c1b2b95f3e83e5501
Author: mattsc <mattsc000 at gmail.com>
Date: 2018-05-13 (Sun, 13 May 2018)
Changed paths:
M data/ai/scenarios/scenario-AI_Arena_small.cfg
Log Message:
-----------
Lua code: remove deprecated helper.set_wml_var_metatable() call
It’s not needed here.
Commit: 1684e2f5daa6b84906186b101c83a6a017b07581
https://github.com/wesnoth/wesnoth/commit/1684e2f5daa6b84906186b101c83a6a017b07581
Author: mattsc <mattsc000 at gmail.com>
Date: 2018-05-13 (Sun, 13 May 2018)
Changed paths:
M data/ai/lua/generic_recruit_engine.lua
M data/ai/lua/generic_rush_engine.lua
M data/ai/micro_ais/cas/ca_forest_animals_move.lua
M data/ai/micro_ais/cas/ca_forest_animals_new_rabbit.lua
M data/ai/micro_ais/cas/ca_hunter.lua
M data/ai/scenarios/scenario-AI_Arena_small.cfg
M data/campaigns/Heir_To_The_Throne/scenarios/17_Scepter_of_Fire.cfg
M data/test/scenarios/interrupts.cfg
Log Message:
-----------
Remove unnecessary inclusions of helper.set_wml_action_metatable {}
Commit: 4b6681a300f29eab3b5adcf3b12df8bc6ad455dd
https://github.com/wesnoth/wesnoth/commit/4b6681a300f29eab3b5adcf3b12df8bc6ad455dd
Author: mattsc <mattsc000 at gmail.com>
Date: 2018-05-13 (Sun, 13 May 2018)
Changed paths:
M data/ai/lua/generic_recruit_engine.lua
M data/ai/lua/generic_rush_engine.lua
M data/ai/micro_ais/cas/ca_fast_attack_utils.lua
M data/ai/micro_ais/cas/ca_fast_combat.lua
M data/ai/micro_ais/cas/ca_forest_animals_move.lua
M data/ai/micro_ais/cas/ca_forest_animals_new_rabbit.lua
M data/ai/micro_ais/cas/ca_hang_out.lua
M data/ai/micro_ais/cas/ca_healer_initialize.lua
M data/ai/micro_ais/cas/ca_healer_move.lua
M data/ai/micro_ais/cas/ca_herding_attack_close_enemy.lua
M data/ai/micro_ais/cas/ca_herding_dog_move.lua
M data/ai/micro_ais/cas/ca_herding_dog_stopmove.lua
M data/ai/micro_ais/cas/ca_herding_herd_sheep.lua
M data/ai/micro_ais/cas/ca_herding_sheep_runs_dog.lua
M data/ai/micro_ais/cas/ca_herding_sheep_runs_enemy.lua
M data/ai/micro_ais/cas/ca_lurkers.lua
M data/ai/micro_ais/cas/ca_messenger_escort_move.lua
M data/ai/micro_ais/cas/ca_messenger_f_next_waypoint.lua
M data/ai/micro_ais/cas/ca_patrol.lua
M data/ai/micro_ais/cas/ca_protect_unit_attack.lua
M data/ai/micro_ais/cas/ca_protect_unit_finish.lua
M data/ai/micro_ais/cas/ca_protect_unit_move.lua
M data/ai/micro_ais/cas/ca_return_guardian.lua
M data/ai/micro_ais/cas/ca_simple_attack.lua
M data/ai/micro_ais/cas/ca_wolves_move.lua
M data/ai/micro_ais/cas/ca_wolves_wander.lua
M data/ai/micro_ais/mai-defs/fast.lua
M data/ai/micro_ais/mai-defs/recruiting.lua
M data/ai/micro_ais/micro_ai_self_data.lua
M data/ai/micro_ais/micro_ai_unit_variables.lua
M data/ai/scenarios/scenario-AI_Arena_small.cfg
M data/campaigns/Heir_To_The_Throne/scenarios/17_Scepter_of_Fire.cfg
M data/campaigns/Legend_of_Wesmere/lua/wml_tags.lua
M data/campaigns/tutorial/lua/character_selection.lua
M data/scenario-test.cfg
M data/test/scenarios/ai/_main.cfg
M data/test/scenarios/interrupts.cfg
M join.lua
Log Message:
-----------
Do not load helper.lua where it is not used any more
Compare: https://github.com/wesnoth/wesnoth/compare/8f93d0a7c67f...4b6681a300f2
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list