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

Hellextractor v0.7.0a20

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 12:48
· 18 commits to root since this release

Recent changes:
ba6a0c1 - #23, #1: Add some more proper wrappers around the underlying data
69e9050 - Don't bother with endian-ness for a while
675500d - #23, #1: Add missing struct from 010 template
4751699 - (44072/51601) Types found with DTZxPorter's tool
6443a00 - #23, #1: Convert 010 Editor template to structs
625341e - #23 Add generic exporter for .unit
640ec7f - Finish migration to stingray::hash_t
5d6ade2 - Fix up various constexpr problems
850174c - Make endian.h more generic
2acefd9 - Fix big endian support
56fb59f - Fix file names being flipped with new generalized code
8fe5576 - ... and make it actually use 32 bits instead of 64
887c95d - Add the MurmurHash32 version used in Stingray
9f9b7cb - Rest of the generalization thing that wasn't in the previous commit
60c8b25 - Add nlohmann/json module for glTF work later on
5435187 - More generalization towards Stingray
fe691a2 - Add zlib-ng module in case we ever need to support that format
5cf4f2d - Figured out alternative format for Stingray bundles
3b99582 - Migrate towards being more of a generic stingray exporter
599a5cf - #1: Figured out how the node list structure works
b0407c3 - Fix MurmurHash64A producing wrong results on Big Endian machines
d0b0f80 - Add MurmurHash-Stingray32
2a72b2e - Progress on unit and the data files
45e64af - Not much progress on this front. We're effectively stuck on #1
f79b34f - (1084/51601) Names, (43245/51601) Types