0.11 save reading issues #37
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#34 Move to C++17 ?
williamjcm/MassBuilderSaveTool
Reference: williamjcm/MassBuilderSaveTool#37
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
0.11 introduced a bunch of save reading issues. Documenting them here.
General
Header is four bytes bigger. It is currently unknown what those bytes are for.
Handled in
a290542f6e
.Profiles
Nothing seems to be out of the ordinary so far.
Units
3D/2D vector properties now use doubles instead of floats. While I could just use raw unions, I decided to bite the bullet and switch to C++17 to use
std::variant
(see #34).Handled in
8b8fbee6ba
.