View all by AceOfAces
AceOfAces
Follow AceOfAces
Follow
Following AceOfAces
Following
Add To Collection
Collection
Comments
Devlog
Halva Packaging System
←
Return to Halva Packaging System
Devlog
Version R2.02 released!
September 15, 2022
by
AceOfAces
Important note The Linux arm64 is not compiled due to a technical issue on my side. Feel free to compile it from the source code. Common Updated for .NET 7. Core Sealed the HalvaPackage class. Packer...
Continue reading
Version R2.01 released!
May 02, 2022
by
AceOfAces
Common Support for user provided Initialisation Vector. Core Slight re-factor. Bootstrap Placed a pre-processor to prevent the Windows 10+ APIs from being included in non-Windows builds...
Continue reading
Version R2.00 released!
March 17, 2022
by
AceOfAces
Important! This update breaks the v1 API. If you are using code that handles encrypted Halva Packages, change all references of `EncryptedHalvaPackage` to `HalvaPackage`. For constructors, changes `ne...
Continue reading
Version R1.02 released!
December 24, 2021
by
AceOfAces
Core Re-factored utilities to allow multi-threading workloads. Enabled trimming support. Minor performance improvements. [Breaking Change] Changed PullFiles(string) to PullFilesFromFolder(string) to m...
Continue reading
Packer Hotfix No.3
September 13, 2021
by
AceOfAces
This hotfix fixes a bug where the index.html file is placed on the wrong position in MV projects...
Continue reading
R1.01 Update 5 released!
September 01, 2021
by
AceOfAces
Core Compatible with .NET 6. Replaced obsolete APIs to implement compatibility with .NET 6. Specifically: Replaced AesManaged with Aes. Replaced SHA256Managed with SHA256. Packer Fixed a bug that cras...
Continue reading
Packer Hotfix - Round 2
July 17, 2021
by
AceOfAces
Pushed R1.00 Update 5 to fix a bug that puts some files to a location that crashes the bootstrapper. There's also an update to the template to fix a crash if a password is not set...
Continue reading
Packer Hotfix
July 17, 2021
by
AceOfAces
Released version R1.00 Update 4 to fix a bug where the packer would crash in RPG Maker MZ games (due to a malformed read of the package.json file)...
Continue reading
Version R1.01 Update 3 released!
May 31, 2021
by
AceOfAces
Core Fixed a bug that would crash the app if some variables weren't initialized. Packer The audio files are now in a separate package. Fixed a bug where the icon file was missing in the assets package...
Continue reading
Version R1.01 Update 1 released!
May 13, 2021
by
AceOfAces
This hotfix fixes an issue where creating an empty Encrypted Package wouldn't initialize properly. This fixes a crash in the packer tool when creating encrypted packages...
Continue reading
Version R1.01 (May 2021) released!
May 12, 2021
by
AceOfAces
Core Overhauled the HalvaPackage classes so they won't require specifying a Temporary location. Added new methods: UpdateFromArchive and UpdateArchive. Added the option to dispose the classes (which w...
Continue reading