Releases: biorand/reeutils
Releases · biorand/reeutils
v1.4.6
v1.4.5
reeutils v1.4.5 * Allow compression kind to be specified per file when saving a pak file.
v1.4.4
reeutils v1.4.4 * Add MCP server * Fix saving pak files with no compression * Update AABB struct properties
v1.4.3
reeutils v1.4.3 * UVar2 support for RE7 * Remove hard-coded version from TestUvar * Add class, find, grep, ls, tree command to reeutils * Fix read/write of RuntimeType (UTF-8 string) * Update and create all RSZ native types with mappings * Ensure immutability with all RSZ node types * Implement HFSM support * Fix spelling of SceneHierarchyPath
v1.4.2
reeutils v1.4.2 * Improve JSON serialization of .scn files. * Add rcol read/edit support.
v1.4.1
reeutils 1.4.1 * Add motbank support.
v1.4.0
reeutils 1.4.0 * Support PAK version 4.2. * Move native RSZ types to via namespace. * Add via.Capsule type. * Add more RSZ extensions.
v1.3.2
reeutils 1.3.2 * Add support for RSZ type inheritance. * Improve C# class writer for RSZ types. * Order the pak list with ordinal sort to improve consistency across environments. * Make PakFile thread safe.
v1.3.1
reeutils 1.3.1 * Fix building of .msg files containing attributes. * Add JSON converter and serialization for RSZ nodes.
v1.3.0
reeutils 1.3.0 * Add .NET 8, and .NET 9 targets for library. * Add ModBuilder class. * Add support for editing .pfb files. * Add utility method to add zip contents to pak. * Change type of RSZ objects to be RszObjectNode. * Improve handling around RszStringNode, RszResourceNode, and RszUserDataNode. * Improve RSZ serialization/deserialization to CLR types.