[wesnoth-commits] [wesnoth/wesnoth] a297dc: Removed redundant std::ref causing problems with B...

Charles Dang noreply at github.com
Sun Sep 29 11:45:01 UTC 2019


  Branch: refs/heads/old_master_20181015
  Home:   https://github.com/wesnoth/wesnoth
  Commit: a297dc9ca172806f884eec5fae71f5a0b0ad25eb
      https://github.com/wesnoth/wesnoth/commit/a297dc9ca172806f884eec5fae71f5a0b0ad25eb
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2019-09-29 (Sun, 29 Sep 2019)

  Changed paths:
    M src/server/server_base.cpp

  Log Message:
  -----------
  Removed redundant std::ref causing problems with Boost 1.70 (fixes #3990)

The asio socket ctor already takes a reference.


  Commit: 123f56846110597bccfed488ae22d236d9129b8e
      https://github.com/wesnoth/wesnoth/commit/123f56846110597bccfed488ae22d236d9129b8e
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2019-09-29 (Sun, 29 Sep 2019)

  Changed paths:
    M src/ai/default/ca.cpp
    M src/ai/manager.cpp
    M src/animated.cpp
    M src/build_info.cpp
    M src/countdown_clock.hpp
    M src/desktop/clipboard.cpp
    M src/desktop/windows_tray_notification.cpp
    M src/desktop/windows_tray_notification.hpp
    M src/display.hpp
    M src/display_chat_manager.cpp
    M src/events.cpp
    M src/events.hpp
    M src/filesystem_sdl.cpp
    M src/game_launcher.cpp
    M src/game_state.cpp
    M src/generators/default_map_generator_job.cpp
    M src/gui/core/event/dispatcher.hpp
    M src/gui/core/event/dispatcher_private.hpp
    M src/gui/core/event/handler.cpp
    M src/gui/core/event/message.hpp
    M src/gui/core/timer.cpp
    M src/gui/core/timer.hpp
    M src/gui/dialogs/command_console.hpp
    M src/gui/dialogs/end_credits.hpp
    M src/gui/dialogs/game_load.hpp
    M src/gui/dialogs/hotkey_bind.cpp
    M src/gui/dialogs/hotkey_bind.hpp
    M src/gui/dialogs/tooltip.hpp
    M src/gui/widgets/helper.cpp
    M src/hotkey/command_executor.cpp
    M src/hotkey/hotkey_item.cpp
    M src/hotkey/hotkey_item.hpp
    M src/key.hpp
    M src/map/label.hpp
    M src/mouse_events.cpp
    M src/mouse_events.hpp
    M src/mouse_handler_base.hpp
    M src/ogl/context.cpp
    M src/picture.cpp
    M src/picture.hpp
    M src/save_blocker.hpp
    M src/scripting/application_lua_kernel.cpp
    M src/scripting/game_lua_kernel.cpp
    M src/sdl/exception.cpp
    M src/sdl/point.hpp
    M src/sdl/rect.hpp
    M src/sdl/render_utils.hpp
    M src/sdl/surface.hpp
    M src/sdl/texture.hpp
    M src/sdl/userevent.hpp
    M src/sdl/utils.hpp
    M src/sdl/window.hpp
    M src/sound.cpp
    M src/soundsource.cpp
    M src/tests/main.cpp
    M src/theme.hpp
    M src/tooltips.cpp
    M src/video.hpp
    M src/wesnoth.cpp
    M src/wesnothd_connection.cpp

  Log Message:
  -----------
  Prepended SDL2/ to SDL includes


  Commit: 611aba688f3ab21ce61c8d8862b86f5c47b179db
      https://github.com/wesnoth/wesnoth/commit/611aba688f3ab21ce61c8d8862b86f5c47b179db
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2019-09-29 (Sun, 29 Sep 2019)

  Changed paths:
    M src/help/manager.cpp
    M src/units/frame.cpp

  Log Message:
  -----------
  Fixed build issues with boost::tribool

Broke somewhere around 1.69.


  Commit: b0543e10d35a1abcb8a1794ca75f826df10890db
      https://github.com/wesnoth/wesnoth/commit/b0543e10d35a1abcb8a1794ca75f826df10890db
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2019-09-29 (Sun, 29 Sep 2019)

  Changed paths:
    M .gitignore
    A projectfiles/VC16/README.md
    A projectfiles/VC16/WML_tests.cmd
    A projectfiles/VC16/WindowsTimeout.cpp
    A projectfiles/VC16/WindowsTimeout.vcxproj
    A projectfiles/VC16/campaignd.vcxproj
    A projectfiles/VC16/campaignd.vcxproj.filters
    A projectfiles/VC16/files_with_deactivated_warnings.txt
    A projectfiles/VC16/liblua.vcxproj
    A projectfiles/VC16/liblua.vcxproj.filters
    A projectfiles/VC16/wesnoth.sln
    A projectfiles/VC16/wesnoth.vcxproj
    A projectfiles/VC16/wesnoth.vcxproj.filters
    A projectfiles/VC16/wesnothd.vcxproj
    A projectfiles/VC16/wesnothd.vcxproj.filters
    A projectfiles/VC16/wesnothlib.vcxproj
    A projectfiles/VC16/wesnothlib.vcxproj.filters

  Log Message:
  -----------
  Added VS 2019 projectfile


Compare: https://github.com/wesnoth/wesnoth/compare/71a6daf961d8...b0543e10d35a



More information about the Commits mailing list