Skip to content
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.

Releases: Xaymar/BlitzUtility

1.2.0

08 May 20:51
Compare
Choose a tag to compare

1.1.0-hf

19 Sep 16:52
Compare
Choose a tag to compare
Latest Changes

1.1.0

06 Jun 19:32
Compare
Choose a tag to compare

Changelog

  • New License: Default Copyright -> LGPLv3 (Automatically copied to build directory!)
  • Function-exports have been moved from .h to .cpp for better compatability.
  • Added a second Indexer implementation focused on memory saving instead of performance (still fast if you don't do mass deacquiring and acquiring).
  • Reorganized DECLS for easier readability.
  • Fixed Stack Overflow when calling DLL functions from Blitz due to using __cdecl instead of __stdcall.
  • Added function to flush a Blitz-file to disk.

1.0.0

20 May 10:47
Compare
Choose a tag to compare
1.0.0 Pre-release
Pre-release
Initial Commit