[Commits] [wesnoth/wesnoth] 1c2bb7: add mp chatbox widget

GitHub noreply at github.com
Thu Sep 8 20:18:33 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 1c2bb78d158c0889d907e2c6471b0002d2d26ce4
      https://github.com/wesnoth/wesnoth/commit/1c2bb78d158c0889d907e2c6471b0002d2d26ce4
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2016-09-08 (Thu, 08 Sep 2016)

  Changed paths:
    M data/gui/window/lobby_main.cfg
    M src/CMakeLists.txt
    M src/SConscript
    M src/gui/dialogs/lobby/info.cpp
    M src/gui/dialogs/lobby/info.hpp
    M src/gui/dialogs/lobby/lobby.cpp
    M src/gui/dialogs/lobby/lobby.hpp
    A src/gui/widgets/mp_chatbox.cpp
    A src/gui/widgets/mp_chatbox.hpp

  Log Message:
  -----------
  add mp chatbox widget

to be used in mp lobbay and mp connect.


  Commit: 59f7fab5b49902ee36dac860b61c6c6df5853f18
      https://github.com/wesnoth/wesnoth/commit/59f7fab5b49902ee36dac860b61c6c6df5853f18
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2016-09-08 (Thu, 08 Sep 2016)

  Changed paths:
    M src/server/server.cpp

  Log Message:
  -----------
  fix wesnothd

We shouldn't modify a container while iterating over it in that way, so
we first store all iterator to modify ina  seperate vector.


  Commit: f37d5d941fed519cae78ad5a344ee342ed64a484
      https://github.com/wesnoth/wesnoth/commit/f37d5d941fed519cae78ad5a344ee342ed64a484
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2016-09-08 (Thu, 08 Sep 2016)

  Changed paths:
    M src/synced_context.cpp

  Log Message:
  -----------
  Don't freeze the application when waiting too long for a random seed.


  Commit: 00d04b0b918a786589e7129a62b1be91f969c831
      https://github.com/wesnoth/wesnoth/commit/00d04b0b918a786589e7129a62b1be91f969c831
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2016-09-08 (Thu, 08 Sep 2016)

  Changed paths:
    M src/game_initialization/connect_engine.hpp

  Log Message:
  -----------
  use c++11 =delete in connect_engine


Compare: https://github.com/wesnoth/wesnoth/compare/e654fbbb4911...00d04b0b918a


More information about the Commits mailing list