Changelog.

  • Author image
    Johannes FornaeusFebruary 17, 2023

    2023-02-17

    Web Console

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Platform keys and other sensitive information are now behaves like a password input, with toggleable visibility, except the first four characters are visible for easy identification.
    • Assets in the asset list and grid views are now able to be filtered by their context type eg. Soft Currency Package, Feature Unlocks, or any of your custom contexts.
    • You can now see player file revisions in the Player files section and revert to previous versions of the file.

    Unreal SDK

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Major overhaul of LootLocker settings
      • Deprecated Platform selector: No need to set the platform here, instead you should use the appropriate StartSession method for your platform.
      • Deprecated legacy API keys (that don't start with dev or prod): If you're on one of those, generate new keys and use those instead
      • Clarified descriptions
    • Added method to update player files
    • Added method that allows a player to delete themselves
    • Added a single method combining WhiteLabel Login and Start Session -> WhiteLabelLoginAndStartSession
    • Added methods to handle heroes with variations

    Bug Fixes

    • Avoid logging sensitive information, especially outside the editor
    • Fixed bug that broke White Label login

    Unity SDK

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Major overhaul of LootLocker settings
      • Deprecated Platform selector: No need to set the platform here, instead you should use the appropriate StartSession method for your platform.
      • Deprecated legacy API keys (that don't start with dev or prod): If you're on one of those, generate new keys and use those instead
      • Clarified descriptions
    • Added method to update player files
    • Added method that allows a player to delete themselves
    • Added a single method combining WhiteLabel Login and Start Session -> WhiteLabelLoginAndStartSession
    • Updated LootLockers logging system and allowed for more granular control of what's logged.
    • Obfuscate sensitive information in logs

    Bug Fixes

    • GetOtherPlayerXPAndLevel is no longer broken
    • The SDK now registers as initialized even when manually initialized
    • The SDK now logs errors as errors ;)
    • EndSession will no longer throw an error if no session exists
    • Fixed bug that broke White Label login

    Game API

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Added an endpoint for updating Player Files.

    Server API

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Added an endpoint for updating Player Files.

    Admin API

    Changes

    • Overhauled Progression System: We're excited to give you a new feature. Learn more under Progressions.
    • Added an endpoint for updating Player Files.
    • Added an endpoint for reverting to previous revisions of Player Files.
  • Author image
    Johannes FornaeusFebruary 10, 2023

    2023-02-10

    Web Console

    Changes

    • Leaderboards now tell users if they are on the wrong environment (stage/production) when trying to view a particular leaderboard.

    Bug Fixes

    • Fixed an issue where it wasn’t possible to save White Label Platform settings if you had enabled player verification

    Game API

    Changes

    • Added endpoint to allow players to delete themselves. This lets iOS games comply with updated requirements from Apple.
    • Added an endpoint for getting player persistent storage for multiple players

    Bug Fixes

    • Fixed a bug causing players on the guest platform without names to not be returned in the lookup endpoint.

    Server API

    Changes

    • Added an endpoint for getting player persistent storage for multiple players

    Bug Fixes

    • Fixed a bug causing players on the guest platform without names to not be returned in the lookup endpoint.
  • Author image
    Alexander BergendahlFebruary 3, 2023

    2023-02-03

    Unity SDK

    Release: v1.1.43 of the Unity SDK - https://github.com/LootLocker/unity-sdk/releases/tag/v1.1.43

    Bug Fixes

    • Fixed a bug with the LootLocker Samples using the wrong assembly definition file
    • Added a namespace for LootLocker samples to remove warnings when installing

    Admin API

    Bug Fixes

    • Uploading files to players will now return those files when listing a players files in all APIs
  • Author image
    Alexander BergendahlJanuary 27, 2023

    2023-01-27

    Web Console

    Changes

    • Users are now able to add scores to players in leaderboards
    • Metadata added to scores in leaderboards is now visible, and updatable
    • You can now block white label users from leaderboards if they haven't verified their email
    • When creating an Asset we now remember the last Context used, making it easier to create multiple Assets in a row with the same Context

    Bug Fixes

    • Improved Player list pagination positioning for better visibility
    • Improved API Key descriptions for clarity
    • Fixed issue when adding scores to generic leaderboards
    • Fixed issue where refund button was cutoff in some scenarios
    • Fixed issue where it wasn't possible to delete messages
    • Fixed an issue where you wouldn't be shown the MFA recovery code after enabling it
    • Fixed an issue where it wasn't possible to use MFA recovery codes

    Game Maker Extension

    Changes

    • Added a new function to include metadata when uploading a score; LootLockerSubmitScoreMetadata("leaderboardID", "score", "metadata")

    Game API

    Changes

    • Player names will be returned when a new game session is registered (if the user has set a name)

    Bug Fixes

    • Requesting a verification email for white label users now works again, and can be requested with the users email, and not just ID like before
    • Improved error message when trying lookup a player on playerID, but sending a string
    • Improved errors when sending invalid version number in session registration

    Server API

    Bug Fixes

    • Improved error message when trying lookup a player by playerID, but sending a string

    LootLocker.com Website

    Bug Fixes

    • Fixed issue with price calculator price using incorrect formatting
    • Fixed issue where images were covering up some text
  • Author image
    Alexander BergendahlDecember 16, 2022

    2022-12-16

    Web Console

    Bug Fixes

    • Fixed a few broken links in the getting started section. Thanks to Discord user @LegendarySwordsman2 for reporting this!

    Unity SDK

    Changes

    • Deprecated leaderboard functions that uses leaderboardID -> use the same functions but with leaderboardKey instead

    Bug Fixes

    • Updating LootLocker will no longer remove the API-key and LootLocker settings
    • Fixes for the Unity asset-store
  • Author image
    Tobias BergDecember 9, 2022

    2022-12-09

    Web Console

    Changes

    • Brand new merging interface rebuilt in React for viewing and selecting changes from your staging environment to your live.

    Bug Fixes

    • Fixed a bug where the action button on the asset list would sometimes be half way cut off.

    Game API

    Bug Fixes

    • Fixed a bug causing Player Storage to silently fail to save if the value was above 260 characters, but below 15000. The actual length limit is now 1500 characters.
  • Author image
    Alexander BergendahlDecember 2, 2022

    2022-12-02

    Game Maker Extension

    Bug Fixes

    • LLPlayerRank(), LLPlayerScore() now returns their correct values

    Admin API

    Changes

    • We added an brand new endpoint for listing players for your game, which should be much faster for games with large player bases than the old search endpoints "recent" option.
  • Author image
    Johannes FornaeusNovember 25, 2022

    2022-11-25

    Web Console

    Changes

    Bug Fixes

    • Fixed an issue where creating a context would not respect user facing and detachable

    Admin API

    Bug Fixes

    • Fixed an issue where creating a context would not respect user facing and detachable
  • Author image
    Johannes FornaeusNovember 18, 2022

    2022-11-18

    Web Console

    Changes

    • Added the option to clear an entire leaderboard of all of it's data from the leaderboards page.
    • Added support for multiple API keys. You can now create multiple API keys for your game
    • We now show the variation ID for each variation, on the asset page

    Game API

    Changes

    • Player name lookup endpoint now also returns players who don't have a name set

    Bug Fixes

    • Fix issue with starting session for games using a string in the value for development_mode

    Server API

    Changes

    • Player name lookup endpoint now also returns players who don't have a name set

    Admin API

    Changes

    • Prevent users with unverified email addresses to invite users to organizations
1...45678...13