Skip to content

SteamKit 1.4.0

Compare
Choose a tag to compare
@voided voided released this 10 Jul 20:55
· 2747 commits to master since this release

v1.4.0 (Jun 08, 2013)

  • KeyValues now correctly writes out strings in UTF8.
  • Fixed an exception that could occur with an invalid string passed to SteamID's constructor.
  • Added SteamFriends.ClanStateCallback.
  • Added EPersonaStateFlag. This value is now exposed in SteamFriends.PersonaStateCallback.
  • Added MsgClientCreateChat and MsgClientCreateChatResponse messages.
  • Added GlobalID base class for globally unique values (such as JobIDs, UGCHandles) in Steam.
  • Updated EMsg list.
  • Updated game related GC messages.
  • Added initial support for the Steam Cloud file system with UFSClient. This feature should be considered unstable and may
    have breaking changes in the future.

BREAKING CHANGES

  • STATIC_CALLBACKS builds of SteamKit have now been completely removed.
  • Message classes for unified messages have moved namespaces from SteamKit2.Steamworks to SteamKit2.Unified.Internal.