Changelog Timeline
Stay up to date with new patches
September 5 2023
- rewrite recording storage to new ReconstructedRecording struct
- fix: update .vcpkg submodule to latest commit I've mistakenly reverted it when merging one of the PRs
- feat: Implement aimation::Vector* classes Reviewed-on: /pulls/127 Co-authored-by: SeaDragon
Co-committed-by: SeaDragon
September 1 2023
- vcpkg port update
- fix multicamera triangulate?
August 29 2023
- No full-auto in building(s)
- rework studiotasks to be curve-based
- remove old estimators
August 24 2023
- separate point data from ReconstructedFrame struct
- codestyle cleanup
August 23 2023
- const curve accessor
- ReconstructedRecording2 WIP
- curve3, const_iterators for curves, common wrapper for RPIF and RFIP
- Widgets: Adjust PushTooltip API #114 (#121) Authored-by: G-Gromko
Reviewed-on: /pulls/121 Co-authored-by: SeaDragon Co-committed-by: SeaDragon
August 22 2023
- rework tasks and viewport to handle floats
- rewrite curves to floats, add constant curve
August 21 2023
- Add curves prototype
August 20 2023
- update ImageChannelData packet structure
August 18 2023
- Detect Leg Movement looks ok now
- typo
- Protocol: UploadImagePkt should hold pixel stride and row stride for each channel separately
August 15 2023
- CMake: Get rid of rel debug preset
August 14 2023
- detect leg task tweaks, adding both legs option
August 11 2023
- update ports
- auto detect leg movement tests
August 9 2023
- Partially revert recent tooltip changes, adjust it to new PushTooltipWidget, rename PushTooltip to PushtooltipText This commit partially reverts commit 79f3cbd571b98fc7af9a2871bcb72e2f2f13f2f8.
August 8 2023
- detect Z with all other parameters fixed
August 7 2023
- fix build, fix intrinsic charuco calibration recording only 65 frames
- codestyle cleanup
- Widgets: Adjust PushTooltip API to accept lambda instead of fmt with arguments This way arguments are only called when the tooltip is actually hovered which is big optimization in some cases, as some are very expensive function calls