[wesnoth-commits] [wesnoth/wesnoth] 7fc9e1: Make repeats argument optional in wesnoth.audio.play
Celtic Minstrel
noreply at github.com
Sat Jun 12 01:58:37 UTC 2021
Branch: refs/heads/lua_reorg
Home: https://github.com/wesnoth/wesnoth
Commit: 7fc9e1b052daf59f43a002ebf720ca0cf6bffb53
https://github.com/wesnoth/wesnoth/commit/7fc9e1b052daf59f43a002ebf720ca0cf6bffb53
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M src/scripting/game_lua_kernel.cpp
Log Message:
-----------
Make repeats argument optional in wesnoth.audio.play
Commit: 4f7a0df681b0a6ff99ebd626c15696c5d87153ef
https://github.com/wesnoth/wesnoth/commit/4f7a0df681b0a6ff99ebd626c15696c5d87153ef
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-11 (Fri, 11 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: 3daba4fff050a2f05abcbe369fa7662d3264dfdd
https://github.com/wesnoth/wesnoth/commit/3daba4fff050a2f05abcbe369fa7662d3264dfdd
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-11 (Fri, 11 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: 02d6801c1b0ad94d2d1f72340209e763f586018e
https://github.com/wesnoth/wesnoth/commit/02d6801c1b0ad94d2d1f72340209e763f586018e
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M data/lua/core/interface.lua
M src/scripting/game_lua_kernel.cpp
Log Message:
-----------
Move several functions to the wesnoth.interface module
Commit: 74bb513cabf953432abae75aaa92aa17a0535c06
https://github.com/wesnoth/wesnoth/commit/74bb513cabf953432abae75aaa92aa17a0535c06
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M data/lua/core/units.lua
M src/scripting/game_lua_kernel.cpp
Log Message:
-----------
Move wesnoth.teleport into wesnoth.units
Commit: 15db61ee9a0766a6380bb878fe01b9f3a7e400d4
https://github.com/wesnoth/wesnoth/commit/15db61ee9a0766a6380bb878fe01b9f3a7e400d4
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M data/lua/core/_initial.lua
M data/lua/wml-conditionals.lua
M data/lua/wml/endlevel.lua
M src/scripting/game_lua_kernel.cpp
M src/scripting/game_lua_kernel.hpp
Log Message:
-----------
Move the end level data accessors to wesnoth.scenario
Commit: 475735710614899ae29946dd509d53d7af124006
https://github.com/wesnoth/wesnoth/commit/475735710614899ae29946dd509d53d7af124006
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M src/scripting/game_lua_kernel.cpp
Log Message:
-----------
Fix wesnoth.scenario deferring to wesnoth.game_config
Commit: 57c526ff79d85a59607180af051179dff6eab89a
https://github.com/wesnoth/wesnoth/commit/57c526ff79d85a59607180af051179dff6eab89a
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M data/lua/core/_initial.lua
M src/scripting/game_lua_kernel.cpp
Log Message:
-----------
Move wesnoth.get_traits into wesnoth.game_config as global_traits
Commit: 1d18685d942af199becfdde8f52990631521b17d
https://github.com/wesnoth/wesnoth/commit/1d18685d942af199becfdde8f52990631521b17d
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-11 (Fri, 11 Jun 2021)
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/micro_ai_unit_variables.lua
M data/campaigns/Son_Of_The_Black_Eye/ai/ca_transport_S6.lua
M data/campaigns/World_Conquest/lua/game_mechanics/invest/invest.lua
M data/campaigns/World_Conquest/lua/game_mechanics/pickup_confirmation_dialog.lua
M data/lua/core/_initial.lua
M data/lua/core/wml.lua
M data/lua/wml-tags.lua
M data/lua/wml/message.lua
M data/modifications/pick_advance/main.lua
M data/scenario-test.cfg
M data/test/scenarios/break_replay_with_lua_random.cfg
M data/test/scenarios/recruit_facing.cfg
M src/scripting/game_lua_kernel.cpp
Log Message:
-----------
Add wesnoth.sync module for the synchronization-related commands
Commit: 93d3275273443806c9c607445105d46e7d13d195
https://github.com/wesnoth/wesnoth/commit/93d3275273443806c9c607445105d46e7d13d195
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M src/scripting/game_lua_kernel.cpp
Log Message:
-----------
Remove undocumented wesnoth.game_config.eras
Commit: 8e4d4455b541178efa1dfbbc09d22b3d536d3d99
https://github.com/wesnoth/wesnoth/commit/8e4d4455b541178efa1dfbbc09d22b3d536d3d99
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2021-06-11 (Fri, 11 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/9a3c79f90c78...8e4d4455b541
More information about the Commits
mailing list