Changelog Timeline

Stay up to date with new patches

March 13 2024
  • feat: set up config directory in registry
  • chore: fix install dependencies
March 10 2024
  • fix(keybinds): Discard keybind released for a bunch of commands that are not interested in released callbacks
  • feat(ui/viewport): Trackbar improvements (#226) - [x] Extend right click context menu with many utility helpers to manage tracks - [x] Build a generic names for tracks given tracks they were built with, extend tooltip for tracks - [x] Simplify ui drawing
March 8 2024
  • feat(buildsystem): make depthai support optional
  • fix: crash on fast close
  • fix(ogre): don't duplicate animation objects on scene reopening
March 6 2024
  • feat: move skeletal animation to internal OGRE types Reviewed-on: /pulls/229
  • fix(crash): properly delete thumbnail textures on scene close
  • fix(net): Refactor connection ownership (#220) /issues/202 Reviewed-on: /pulls/220 Reviewed-by: Koostosh
February 29 2024
  • feat(verifier): make sure system requirements are met fix(style): fix crash in style editor
February 28 2024
  • fix(UI): ergonomics in trackbar ui, add some background for viewport buttons
  • fix(viewportTab): remove view context from commands context if we are focused but no longer hovered We might be hovering over another window without focusing it but still scrolling over it, we don't want viewport to pick it up. Small refactor in camera s
February 27 2024
  • feat: add clear sky skybox
February 26 2024
  • feat: ogre camera look at target
  • fix: replace viewport camera movement with camera manager (#217) Camera manager is based off of OGRE camera-man sample and extended Supports wsad movement that is hooked up to commands context Supports orbital movement TODO future: Mouse inputs should be
February 24 2024
  • feat(ui): split recording format into two tables where one holds resolutions and the other FPS
  • fix(logging): ensure we get proper line endings in a log fix(logging): fix copying the log text to clipboard
February 23 2024
  • fix(typo): skip messages that do not match log level when using filters
  • feat(ui): display spdlog output in dedicated window
February 22 2024
  • fix(regress): Use studios background worker for image saving (#214) Use StudioWorker instead of dedicated thread for saving images (What was i thinking) Estimation thread stays the same as it needs to push and process data in a single thread manner Revi
  • fix: restore renaming recording
February 21 2024
  • fix(crash): do not allow to open extrinsic modal window if there is no devices fix(crash): re-create extrinsic inputs after manual reset
  • fix: validate recording has frames ondisk and has estimation data fix: open parent path of binary estimation file instead of file itself when requesting to open it in explorer
  • feat: Update resolution sorting strategy to display higest framerate highest resolution at the top
February 19 2024
  • fix: add missing include in CommandMgr header file
February 16 2024
  • refactor: dont use custom pragmas to import libs
  • feat: ogre resource lock
  • chore: shared includes cleanup
  • fix(ogre): remove some strange crash