[wesnoth-commits] [wesnoth/wesnoth] 35588f: Attempt to fix build
Charles Dang
noreply at github.com
Mon Nov 8 00:52:14 UTC 2021
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 35588f41ed24fb16b8aa7623d8def010ae052b1d
https://github.com/wesnoth/wesnoth/commit/35588f41ed24fb16b8aa7623d8def010ae052b1d
Author: Charles Dang <exodia339 at gmail.com>
Date: 2021-11-07 (Sun, 07 Nov 2021)
Changed paths:
M src/game_initialization/multiplayer.cpp
Log Message:
-----------
Attempt to fix build
Commit: dbf22b54dbced79193ef83631b3ebaab95255f94
https://github.com/wesnoth/wesnoth/commit/dbf22b54dbced79193ef83631b3ebaab95255f94
Author: Charles Dang <exodia339 at gmail.com>
Date: 2021-11-07 (Sun, 07 Nov 2021)
Changed paths:
M src/game_initialization/lobby_data.cpp
M src/game_initialization/lobby_data.hpp
M src/game_initialization/lobby_info.cpp
M src/game_initialization/lobby_info.hpp
M src/gui/widgets/chatbox.cpp
M src/gui/widgets/chatbox.hpp
Log Message:
-----------
Completely removed mp::chat_info and co
This turned out to be another remnant of the now-removed chat rooms feature. Note how the members
list was populated with [members] tags, something the server no longer sends. Additionally, its
only use in the chatbox was to record logs which weren't even used anywhere.
Compare: https://github.com/wesnoth/wesnoth/compare/d6cc2eb8b961...dbf22b54dbce
More information about the Commits
mailing list