[Commits] [wesnoth/wesnoth] 8bc8ef: Revert "explicitly use std::placeholders for the s...

GitHub noreply at github.com
Fri Jul 29 12:36:35 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 8bc8efb04d710a25409a84d5d65a3a4b0db065f1
      https://github.com/wesnoth/wesnoth/commit/8bc8efb04d710a25409a84d5d65a3a4b0db065f1
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M src/config.cpp
    M src/construct_dialog.cpp
    M src/game_initialization/multiplayer_configure.cpp
    M src/game_initialization/multiplayer_connect.cpp
    M src/game_initialization/multiplayer_create.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/multiplayer_wait.cpp
    M src/hotkey/hotkey_item.cpp
    M src/recall_list_manager.cpp
    M src/scripting/application_lua_kernel.cpp
    M src/scripting/plugins/context.cpp
    M src/server/ban.cpp
    M src/tests/create_images.cpp
    M src/tests/gui/test_drop_target.cpp
    M src/tests/test_sdl_utils.cpp
    M src/widgets/drop_target.cpp

  Log Message:
  -----------
  Revert "explicitly use std::placeholders for the second std::bind parameter"

This reverts commit b87d8e5ede060e10b5927b8721933c05d1295c0d.

This didn't completeley fix the issue, also this casues merging conflicts
with some other commits so i'm reverting this.


  Commit: 6f021631e13761cee9a458fa8334d555fcfefe36
      https://github.com/wesnoth/wesnoth/commit/6f021631e13761cee9a458fa8334d555fcfefe36
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M src/ai/default/stage_rca.cpp
    M src/ai/default/stage_rca.hpp
    M src/construct_dialog.cpp
    M src/game_initialization/multiplayer.cpp
    M src/game_initialization/multiplayer_configure.cpp
    M src/game_initialization/multiplayer_connect.cpp
    M src/game_initialization/multiplayer_create.cpp
    M src/game_initialization/multiplayer_lobby.cpp
    M src/game_initialization/multiplayer_wait.cpp
    M src/hotkey/hotkey_item.cpp
    M src/play_controller.cpp
    M src/recall_list_manager.cpp
    M src/scripting/lua_kernel_base.cpp
    M src/scripting/plugins/context.cpp
    M src/scripting/plugins/context.hpp
    M src/server/ban.cpp
    M src/wesnoth.cpp
    M src/widgets/drop_target.cpp

  Log Message:
  -----------
  replace some std::bind with lambdas


  Commit: daf7b90b725ce30893d83db0919fad7835a91156
      https://github.com/wesnoth/wesnoth/commit/daf7b90b725ce30893d83db0919fad7835a91156
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M src/serialization/string_utils.cpp
    M src/terrain/builder.cpp
    M src/units/abilities.cpp
    M src/units/animation.cpp
    M src/units/frame.cpp
    M src/units/types.cpp

  Log Message:
  -----------
  use std::move in some places


  Commit: 36d14951c68d370ae3d8df391c72d2ab441fa534
      https://github.com/wesnoth/wesnoth/commit/36d14951c68d370ae3d8df391c72d2ab441fa534
  Author: gfgtdf <daniel.gfgtdf at gmail.com>
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
    M src/units/unit.cpp

  Log Message:
  -----------
  less config copying in unit::generate_traits


Compare: https://github.com/wesnoth/wesnoth/compare/24d0d4fe65da...36d14951c68d


More information about the Commits mailing list