[wesnoth-commits] [wesnoth/wesnoth] 2f62aa: Move path-related functions into a new wesnoth.pat...
Celtic Minstrel
noreply at github.com
Fri Jun 18 00:57:05 UTC 2021
Branch: refs/heads/lua_pathfind
Home: https://github.com/wesnoth/wesnoth
Commit: 2f62aafcbfa64c1eb577c5825478e473b4bc188e
https://github.com/wesnoth/wesnoth/commit/2f62aafcbfa64c1eb577c5825478e473b4bc188e
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M data/lua/core/_initial.lua
M src/scripting/game_lua_kernel.cpp
M src/scripting/mapgen_lua_kernel.cpp
Log Message:
-----------
Move path-related functions into a new wesnoth.paths module
This also adds support to the mapgen version of wesnoth.find_path for
taking an options table as the 3rd argument instead of several additional arguments.
The intent of this is to bring the two versions of find_path closer together.
For now, however, the actual options accepted in the table have not changed.
Commit: cc4564d89c168c4a37fe05abeb807283e71ba9d5
https://github.com/wesnoth/wesnoth/commit/cc4564d89c168c4a37fe05abeb807283e71ba9d5
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M data/ai/lua/ai_helper.lua
M data/ai/lua/battle_calcs.lua
M data/ai/lua/ca_castle_switch.lua
M data/ai/lua/ca_grab_villages.lua
M data/ai/lua/generic_recruit_engine.lua
M data/ai/micro_ais/cas/ca_assassin_move.lua
M data/ai/micro_ais/cas/ca_goto.lua
M data/campaigns/Heir_To_The_Throne/scenarios/17_Scepter_of_Fire.cfg
M data/lua/cave_map_generator.lua
M data/lua/wml/find_path.lua
M data/scenario-test.cfg
Log Message:
-----------
Replace uses of wesnoth.find_path
Commit: c81695ea6440cccd7ab1cc0c40037a0406205e38
https://github.com/wesnoth/wesnoth/commit/c81695ea6440cccd7ab1cc0c40037a0406205e38
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-17 (Thu, 17 Jun 2021)
Changed paths:
M data/lua/core/_initial.lua
M src/scripting/game_lua_kernel.cpp
M src/scripting/mapgen_lua_kernel.cpp
Log Message:
-----------
fix whitespace
Compare: https://github.com/wesnoth/wesnoth/compare/a2df2f849cd0...c81695ea6440
More information about the Commits
mailing list