Changelog Timeline

Stay up to date with new patches

October 15 2023
  • UI/fix: bring back creation of first viewport, removed by mistake in 820d92fd5e7863845aafaf94ccdf98fc6919082d
  • UI/fix/feat: Make reset layout more intuitive, refactor viewport docking to be unique per-scene
October 14 2023
  • UX/feat: Add an information when saving/estimation is in progress
  • UI/fix: Slightly refactor calibration window completely remove RefineMarkers as it is unused just a bunch of accenting tweaks in calib window
  • UI: get rid of in editor tutorials
October 13 2023
  • Recordings: Renaming, devices used in recording Display devices used in a recording when hovering over info button in recording table Implement a dialog pop-up which allows user to rename a recording which renames and move content of all reference direc
October 12 2023
  • TrackStorage/fix: buildfix help compiler deduce type
October 11 2023
  • fix detectZ
  • Move Track table rendering to EditorWidgets
  • Merge remote-tracking branch 'AImation/master' into koostosh/tracks_wip
  • add optional extra data to serialize in trackStorage
  • fix triangulate right away
  • config/fix: fix an issue with /commit/1e92d50160e60279b591b27066f411c64877ff24
  • Config/feat: write application semver into each config and update it accordingly this function also serves as a place to perform conversion of a config if needed, we have the required T and last state of the config
  • UX/feat: Hold left ctrl +shift to perform recording deletion without pop-ups
  • Devices/fix: resolve issue where possible recording formats would not update
  • Network/fix: reset chunk grabber connection properly when it resets as chunk grabber, fixed subsequent recordings
  • UI/fix: fix imgui disabled stack mismatch crash state of recording can change between subsequent m_isReadyForUse calls, so cache the value instead to check whether we need to disable resets
October 10 2023
  • UI/fix: resolve issue where scrolling on non-scrollable area would shift the main window of the application
October 9 2023
  • track invalid crash fix
  • merge correction
  • Merge master into koostosh/tracks_wip
  • miscellaneous: add protocol wiki link to all packet files and please update them accordingly when changing packet structures
  • UI/feat: Implement an option to reset the layout of viewport tab
  • Widgets/fix: refactor DrawRecordingLength to make use of PushButtonRepeat
  • DeviceMgr/fix: disallow running recording/calibration while devices are busy rename deviceMgr Run(...) to RunRecording(...)
  • UI/Widgets: Implement an option to not ask for recording removal confirmation
  • config/feat: Extend config by adding MiscellaneousConfigObject To store all kinds of unrelated config opts like Confirm recording deletion with a pop-up
  • ImGui/Widgets: Refactor recording removal options into a pop-up
  • Implement network devices (#129) - Refactor network code to accept a T to be more flexiable - Refactor CameraParams into a variant to support params for different types of devices - Implement decoding network images (yuv), combining chunks of images and