[Commits] [wesnoth/wesnoth] 753570: Small refinement of 3b276ff

GitHub noreply at github.com
Mon May 22 04:35:08 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 75357087e83fad8205d1e69f7b98a9f2d0019b3c
      https://github.com/wesnoth/wesnoth/commit/75357087e83fad8205d1e69f7b98a9f2d0019b3c
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/config.hpp

  Log Message:
  -----------
  Small refinement of 3b276ff


  Commit: 1299998a6f8d9b4100a5f52091db5a9d28b12d05
      https://github.com/wesnoth/wesnoth/commit/1299998a6f8d9b4100a5f52091db5a9d28b12d05
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/units/unit.cpp

  Log Message:
  -----------
  Fix erroneous "unknown attribute discarded" warnings for new [unit] keys


  Commit: a141de5e53c5ea9be314506f9e841d3439b8c79e
      https://github.com/wesnoth/wesnoth/commit/a141de5e53c5ea9be314506f9e841d3439b8c79e
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/gui/dialogs/story_viewer.hpp
    M src/storyscreen/controller.hpp

  Log Message:
  -----------
  Address potential crash if a storyscreen has no showable parts


  Commit: c0e694083452a46a1991dc3c771fdb4e3c630bdd
      https://github.com/wesnoth/wesnoth/commit/c0e694083452a46a1991dc3c771fdb4e3c630bdd
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/scripting/game_lua_kernel.cpp

  Log Message:
  -----------
  Prevent [modify_ai][ai] from cluttering AI config with empty stages


  Commit: 6048eb8a80635c20308c5ab0811564018d5ffd01
      https://github.com/wesnoth/wesnoth/commit/6048eb8a80635c20308c5ab0811564018d5ffd01
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/scripting/lua_kernel_base.cpp
    M src/scripting/lua_kernel_base.hpp

  Log Message:
  -----------
  Add wesnoth.kernel_type() to detect the class of the current Lua kernel

This probably won't be needed by addons; it's intended to allow the
core.lua file to conditionally add functions only in certain contexts.


  Commit: 021d9653c58cf510b0198527a124dde351462fb0
      https://github.com/wesnoth/wesnoth/commit/021d9653c58cf510b0198527a124dde351462fb0
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/formula/string_utils.hpp

  Log Message:
  -----------
  Use variadic macros for VGETTEXT/VNGETTEXT to allow embedding map literals in the macro without surrounding them in parentheses


  Commit: 2cc7ec4bde0371a4bfb0683b6d88b97d7dbaf2be
      https://github.com/wesnoth/wesnoth/commit/2cc7ec4bde0371a4bfb0683b6d88b97d7dbaf2be
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/formula/string_utils.cpp
    M src/formula/string_utils.hpp
    M src/scripting/lua_kernel_base.cpp

  Log Message:
  -----------
  Add API function for formatting lists

Exactly how robust across languages this is remains unknown.
It may be best to use it only for simple lists.

The API is exposed to Lua as well.


  Commit: c6bdcb0f53b66a2d0f8a7a284b5c56ce0962b17f
      https://github.com/wesnoth/wesnoth/commit/c6bdcb0f53b66a2d0f8a7a284b5c56ce0962b17f
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/gui/widgets/multimenu_button.cpp
    M src/units/attack_type.cpp
    M src/units/unit.cpp

  Log Message:
  -----------
  Deploy format_conjunct_list


  Commit: c8e631685384d4255c5bf5e9c45c805b13d7902d
      https://github.com/wesnoth/wesnoth/commit/c8e631685384d4255c5bf5e9c45c805b13d7902d
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/units/attack_type.cpp
    M src/units/unit.cpp

  Log Message:
  -----------
  Colour-code modifiers in trait description tooltips


  Commit: 081ed82416876b6cf851c89b91d8e1cf9f602199
      https://github.com/wesnoth/wesnoth/commit/081ed82416876b6cf851c89b91d8e1cf9f602199
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/gui/widgets/unit_preview_pane.cpp

  Log Message:
  -----------
  Unit preview pane: use more span_color() where possible


Compare: https://github.com/wesnoth/wesnoth/compare/71408850c67c...081ed8241687


More information about the Commits mailing list