[Commits] [wesnoth/wesnoth] 00b2e5: Properly port [kill] to Lua

GitHub noreply at github.com
Mon Apr 10 02:15:08 UTC 2017


  Branch: refs/heads/wml_tag_porting
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 00b2e59912a786ab1c8beb32cf8bad7f29bb8ca9
      https://github.com/wesnoth/wesnoth/commit/00b2e59912a786ab1c8beb32cf8bad7f29bb8ca9
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

  Changed paths:
    M data/lua/wml-tags.lua
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/game_lua_kernel.hpp

  Log Message:
  -----------
  Properly port [kill] to Lua


  Commit: b7bc51d2bbeb6b94fceaf4f12fc722dce87b5e2a
      https://github.com/wesnoth/wesnoth/commit/b7bc51d2bbeb6b94fceaf4f12fc722dce87b5e2a
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

  Changed paths:
    M data/lua/wml-tags.lua
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_team.cpp

  Log Message:
  -----------
  Properly port [scroll] to Lua


  Commit: 7b6c13bc28af10d3eb4b454b72f878907925f69f
      https://github.com/wesnoth/wesnoth/commit/7b6c13bc28af10d3eb4b454b72f878907925f69f
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

  Changed paths:
    M data/lua/wml-tags.lua
    M data/lua/wml-utils.lua
    M projectfiles/VC12/wesnoth.vcxproj
    M projectfiles/VC12/wesnoth.vcxproj.filters
    M source_lists/wesnoth
    M src/scripting/game_lua_kernel.cpp
    A src/scripting/lua_audio.cpp
    A src/scripting/lua_audio.hpp
    M src/scripting/lua_team.cpp
    M src/sound.cpp
    M src/sound.hpp
    M src/sound_music_track.hpp

  Log Message:
  -----------
  Properly port [music] to Lua


  Commit: a5b6c69939b2de98063044f5aba13153db73c9cf
      https://github.com/wesnoth/wesnoth/commit/a5b6c69939b2de98063044f5aba13153db73c9cf
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_common.hpp
    M src/scripting/lua_unit.cpp

  Log Message:
  -----------
  Lua: Add float mutator macros and some fixups/cleanup to other mutator/accessor macros
- Enclose all macro arguments in parentheses, except those meant to be statements
- Use pushlstring to allow strings with nulls
- New float mutators


  Commit: fabfee711295d3b75a844cb389880901dd4c0f84
      https://github.com/wesnoth/wesnoth/commit/fabfee711295d3b75a844cb389880901dd4c0f84
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

  Changed paths:
    M data/lua/wml-tags.lua
    M src/game_events/action_wml.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/scripting/lua_audio.cpp
    M src/sound.cpp
    M src/sound.hpp

  Log Message:
  -----------
  Port [volume] to Lua

This also fixes [volume] considering 100% to be an invalid volume.


  Commit: 9ddbb1b9cd0b3cee9f3ff812ae055623a9b4a512
      https://github.com/wesnoth/wesnoth/commit/9ddbb1b9cd0b3cee9f3ff812ae055623a9b4a512
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-04-09 (Sun, 09 Apr 2017)

  Changed paths:
    M src/playsingle_controller.cpp
    M src/scripting/lua_audio.cpp
    M src/sound.cpp

  Log Message:
  -----------
  fixup! Properly port [music] to Lua


Compare: https://github.com/wesnoth/wesnoth/compare/7e79147ffd1c...9ddbb1b9cd0b


More information about the Commits mailing list