EOSCore:: 1.6.5

General

  • Changed how callbacks are handled
  • Code refactoring
  • Updated EOS SDK to version 1.7.1

UI

  • New function: “Add notify display setings updated
  • New function: “Remove notify display settings updated

EOS SDK CHANGELOG

Lobbies

  • EOS_LOBBYMODIFICATION_MAX_ATTRIBUTE_LENGTH has been increased to 64
  • Added EOS_LOBBY_SEARCH_MINCURRENTMEMBERS for searching for a lobby with a minimum member count
  • Added EOS_LOBBY_SEARCH_MINSLOTSAVAILABLE for searching for a lobby with minimum available room for new players
  • Bug Fix: EOS_Lobby_CreateLobby has some additional logging for invalid parameters

Session Based Matchmaking

  • EOS_SESSIONMODIFICATION_MAX_SESSION_ATTRIBUTE_LENGTH has been increased to 64

Social Overlay

  • New: Adding APIs to support notifying the game about the overlay’s exclusive input state. Exclusive input is defined as all mouse and keyboard input will be captured by the overlay and not will not be received by the game.
    • EOS_UI_AddNotifyDisplaySettingsUpdated
    • EOS_UI_RemoveNotifyDisplaySettingsUpdated
  • Bug Fix: Fixed a bug where the social overlay was never notified when a client leaves a session.
  • Bug Fix: Fixed a bug where earning first achievement during session would not prompt a notification.