[wesnoth-commits] [wesnoth/wesnoth] 18afe0: GUI2/Size Lock: ensure formula sizes are recalcula...

GitHub noreply at github.com
Sat May 5 01:35:46 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 18afe08a7b0646aefdf30bebdabc46d2007208f4
      https://github.com/wesnoth/wesnoth/commit/18afe08a7b0646aefdf30bebdabc46d2007208f4
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-05-05 (Sat, 05 May 2018)

  Changed paths:
    M changelog.md
    M src/gui/widgets/size_lock.cpp
    M src/gui/widgets/size_lock.hpp

  Log Message:
  -----------
  GUI2/Size Lock: ensure formula sizes are recalculated as necessary.

This is similar to the change made for spacers in da5f00c2b671b79fcec8c36aa5316e1c7663a355.
It also fixes an issue with the MP Lobby chat box (and other such widgets that use formulas
for their fixed dimensions) where it would stay too small after a window resize (the chat
box formulas in all three dialogs it appears in are a percentage of window height).


  Commit: d9e3983e976b7b3ace600a48e79342f5b80a05d5
      https://github.com/wesnoth/wesnoth/commit/d9e3983e976b7b3ace600a48e79342f5b80a05d5
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-05-05 (Sat, 05 May 2018)

  Changed paths:
    M changelog.md
    M data/gui/window/mp_create_game.cfg

  Log Message:
  -----------
  MP Create Game: cap custom game names at 50 characters

[ci skip]


  Commit: b947e7f63d4006119a7907c9e825b35855ff002f
      https://github.com/wesnoth/wesnoth/commit/b947e7f63d4006119a7907c9e825b35855ff002f
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-05-05 (Sat, 05 May 2018)

  Changed paths:
    M changelog.md

  Log Message:
  -----------
  Added some changelog entries for UtBS

[ci skip]


  Commit: b17e9fa9b127110bf8b97a70d96e512ff64fdf2f
      https://github.com/wesnoth/wesnoth/commit/b17e9fa9b127110bf8b97a70d96e512ff64fdf2f
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-05-05 (Sat, 05 May 2018)

  Changed paths:
    M changelog.md
    M data/gui/window/lobby_main.cfg
    M src/game_initialization/lobby_data.cpp
    M src/gui/dialogs/multiplayer/lobby.cpp

  Log Message:
  -----------
  MP Lobby: restored Era info to main game display

Includes some slight spacing tweaks.


  Commit: 819947f95f929516ea5ad9eb3ddcb3159e88cec1
      https://github.com/wesnoth/wesnoth/commit/819947f95f929516ea5ad9eb3ddcb3159e88cec1
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-05-05 (Sat, 05 May 2018)

  Changed paths:
    M src/game_initialization/lobby_data.cpp

  Log Message:
  -----------
  MP Lobby: added status text for full games


  Commit: 0db17bbcf18ca3410ddfa162bb6d0ca656f97f80
      https://github.com/wesnoth/wesnoth/commit/0db17bbcf18ca3410ddfa162bb6d0ca656f97f80
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-05-05 (Sat, 05 May 2018)

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

  Log Message:
  -----------
  MP Lobby: shifted game info icon to the left

[ci skip]


  Commit: 08d0f6983fa6ac23d2335b8776d88715e5c073e2
      https://github.com/wesnoth/wesnoth/commit/08d0f6983fa6ac23d2335b8776d88715e5c073e2
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-05-05 (Sat, 05 May 2018)

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

  Log Message:
  -----------
  MP Lobby: decreased size of scenario/era name label

[ci skip]

Will slightly mitigate the issue of it potentially getting too long...


  Commit: d789c2e7738e6c47c171660ffd43abcb3fc038a8
      https://github.com/wesnoth/wesnoth/commit/d789c2e7738e6c47c171660ffd43abcb3fc038a8
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-05-05 (Sat, 05 May 2018)

  Changed paths:
    M src/gui/dialogs/multiplayer/lobby.cpp

  Log Message:
  -----------
  MP Lobby: fixed every single user name being bold

If everyone's registered... no one is. :P


  Commit: 2f565b8e90e9b49a49635034524eb79d29e5f80d
      https://github.com/wesnoth/wesnoth/commit/2f565b8e90e9b49a49635034524eb79d29e5f80d
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2018-05-05 (Sat, 05 May 2018)

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

  Log Message:
  -----------
  MP Lobby: base resolution selection on window width not height

[ci skip]

Height isn't the problem. The default lobby can display fine even at 600 px h. Width is
the problem the default layout faces at low resolutions, and it was quite odd to have a
really wide window use the low resolution layout, despite there obviously being enough
horizontal space to fit the sidebar.


Compare: https://github.com/wesnoth/wesnoth/compare/6a310f0c79d0...2f565b8e90e9
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Commits mailing list