[wesnoth-commits] [wesnoth/wesnoth] 3f9bea: Make repeats argument optional in wesnoth.audio.play

Celtic Minstrel noreply at github.com
Sat Jun 12 01:25:36 UTC 2021


  Branch: refs/heads/lua_reorg
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 3f9beac6b83eb74ea3176df82537a77c81707214
      https://github.com/wesnoth/wesnoth/commit/3f9beac6b83eb74ea3176df82537a77c81707214
  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: b4c3fdfa62a9faa9785c9ea59685b1732ed0c537
      https://github.com/wesnoth/wesnoth/commit/b4c3fdfa62a9faa9785c9ea59685b1732ed0c537
  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: a09e4a0a3ee0986320dd7bc9583022f570749173
      https://github.com/wesnoth/wesnoth/commit/a09e4a0a3ee0986320dd7bc9583022f570749173
  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: 745f39deafe8110342c6bd0fc05e3080e5658dbe
      https://github.com/wesnoth/wesnoth/commit/745f39deafe8110342c6bd0fc05e3080e5658dbe
  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: 07d4a57d3cb713cb45b5dbfbf2c43ad52eaabab6
      https://github.com/wesnoth/wesnoth/commit/07d4a57d3cb713cb45b5dbfbf2c43ad52eaabab6
  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: 74814359a197f5e2886190361b3f5097fcce0682
      https://github.com/wesnoth/wesnoth/commit/74814359a197f5e2886190361b3f5097fcce0682
  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: d9c91f518c72a4a1542ac8d5d984aed02e822cb1
      https://github.com/wesnoth/wesnoth/commit/d9c91f518c72a4a1542ac8d5d984aed02e822cb1
  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: 546d35e8cc7a771ee93c1ff8a77425781a6ddf8a
      https://github.com/wesnoth/wesnoth/commit/546d35e8cc7a771ee93c1ff8a77425781a6ddf8a
  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: d718c256ef70a078b8ddd0b725dd819a2f0b598a
      https://github.com/wesnoth/wesnoth/commit/d718c256ef70a078b8ddd0b725dd819a2f0b598a
  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: ac8d3602499b5ce9d1d6a4cdf84676ab4dc5c9b7
      https://github.com/wesnoth/wesnoth/commit/ac8d3602499b5ce9d1d6a4cdf84676ab4dc5c9b7
  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: 9a3c79f90c7859787d4274b751fc0723e7e684da
      https://github.com/wesnoth/wesnoth/commit/9a3c79f90c7859787d4274b751fc0723e7e684da
  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/2aef94b2c04f...9a3c79f90c78



More information about the Commits mailing list