[wesnoth-commits] [wesnoth/wesnoth] d92051: MP/Manager: added network poller handling for erro...

Charles Dang noreply at github.com
Mon Dec 28 10:31:58 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: d9205190278263f7344cb794600d06bfcd324c7e
      https://github.com/wesnoth/wesnoth/commit/d9205190278263f7344cb794600d06bfcd324c7e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2020-12-28 (Mon, 28 Dec 2020)

  Changed paths:
    M src/game_initialization/multiplayer.cpp

  Log Message:
  -----------
  MP/Manager: added network poller handling for error and gamelist_diff


  Commit: 2894ba86f0c089444a35d26681e1d07a5a280004
      https://github.com/wesnoth/wesnoth/commit/2894ba86f0c089444a35d26681e1d07a5a280004
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2020-12-28 (Mon, 28 Dec 2020)

  Changed paths:
    M src/game_initialization/multiplayer.cpp

  Log Message:
  -----------
  MP: reordered some function implementations (no behavior changes)

These are the order in which they are invoked. It was only the other way for when they weren't class members.


  Commit: 30e0996f83907c7b775e52e80f2a4c0c33af94ca
      https://github.com/wesnoth/wesnoth/commit/30e0996f83907c7b775e52e80f2a4c0c33af94ca
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2020-12-28 (Mon, 28 Dec 2020)

  Changed paths:
    M src/game_initialization/connect_engine.hpp

  Log Message:
  -----------
  Connect Engine: removed mp_campaign_info accessor


  Commit: b98acd4ed6940518ed01e35d43690c3c08d38822
      https://github.com/wesnoth/wesnoth/commit/b98acd4ed6940518ed01e35d43690c3c08d38822
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2020-12-28 (Mon, 28 Dec 2020)

  Changed paths:
    M src/game_initialization/connect_engine.cpp
    M src/game_initialization/connect_engine.hpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/playcampaign.hpp
    M src/playmp_controller.cpp
    M src/playmp_controller.hpp

  Log Message:
  -----------
  Renamed mp_campaign_info to mp_game_metadata


  Commit: 783e6ccec4b5c610092fc49981e5fcc0ca03a5fe
      https://github.com/wesnoth/wesnoth/commit/783e6ccec4b5c610092fc49981e5fcc0ca03a5fe
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2020-12-28 (Mon, 28 Dec 2020)

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

  Log Message:
  -----------
  MP/Join Game: minor cleanup to fetch_game_config

wait_and_receive_data should always return true since it waits until data is available.


Compare: https://github.com/wesnoth/wesnoth/compare/d661b68f7360...783e6ccec4b5



More information about the Commits mailing list