Changelog.

  • Author image
    Tobias BergJune 2, 2021

    2021-06-02

    Game API

  • Author image
    Tobias BergMay 31, 2021

    2021-05-31

    Admin API

    • Fixed bug that would cause drop table groups to silently fail creation or update if an invalid ID property was sent in the payload.
    • Fixed bug where the same asset could not be dropped more than once from the same drop table.
    • Added support for multiple rolls (evaluations) of the same drop table when computed.
    • Excluded unique assets from drop table drops for players that already owns that unique asset.
    • Added names to drop table groups for easier identification.
    • Introduced prevent_duplicate_drops concept to drop tables.
  • Author image
    Alexander BergendahlMay 18, 2021

    2021-05-18

    Game API

    • Updated leaderboards to allow for a key to be used in place of the ID in URLs
    • Added Drop Tables

    Server API

    • Updated leaderboards to allow for a key to be used in place of the ID in URLs
    • Added Drop Tables

    Admin API

    • Updated leaderboards api to allow for a key to be used in place of the ID in URLs
  • Author image
    Alexander BergendahlMay 3, 2021

    2021-05-03

    Game API

    • Released the new leaderboards API, documentation and reference can be found here:
      • https://docs.lootlocker.com/how-to/leaderboards#what-are-leaderboards
      • https://ref.lootlocker.com/game-api/#leaderboards

    Server API

    • Released the new leaderboards API, documentation and reference can be found here:
      • https://docs.lootlocker.com/how-to/leaderboards#what-are-leaderboards
      • https://ref.lootlocker.com/server-api/#leaderboards

    Admin API

    • Released the new leaderboards API. Documentation and reference can be found here:
      • https://ref.lootlocker.com/admin-api/#leaderboards
  • Author image
    Tobias BergApril 21, 2021

    2021-04-21

    Unreal SDK

    • Added support for leaderboards
    • Added support for drop tables

    Unity SDK

    • Added access to the new leaderboard APIs
  • Author image
    Tobias BergApril 9, 2021

    2021-04-09

    Server API

    • Added purchases endpoints to allow inspection of player purchases by servers
  • Author image
    Alexander BergendahlApril 6, 2021

    2021-04-06

    Unity SDK

    • Completely extracted Admin SDK for normal Game SDK
    • Added ability to update config using the Project Settings of Unity
    • Fixed minor bug where response text was not being updated
    • Added support for Unity Package Manager
    • Added dependency to use Unity's newtonsoft json package
  • Author image
    Alexander BergendahlMarch 11, 2021

    2021-03-11

    Unreal SDK

    • Fixed names clashing with other Unreal plugins classes
    • Added ability to create Characters and assign Classes to Characters
    • Please Note: Some blueprints might break with this update - we will try to avoid this in the future
  • Author image
    Alexander BergendahlFebruary 13, 2021

    2021-02-13

    Unity SDK

    • Added new APIs for the updated character creation and class system
    • Separated Admin SDK into its own package