Branch: refs/heads/master
  Home:   https://github.com/Warzone2100/warzone2100
  Commit: eeedf0343fdd12c671a446c8c9c7e84e81fc3701
      
https://github.com/Warzone2100/warzone2100/commit/eeedf0343fdd12c671a446c8c9c7e84e81fc3701
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/display3d.cpp
    M src/levels.cpp
    M src/levels.h
    M src/loadsave.cpp
    M src/multiint.cpp
    M src/multimenu.cpp

  Log Message:
  -----------
  `mapNameWithoutTechlevel` now returns a std::string


  Commit: 17e06f3aa353c5767a4df39f9b1d7bb8a04389bb
      
https://github.com/Warzone2100/warzone2100/commit/17e06f3aa353c5767a4df39f9b1d7bb8a04389bb
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/multiint.cpp
    M src/multilimit.cpp
    M src/multiopt.cpp
    M src/multiplay.h

  Log Message:
  -----------
  Convert structureLimits to std::vector


  Commit: 40b4528866276cb130b0bee76111340fccaa8f3d
      
https://github.com/Warzone2100/warzone2100/commit/40b4528866276cb130b0bee76111340fccaa8f3d
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/urlrequest.cpp

  Log Message:
  -----------
  urlrequest.cpp: Adjust debug logging levels


  Commit: 69cd1de73e69bcffbbaffb630771250f99373fe4
      
https://github.com/Warzone2100/warzone2100/commit/69cd1de73e69bcffbbaffb630771250f99373fe4
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/updatemanager.cpp
    M src/urlrequest.cpp
    M src/urlrequest.h

  Log Message:
  -----------
  urlrequest: Add several features

Add support for:
- Specifying Internet Protocol version (IP_ANY, IPv4, IPv6) for a request
- Disabling proxies for a request
- Cancelling asynchronous requests


  Commit: f22570050b20ff77be02ecd5da5ab8cbc5e415d3
      
https://github.com/Warzone2100/warzone2100/commit/f22570050b20ff77be02ecd5da5ab8cbc5e415d3
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Bump _WIN32_WINNT to 0x0600


  Commit: 003b1f2cf6b04b6fa6656326ec98895d252a88a6
      
https://github.com/Warzone2100/warzone2100/commit/003b1f2cf6b04b6fa6656326ec98895d252a88a6
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/netplay/netsocket.cpp
    M lib/netplay/netsocket.h

  Log Message:
  -----------
  Add IPv4 / IPv6 helper functions


  Commit: 77f5855841199278bbb39f94f49c6c54749c2881
      
https://github.com/Warzone2100/warzone2100/commit/77f5855841199278bbb39f94f49c6c54749c2881
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/notifications.cpp
    M src/notifications.h

  Log Message:
  -----------
  WZ_Notification: Add `onDismissed` callback


  Commit: 3fe19c52c8900efe0596ca21ea8ee6c885d9a773
      
https://github.com/Warzone2100/warzone2100/commit/3fe19c52c8900efe0596ca21ea8ee6c885d9a773
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/notifications.cpp
    M src/notifications.h

  Log Message:
  -----------
  WZ_Notification: Add `onIgnored` callback


  Commit: 959844aa4375daafdcf43723d86b3a88aa44cb87
      
https://github.com/Warzone2100/warzone2100/commit/959844aa4375daafdcf43723d86b3a88aa44cb87
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/challenge.cpp
    M src/challenge.h

  Log Message:
  -----------
  Add `currentChallengeName()`


  Commit: d26ac98f0405ff105066d82312fbf531e3c4063d
      
https://github.com/Warzone2100/warzone2100/commit/d26ac98f0405ff105066d82312fbf531e3c4063d
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/frontend.cpp
    M src/mission.cpp
    M src/mission.h

  Log Message:
  -----------
  Move `readCampaignFiles()` to mission.h/.cpp


  Commit: 11f17f733e69f7a847c1c1079b466fce810111de
      
https://github.com/Warzone2100/warzone2100/commit/11f17f733e69f7a847c1c1079b466fce810111de
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/scores.cpp
    M src/scores.h

  Log Message:
  -----------
  Add `collectEndGameStatsData()`


  Commit: aed74a4555b33ca0032112f4aa50a7a20bfa5f12
      
https://github.com/Warzone2100/warzone2100/commit/aed74a4555b33ca0032112f4aa50a7a20bfa5f12
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/netplay/netplay.cpp

  Log Message:
  -----------
  Fix NETrecvGAMESTRUCT failure handling


  Commit: 7840ae9e99c823c5a93cbbea748a806f01037bca
      
https://github.com/Warzone2100/warzone2100/commit/7840ae9e99c823c5a93cbbea748a806f01037bca
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/netplay/netjoin_stub.cpp
    M lib/netplay/netplay.cpp
    M lib/netplay/netplay.h
    M src/titleui/gamefind.cpp
    M src/titleui/titleui.h

  Log Message:
  -----------
  Refactor to remove NetPlay.games global


  Commit: 76788efcb19323bb234345df6361fc861ad58f36
      
https://github.com/Warzone2100/warzone2100/commit/76788efcb19323bb234345df6361fc861ad58f36
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/netplay/netplay.cpp
    M lib/netplay/netplay.h
    M src/configuration.cpp

  Log Message:
  -----------
  Add `prefer_ipv6` configuration option

Whether joining a game that advertises both IPv6 and IPv4 should attempt IPv6 
first.


  Commit: 7a84800169a483667a75d8f6bc0dbac22f0e9055
      
https://github.com/Warzone2100/warzone2100/commit/7a84800169a483667a75d8f6bc0dbac22f0e9055
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/multiint.cpp
    M src/multiplay.h

  Log Message:
  -----------
  joinGame: Support multiple connection options


  Commit: 12a8d8f9275a05b1e7742c458cf01b49879f0821
      
https://github.com/Warzone2100/warzone2100/commit/12a8d8f9275a05b1e7742c458cf01b49879f0821
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/multiint.cpp
    M src/multiplay.h

  Log Message:
  -----------
  Add `findLobbyGame`


  Commit: 03baf5dfad119fd16127c552ec34ce66c29e6fb3
      
https://github.com/Warzone2100/warzone2100/commit/03baf5dfad119fd16127c552ec34ce66c29e6fb3
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/netplay/netplay.cpp
    M lib/netplay/netplay.h

  Log Message:
  -----------
  Throttle / merge server update calls


  Commit: 7a32e4b4649f26b737feff3489b4d9f1774ba2e2
      
https://github.com/Warzone2100/warzone2100/commit/7a32e4b4649f26b737feff3489b4d9f1774ba2e2
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/netplay/netplay.cpp
    M src/multiint.cpp

  Log Message:
  -----------
  Add sanity checks


  Commit: 2a1f27d80caaa249094e518ccba56c4adf963cf6
      
https://github.com/Warzone2100/warzone2100/commit/2a1f27d80caaa249094e518ccba56c4adf963cf6
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/netplay/netplay.cpp
    M lib/netplay/netplay.h
    M src/multiint.cpp

  Log Message:
  -----------
  Always call NETGameLocked from NETsetGamePassword


  Commit: a8aaef223a0f872329798efbb7df58f2eaeb4940
      
https://github.com/Warzone2100/warzone2100/commit/a8aaef223a0f872329798efbb7df58f2eaeb4940
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/netplay/netsocket.cpp

  Log Message:
  -----------
  Add `setSocketInheritable()`

- If `SOCK_CLOEXEC` is not available, set `FD_CLOEXEC`
- Set `HANDLE_FLAG_INHERIT` on Windows


  Commit: 3d430d4a95a3fa3bd53cc5094408689a0296a310
      
https://github.com/Warzone2100/warzone2100/commit/3d430d4a95a3fa3bd53cc5094408689a0296a310
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/urlrequest.cpp

  Log Message:
  -----------
  urlrequest: Use CURLOPT_SOCKOPTFUNCTION

To set `FD_CLOEXEC` (on *nix) or `HANDLE_FLAG_INHERIT`=0 (on Windows).


  Commit: 063064f5726f0bb9dc7efcc484b6830ec4b75034
      
https://github.com/Warzone2100/warzone2100/commit/063064f5726f0bb9dc7efcc484b6830ec4b75034
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/ivis_opengl/png_util.cpp
    M lib/ivis_opengl/png_util.h

  Log Message:
  -----------
  png_util: Add support for loading in-memory image data


  Commit: 53ad829a2b7b98d9793c23f9bc9ad91fe457250a
      
https://github.com/Warzone2100/warzone2100/commit/53ad829a2b7b98d9793c23f9bc9ad91fe457250a
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/ivis_opengl/png_util.cpp

  Log Message:
  -----------
  wzpng_read_data: Improve error-handling


  Commit: 59751e4d8c4ab76face1f0216867b92f2434e688
      
https://github.com/Warzone2100/warzone2100/commit/59751e4d8c4ab76face1f0216867b92f2434e688
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/notifications.cpp
    M src/notifications.h
    M src/updatemanager.cpp

  Log Message:
  -----------
  WZ_Notification: Additional methods for loading images


  Commit: 58b924d907ebac0c4c24909af6c4842ea53d9a00
      
https://github.com/Warzone2100/warzone2100/commit/58b924d907ebac0c4c24909af6c4842ea53d9a00
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/updatemanager.cpp

  Log Message:
  -----------
  Adjust debug logging levels


  Commit: 77e4ce9faf874b26970f66c7bb7374a128e78526
      
https://github.com/Warzone2100/warzone2100/commit/77e4ce9faf874b26970f66c7bb7374a128e78526
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M src/Makefile.am
    M src/configuration.cpp
    A src/nethelpers.cpp
    A src/nethelpers.h

  Log Message:
  -----------
  Add `getPublicIPAddress()`

Asynchronously query the current device's public IP address(es) using a 
webservice


  Commit: 994502c64973fca022ce14667204e3e0e892ef75
      
https://github.com/Warzone2100/warzone2100/commit/994502c64973fca022ce14667204e3e0e892ef75
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/framework/debug.cpp
    M lib/framework/debug.h
    M lib/netplay/netplay.cpp
    M lib/netplay/netplay.h
    M src/Makefile.am
    A src/activity.cpp
    A src/activity.h
    M src/cheat.cpp
    M src/configuration.cpp
    M src/levels.cpp
    M src/main.cpp
    M src/mission.cpp
    M src/mission.h
    M src/multiint.cpp
    M src/multiopt.cpp
    M src/multiplay.cpp
    M src/titleui/gamefind.cpp
    M src/warzoneconfig.cpp

  Log Message:
  -----------
  Add ActivityManager

ActivityManager accepts numerous event callbacks from the core game and 
synthesizes a (more) sensible stream of higher-level event callbacks to 
subscribed ActivitySinks.


  Commit: f304347217e72e16c92099fb9c1b8e6aababd1e2
      
https://github.com/Warzone2100/warzone2100/commit/f304347217e72e16c92099fb9c1b8e6aababd1e2
  Author: past-due <[email protected]>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M lib/netplay/netplay.cpp

  Log Message:
  -----------
  Fix [-Werror=stringop-truncation]


Compare: 
https://github.com/Warzone2100/warzone2100/compare/dbdd08b917b0...f304347217e7


_______________________________________________
Warzone2100-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits

Reply via email to