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

Alpha Release #8.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@HipsterSloth HipsterSloth released this 10 Nov 06:07
· 40 commits to master since this release

IMPORTANT NOTE (SteamVR Users)

The SteamVR plugin is no longer part of PSMoveService. The SteamVR plugin in it's own GitHub project, PSMoveSteamVRBridge. If you want to use PSMoveService with SteamVR, you'll want to download PSMoveSteamVRBridge instead:

https://github.com/HipsterSloth/PSMoveSteamVRBridge/releases/tag/v1.4.0

IMPORTANT NOTE (FreePIE Users)

If you are a user of PSMoveFreePieBridge, make sure to grab the version 15 since there are protocol changes that break compatibility with previous versions:

https://bitbucket.org/hawkinse/psmovefreepiebridge/downloads/PSMoveFreepieBridge-Release15.zip

Assorted tweaks and fixes to build scripts (HipsterSloth)

  • Files are now copied to ${ROOT_DIR}/dist/${ARCH_LABEL}/ instead of ${ROOT_DIR}/${PSM_PROJECT_NAME}/${ARCH_LABEL}/ when running the "INSTALL" project
  • Fixed issue with BuildOfficialDistribution.bat script failing to find OpenCV cmake files

Created installer script for Inno Setup (gb2111)

  • Used to generate installer executable for PSMoveService
  • Installer intended for use by other applications that want to use PSMoveService

Adding command line parameters for the PSMoveConfigTool (gb2111)

  • autoConnect: Automatically connect to PSMoveService
  • excludePositionSettings: Hide the display of the expert mode controller filtering settings
  • initialStage: Launch the config tool into the specified initial stage

Generating an installer executable as part of the distribution script (HipsterSloth)

  • Moved inno setup script to templates/installer_win64.iss.in which gets filled in as part of the project file generation
  • Split BuildOfficialDistribution.bat into two new scripts
  • RebuildAllConfigurations.bat - Does build of all configurations, but creation zip or installer
  • RebuildOfficialDistribution.bat - Rebuilds Release|X64 config and generations zip and installer
  • Added cmake script changes that make a new "Create Installer" project in msvc

UI Adjustments (HipsterSloth/gb2111)

  • Moving version info from window title to Main Menu label
  • Cleaning up controller settings menu using imgui's collapsing header to make more clearly defined sections
  • Hide some UI when excludePositionSettings is set

Fixing shutdown crash in App::setAppStage