[Commits] [wesnoth/wesnoth] 58ee98: Lua: Add float mutator macros and some fixups/clea...

GitHub noreply at github.com
Mon Apr 24 16:20:07 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 58ee985c5b7f0d9d663f56f051fa78b15e20a14b
      https://github.com/wesnoth/wesnoth/commit/58ee985c5b7f0d9d663f56f051fa78b15e20a14b
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-04-24 (Mon, 24 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: b6212132a25d8afeb45b5fc66602a71d33951ff6
      https://github.com/wesnoth/wesnoth/commit/b6212132a25d8afeb45b5fc66602a71d33951ff6
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-04-24 (Mon, 24 Apr 2017)

  Changed paths:
    M src/scripting/lua_common.hpp

  Log Message:
  -----------
  Lua: Wrap accessor/mutator macros in do...while


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

  Changed paths:
    M changelog
    M data/gui/window/theme_list.cfg
    M src/display.cpp
    M src/display.hpp
    M src/preferences_display.cpp

  Log Message:
  -----------
  Allow changing theme while in a game


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

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

  Log Message:
  -----------
  Enable scenarios to change theme in an event


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

  Changed paths:
    M src/preferences_display.cpp

  Log Message:
  -----------
  Fix scenario theme being overridden when changing theme in prefs


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

  Changed paths:
    A data/core/images/themes/unit_box/status-bg.png
    M data/themes/unit_box.cfg

  Log Message:
  -----------
  Fix most of the missing image errors in the UnitBox theme


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

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

  Log Message:
  -----------
  Add WML tag to change the map zoom level


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

  Changed paths:
    M src/controller_base.cpp
    M src/controller_base.hpp
    M src/display.cpp
    M src/editor/controller/editor_controller.cpp
    M src/editor/controller/editor_controller.hpp
    M src/editor/toolkit/editor_toolkit.cpp
    M src/hotkey/command_executor.cpp
    M src/theme.cpp
    M src/theme.hpp

  Log Message:
  -----------
  Revert "Revert an unnecessary part of 7d2d100"

This reverts commit 42cb55fa24ca79b43d3a5fc7f29841fce77eea34,
which broke generated menus in the editor due to changing the signature
of a method that was overridden from two superclasses.


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

  Changed paths:
    M src/map/label.cpp

  Log Message:
  -----------
  Fix an uninitialized variable warning


Compare: https://github.com/wesnoth/wesnoth/compare/872dc7646dfc...00a461626bbb


More information about the Commits mailing list