0.11 save reading issues #37

Closed
opened 2024-07-14 14:50:29 +02:00 by williamjcm · 0 comments
Owner

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.

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 a290542f6ed7e6eb02b2840782830457a17573dc. ### 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 8b8fbee6ba3580d99fc9bf56d72fed40d7e07ef4.
williamjcm added this to the v1.5.0 milestone 2024-07-14 14:50:29 +02:00
williamjcm added the
bug
label 2024-07-14 14:50:29 +02:00
williamjcm self-assigned this 2024-07-14 14:50:29 +02:00
williamjcm added a new dependency 2024-07-14 14:50:52 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Depends on
#34 Move to C++17 ?
williamjcm/MassBuilderSaveTool
Reference: williamjcm/MassBuilderSaveTool#37
No description provided.