[wesnoth-commits] [wesnoth/wesnoth] fe10bc: MP Lobby: removed Refresh button
GitHub
noreply at github.com
Sun May 6 11:59:42 UTC 2018
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: fe10bc0315472b49072a39cd577b9872617d81d3
https://github.com/wesnoth/wesnoth/commit/fe10bc0315472b49072a39cd577b9872617d81d3
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-06 (Sun, 06 May 2018)
Changed paths:
M data/gui/window/lobby_main.cfg
M src/gui/dialogs/multiplayer/lobby.cpp
Log Message:
-----------
MP Lobby: removed Refresh button
I'm not 100% sure about this change, but I think its presence was rather confusing and
it (hopefully) shouldn't ever be needed.
Commit: 2769345f558fb83b4979bb213ceaac84622ee76b
https://github.com/wesnoth/wesnoth/commit/2769345f558fb83b4979bb213ceaac84622ee76b
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-06 (Sun, 06 May 2018)
Changed paths:
M src/display_chat_manager.cpp
Log Message:
-----------
Increased in-game chat size. This makes it render more smoothly
Thanks to @ProditorMagnus for the suggestion. Note that here on master, this code isn't
really used right now, so it's mostly here for completeness if it turns out to be needed.
Commit: be580a1973509f5b1ecf545f5bd17bdcd594b65c
https://github.com/wesnoth/wesnoth/commit/be580a1973509f5b1ecf545f5bd17bdcd594b65c
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-06 (Sun, 06 May 2018)
Changed paths:
M src/gui/widgets/chatbox.cpp
Log Message:
-----------
GUI2/Chatbox: attempt to send roomless messages to the active room first
Fixes #2775. Server messages in particular are roomless, so now they should appear in
whatever tab (PMs included) you have open.
Commit: 6d84ee70c52c59f27997bc67d9358b96e06cb527
https://github.com/wesnoth/wesnoth/commit/6d84ee70c52c59f27997bc67d9358b96e06cb527
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-06 (Sun, 06 May 2018)
Changed paths:
M src/gui/dialogs/multiplayer/lobby.cpp
Log Message:
-----------
MP Lobby: rearrange player list nodes and have Selected Game also expanded by default
Commit: 79c98621291e3ee3c274738d4b1ab8a9d62444ee
https://github.com/wesnoth/wesnoth/commit/79c98621291e3ee3c274738d4b1ab8a9d62444ee
Author: Charles Dang <exodia339 at gmail.com>
Date: 2018-05-06 (Sun, 06 May 2018)
Changed paths:
M src/game_config.cpp
Log Message:
-----------
MP Lobby: reduced frequency of network polls (100ms -> 1000ms)
This also affects MP Staging and MP Join Game.
Compare: https://github.com/wesnoth/wesnoth/compare/d98d711e24ef...79c98621291e
**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