[Commits] [wesnoth/wesnoth] 2f1c1e: fix mp depckeck

GitHub noreply at github.com
Wed Nov 15 22:49:08 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 2f1c1e38362ff8336b15dc622d5a8ea5ea04e0d9
      https://github.com/wesnoth/wesnoth/commit/2f1c1e38362ff8336b15dc622d5a8ea5ea04e0d9
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/create_engine.hpp
    M src/game_initialization/depcheck.cpp
    M src/gui/dialogs/multiplayer/mp_create_game.cpp
    M src/gui/dialogs/multiplayer/mp_create_game.hpp

  Log Message:
  -----------
  fix mp depckeck

just like in the gui1 version of mp create we just call a 'sync'
function whenever the user changed the selected era/scenario/mod.


  Commit: fe253d5779ac75be4901762873f57dde20f1b430
      https://github.com/wesnoth/wesnoth/commit/fe253d5779ac75be4901762873f57dde20f1b430
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/create_engine.hpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/multiplayer/mp_create_game.cpp

  Log Message:
  -----------
  small create_engine simplification


  Commit: 775970f9209a423f0f0d383c0d7634ae722f825b
      https://github.com/wesnoth/wesnoth/commit/775970f9209a423f0f0d383c0d7634ae722f825b
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/gui/dialogs/multiplayer/mp_create_game.cpp
    M src/gui/dialogs/multiplayer/mp_create_game.hpp
    M src/gui/widgets/menu_button.cpp
    M src/gui/widgets/menu_button.hpp
    M src/gui/widgets/selectable_item.hpp
    M src/gui/widgets/toggle_button.cpp
    M src/gui/widgets/toggle_button.hpp
    M src/gui/widgets/toggle_panel.cpp
    M src/gui/widgets/toggle_panel.hpp

  Log Message:
  -----------
  fix recrision in gui2 mp create depckeck

selectable::set_value now takes an optional fire_vent parmeter

also we fix a case where display_games_of_type always invoked a
on_game_select for the first element in the list before the correct
level was selected.


  Commit: d20dcc2caad7d1ca39bbeab18ca36e9daed45996
      https://github.com/wesnoth/wesnoth/commit/d20dcc2caad7d1ca39bbeab18ca36e9daed45996
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/gui/dialogs/multiplayer/mp_create_game.cpp
    M src/gui/dialogs/multiplayer/mp_create_game.hpp

  Log Message:
  -----------
  fix mod_list/eras not found in mp create


  Commit: 7617863d95e19278ef24f8088e522c35f2237fbe
      https://github.com/wesnoth/wesnoth/commit/7617863d95e19278ef24f8088e522c35f2237fbe
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

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

  Log Message:
  -----------
  fix unisgned comparision warning


  Commit: bdcada31bba193e828be62d92fb32d92152c09ad
      https://github.com/wesnoth/wesnoth/commit/bdcada31bba193e828be62d92fb32d92152c09ad
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

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

  Log Message:
  -----------
  mp create: add debug output


  Commit: 4cc854e9ea88fe60ef963264fc4675d3d163c1f9
      https://github.com/wesnoth/wesnoth/commit/4cc854e9ea88fe60ef963264fc4675d3d163c1f9
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

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

  Log Message:
  -----------
  fix ub in mp create


  Commit: 320bdd9d4057736c8862ed5c4565316c35fd6821
      https://github.com/wesnoth/wesnoth/commit/320bdd9d4057736c8862ed5c4565316c35fd6821
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2017-11-15 (Wed, 15 Nov 2017)

  Changed paths:
    M src/game_initialization/create_engine.cpp
    M src/game_initialization/create_engine.hpp
    M src/game_initialization/depcheck.cpp
    M src/gui/dialogs/campaign_selection.cpp
    M src/gui/dialogs/multiplayer/mp_create_game.cpp
    M src/gui/dialogs/multiplayer/mp_create_game.hpp
    M src/gui/widgets/menu_button.cpp
    M src/gui/widgets/menu_button.hpp
    M src/gui/widgets/selectable_item.hpp
    M src/gui/widgets/toggle_button.cpp
    M src/gui/widgets/toggle_button.hpp
    M src/gui/widgets/toggle_panel.cpp
    M src/gui/widgets/toggle_panel.hpp

  Log Message:
  -----------
  Merge pull request #2193 from gfgtdf/depcheck

fix mp depckeck 
fixes #1887 
fixes #2092


Compare: https://github.com/wesnoth/wesnoth/compare/b0c139c16a56...320bdd9d4057


More information about the Commits mailing list