[wesnoth-commits] [wesnoth/wesnoth] 208891: Make repeats argument optional in wesnoth.audio.play
Celtic Minstrel
noreply at github.com
Sat Jun 12 03:52:47 UTC 2021
Branch: refs/heads/lua_reorg
Home: https://github.com/wesnoth/wesnoth
Commit: 208891c89c9d9106f095b8987d7612e03d956752
https://github.com/wesnoth/wesnoth/commit/208891c89c9d9106f095b8987d7612e03d956752
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: e7989fd5d008c489cc38e0148e6d25a2c731cb8b
https://github.com/wesnoth/wesnoth/commit/e7989fd5d008c489cc38e0148e6d25a2c731cb8b
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: 11a34b0e36457ef8cd35862348e0e702b62e79bf
https://github.com/wesnoth/wesnoth/commit/11a34b0e36457ef8cd35862348e0e702b62e79bf
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: 73a3c5643ca26033bfbac98001ce1aec05b16cd3
https://github.com/wesnoth/wesnoth/commit/73a3c5643ca26033bfbac98001ce1aec05b16cd3
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: 6ac0553cf09b07ae74301dc4fc281af3021426e0
https://github.com/wesnoth/wesnoth/commit/6ac0553cf09b07ae74301dc4fc281af3021426e0
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: 54e4a58bb49ebba121109ea70544427737aad36f
https://github.com/wesnoth/wesnoth/commit/54e4a58bb49ebba121109ea70544427737aad36f
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: 8e34aa6645aa938bf99a08c532074550a898cb0a
https://github.com/wesnoth/wesnoth/commit/8e34aa6645aa938bf99a08c532074550a898cb0a
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: ea4b4d60e027910b607aa11bd0bbd3f1bb6e7479
https://github.com/wesnoth/wesnoth/commit/ea4b4d60e027910b607aa11bd0bbd3f1bb6e7479
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: dde708834e7b838d91f1697fb9c2d0255b9e6446
https://github.com/wesnoth/wesnoth/commit/dde708834e7b838d91f1697fb9c2d0255b9e6446
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: fd8a48f2e81c404cda1a928503d9a7791ceb2731
https://github.com/wesnoth/wesnoth/commit/fd8a48f2e81c404cda1a928503d9a7791ceb2731
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/8e4d4455b541...fd8a48f2e81c
More information about the Commits
mailing list