Skip to content

Releases: locker-godot/locker

v1.0.2

05 Mar 19:26
b66c9dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...v1.0.2

1.0.1

28 Feb 21:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

Launch Version

25 Feb 21:21
Compare
Choose a tag to compare

This release consists of all the scripts, their icons, the LICENSE document (MIT) and a README.md file, so that you can have them in handy if needed.

The functionalities this version brings includes, but are not restricted to:

  • The singleton GlobalStorageManager responsible for managing the save data access;
  • Two default AccessStrategies: the EncryptedAccessStrategy and the JSONAccessStrategy;
  • Asynchronous operations in a separate Thread;
  • Partitioned storage, to increase performance;
  • Optional separation in multiple save files;
  • StorageAccessorVersions to optionally facilitate file versioning;
  • Configurations through ProjectSettings.