Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OvrIntegration: Adapt to API changes in Oculus SDK 1.17.0 #26

Closed
wants to merge 5 commits into from

Commits on May 10, 2018

  1. OvrIntegration: Adapt to API changes in Oculus SDK 1.17.0

    Signed-off-by: Squareys <squareys@googlemail.com>
    Squareys committed May 10, 2018
    Configuration menu
    Copy the full SHA
    6816ae3 View commit details
    Browse the repository at this point in the history
  2. ci: Use Oculus SDK 1.17.0 on AppVeyor

    And yes, the oculus website shows some "facebook: Update your browser"
    html page when using the appveyor download util, but having a user agent
    "myUserAgentString" works fine!
    
    Signed-off-by: Squareys <squareys@googlemail.com>
    Squareys committed May 10, 2018
    Configuration menu
    Copy the full SHA
    d8e41bc View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

  1. Add script to generate minimal ovr_sdk archive

    Signed-off-by: Squareys <squareys@googlemail.com>
    Squareys committed May 11, 2018
    Configuration menu
    Copy the full SHA
    da57b0f View commit details
    Browse the repository at this point in the history
  2. Ovr: Add MirrorOption enum and parameter to Session::createMirrorText…

    …ure()
    
    Allows changing the mirroring mode.
    
    Signed-off-by: Squareys <squareys@googlemail.com>
    Squareys committed May 11, 2018
    Configuration menu
    Copy the full SHA
    fa2fb37 View commit details
    Browse the repository at this point in the history
  3. Ovr: Fix ControllerType enum test

    `-1 == ControllerType::Active`, hence not actually invalid.
    
    Signed-off-by: Squareys <squareys@googlemail.com>
    Squareys committed May 11, 2018
    Configuration menu
    Copy the full SHA
    d77584d View commit details
    Browse the repository at this point in the history