Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 4.23 KB

CHANGELOG.md

File metadata and controls

70 lines (41 loc) · 4.23 KB

Changelog

Full Changelog

Breaking changes:

  • Remove ability to create an FUniqueNetIdEpic from string #34
  • Add support for connect login and support for external account creation #29 (Ruhrpottpatriot)
  • Make address of DevAuthTool customizable #24 (Ruhrpottpatriot)

Implemented enhancements:

  • Change FUniqueNetIdEpic::GetHash #36
  • Allow an FUniqueNetIdEpic to be created from an Epic Account ID #33
  • DevAuthTool should have the address customizable #23

Fixed bugs:

  • Session Ids are still created as FUniqueNetIdEpic #35
  • FOnlineSessionEpic::FindSessions doesn't correctly cast from FUniqueNetId to FUniqueNetIdEpic #26
  • OnlineSubsystemEpic tries to initialize missing devToolPort field #25

v0.3_Presence (2020-07-02)

Full Changelog

Implemented enhancements:

  • Make FUniqueNetIdEpic a proper type #7
  • Add support for EOS_Connect #20
  • Change FOnlineSessionEpic::CreateSessionIdFromString to use FUniqueNetIdString #19
  • GetAppId should return project version #18
  • Add LoginType to FUniqueNetIdEpic #9 (Ruhrpottpatriot)

Fixed bugs:

  • 4 errors on first install and compile. #12
  • Compile error with latest commit #6

Merged pull requests:

  • Fix compile error on linux #13 (Qyg0n)
  • Adds async task blueprint nodes and fixes some bugs in the identity interface #5 (CNDW)

v0.2_Sessions (2020-06-05)

Full Changelog

v0.1_Identity (2020-05-31)

Full Changelog

Implemented enhancements:

  • Allow dev tool port to be set in config files #22
  • adds support for autologin method #2 (CNDW)

Fixed bugs:

  • Disables the platform overlay in the editor and PIE to fix editor rendering issues #1 (CNDW)

Closed issues:

  • Repository should contain a file with known limitations #21

* This Changelog was automatically generated by github_changelog_generator