From b5aae6935d5698c4d8846f31138fb8599c393adf Mon Sep 17 00:00:00 2001 From: GP Garcia Date: Sun, 19 May 2024 16:37:10 -0500 Subject: [PATCH] Updated changelog --- docs/changelog/server_gdnative.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/changelog/server_gdnative.md b/docs/changelog/server_gdnative.md index 4a8ff7e1..8cc3d522 100644 --- a/docs/changelog/server_gdnative.md +++ b/docs/changelog/server_gdnative.md @@ -4,6 +4,23 @@ A history of all changes to [the ***server gdnative*** branch.](https://github.c --- +## Version 3.3 +- Changed: constants list to add missing and remove unused +- Changed: Networking Messages, Sockets, and Utils now use Steam IDs instead of identity system +- Changed: various bits and pieces +- Changed: IP logic for all related functions +- Changed: `getResultStatus()` now returns the integer / enum +- Changed: `getAuthSessionTicket()` now defaults to 0 for Steam ID +- Fixed: wrong string IP conversions, ***thanks to jeremybeier*** +- Removed: Networking Types identity system and related bits +- Removed: P2P Networking constants as they are duplicates of the P2PSend enum +- Removed: `getIdentity()` as it is redundant now + +## Version 3.2 + +- Added: new general constant ACCOUNT_ID_INVALID +- Changed: k_ESteamNetworkingConfig_SDRClient_DebugTicketAddress was replaced by k_ESteamNetworkingConfig_SDRClient_DevTicket, value is the same but reference changed + ## Version 3.1 - Added: a missing constant