Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Alpha Release #5.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@HipsterSloth HipsterSloth released this 10 Oct 06:45
· 669 commits to master since this release

Bug Fix: Issue #215 - PSMoveService crash if PSNavi is connected via USB

Bug Fix: All config files now get saved on load to make sure new defaults are saved out.

Feature - Issue #221 - Changing controller colors

  • Added color drop down in the controller setting dialog pane
  • Color setting is stored in controller config json as "tracking_color"
  • If a controller has no assigned tracking color it gets assigned one from the available pool
  • If you change the color of a controller to a color another controller is using, the other controller gets assigned the next color from the available color pool.

Merge pull request #225 from gb2111

  • Simple velocity filter via exponential smoothing (you can now throw things!)
  • Enabled by default
  • Disabled for a given controller with "enable_filtered_velocity": "true" flag in the controller JSON file