[Commits] [wesnoth/wesnoth] ba9274: Lobby Data: use proper names for Missing Content p...

GitHub noreply at github.com
Wed Nov 1 00:19:23 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: ba9274ea7b9ec418623522e38482d4b3c6bcb7de
      https://github.com/wesnoth/wesnoth/commit/ba9274ea7b9ec418623522e38482d4b3c6bcb7de
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-11-01 (Wed, 01 Nov 2017)

  Changed paths:
    M src/game_initialization/lobby_data.cpp

  Log Message:
  -----------
  Lobby Data: use proper names for Missing Content prompt

Turns out the data we need is already in the config to begin with, so we don't need to query the
addon server for anything! I kept the fallback to addon id in the case a name wasn't provided for
some reason, though.


  Commit: fa14cf65e186963c5626dae4a2a99626f782863a
      https://github.com/wesnoth/wesnoth/commit/fa14cf65e186963c5626dae4a2a99626f782863a
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-11-01 (Wed, 01 Nov 2017)

  Changed paths:
    M data/gui/window/lobby_main.cfg

  Log Message:
  -----------
  MP Lobby: right-align status text

[ci skip]

This prevents status text from sometimes floating off to the left if the status label shrinks but
a relayout hasn't occurred. In that case, the label widget's area would be larger than needed for
the text, and since left-align is the default setting, the next text gets stuck weirdly aligned.


Compare: https://github.com/wesnoth/wesnoth/compare/d4d4201d7544...fa14cf65e186


More information about the Commits mailing list