[wesnoth-commits] [wesnoth/wesnoth] ba1dbe: VS: removed 32 bit target from wesnothlib and wesn...

Charles Dang noreply at github.com
Fri Dec 4 02:15:07 UTC 2020


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

  Changed paths:
    M projectfiles/VC16/wesnothd.vcxproj
    M projectfiles/VC16/wesnothlib.vcxproj

  Log Message:
  -----------
  VS: removed 32 bit target from wesnothlib and wesnothd

Was already removed from wesnoth, campaignd, and liblua.


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

  Changed paths:
    M src/gui/dialogs/network_transmission.cpp

  Log Message:
  -----------
  GUI2/Network Transmission: rethrow any exceptions from the poller in the main thread

This is the same method used by the loading screen. Basically, connection::poll could throw and that exception
wasn't caught in the worker. Instead, it got stored in the std::future object, but was never accessed and therefor
never propagated.


Compare: https://github.com/wesnoth/wesnoth/compare/257f1810af94...ab770d1cbab2



More information about the Commits mailing list