[wesnoth-commits] [wesnoth/wesnoth] 325696: Move path-related functions into a new wesnoth.pat...
Celtic Minstrel
noreply at github.com
Sat Jun 19 16:00:46 UTC 2021
Branch: refs/heads/lua_pathfind
Home: https://github.com/wesnoth/wesnoth
Commit: 32569664a52f472f5a33f1e295240595ee9afab8
https://github.com/wesnoth/wesnoth/commit/32569664a52f472f5a33f1e295240595ee9afab8
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-19 (Sat, 19 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: 9b3476e1a2f4597f2cf987c780a32550f04b82bb
https://github.com/wesnoth/wesnoth/commit/9b3476e1a2f4597f2cf987c780a32550f04b82bb
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-19 (Sat, 19 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: b0ee75b37a45e98f0965d9a33487f915d4998114
https://github.com/wesnoth/wesnoth/commit/b0ee75b37a45e98f0965d9a33487f915d4998114
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-19 (Sat, 19 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/c81695ea6440...b0ee75b37a45
More information about the Commits
mailing list