Skip to content

Releases: biorand/reeutils

v1.4.6

23 May 00:14

Choose a tag to compare

reeutils v1.4.6

* Fix serialization/deserialization of RSZ types with nested class types.

v1.4.5

18 May 00:40

Choose a tag to compare

reeutils v1.4.5

* Allow compression kind to be specified per file when saving a pak file.

v1.4.4

18 May 00:08

Choose a tag to compare

reeutils v1.4.4

* Add MCP server
* Fix saving pak files with no compression
* Update AABB struct properties

v1.4.3

11 May 20:34

Choose a tag to compare

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

27 Mar 18:24

Choose a tag to compare

reeutils v1.4.2

* Improve JSON serialization of .scn files.
* Add rcol read/edit support.

v1.4.1

12 Mar 19:29

Choose a tag to compare

reeutils 1.4.1

* Add motbank support.

v1.4.0

01 Mar 15:15

Choose a tag to compare

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

09 Sep 00:35

Choose a tag to compare

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

04 Sep 00:19

Choose a tag to compare

reeutils 1.3.1

* Fix building of .msg files containing attributes.
* Add JSON converter and serialization for RSZ nodes.

v1.3.0

02 Sep 01:54

Choose a tag to compare

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.