{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":34289265,"defaultBranch":"master","name":"openvr","ownerLogin":"ValveSoftware","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-20T22:08:37.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3082775?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711497856.0","currentOid":""},"activityList":{"items":[{"before":"3a7d807ac1909bd88ad86c297f6d43c890c7950f","after":null,"ref":"refs/tags/v2.5.1","pushedAt":"2024-03-27T00:02:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"charleslvalve","name":null,"path":"/charleslvalve","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55813982?s=80&v=4"}},{"before":"f51d87ecf8f7903e859b0aa4d617ff1e5f33db5a","after":"ae46a8dd0172580648c8922658a100439115d3eb","ref":"refs/heads/master","pushedAt":"2024-03-27T00:00:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"charleslvalve","name":null,"path":"/charleslvalve","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55813982?s=80&v=4"},"commit":{"message":"# OpenVR SDK 2.5.1\n\nClients:\n * Include Transfer Time in Frame Timing, when using Steam Link\n\nDrivers:\n * Include HMD Pose Prediction Time\n * Adjust behavior for GetFrameTiming\n * Add IVRIPCResourceManagerClient for Linux\n\n[git-p4: depot-paths = \"//vr/steamvr/sdk_release/\": change = 8791766]","shortMessageHtmlLink":"# OpenVR SDK 2.5.1"}},{"before":"15f0838a0487feb7da60acd39aab8099b994234c","after":"f51d87ecf8f7903e859b0aa4d617ff1e5f33db5a","ref":"refs/heads/master","pushedAt":"2024-01-19T22:45:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nnuber","name":"Nathan Nuber","path":"/nnuber","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3059423?s=80&v=4"},"commit":{"message":"# OpenVR SDK 2.2.3\n\n* New VREvent_DesktopMightBeVisible: Sent when any known desktop related overlay is visible\n* New VREvent_DesktopMightBeHidden: Sent when all known desktop related overlays are hidden\n\nIVRCompositor:\n* Added SubmitWithArrayIndex.\n\nIVRDisplayComponent:\n* Add documentation on the new ComputeInverseDistortion method.\n\nIVRChaperone:\n* Amend comments about GetPlayAreaRect to the correct description of its behavior.\n* Add documentation on the chaperone json file.\n\n[git-p4: depot-paths = \"//vr/steamvr/sdk_release/\": change = 8643635]","shortMessageHtmlLink":"# OpenVR SDK 2.2.3"}},{"before":"5e45960cf44d6eb19bbadcae4a3d32578a380c17","after":"15f0838a0487feb7da60acd39aab8099b994234c","ref":"refs/heads/master","pushedAt":"2023-11-07T22:13:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"charleslvalve","name":null,"path":"/charleslvalve","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55813982?s=80&v=4"},"commit":{"message":"OpenVR SDK 2.0.10\n\n* Added simpletrackers driver sample. This driver provides an example on how to add multiple trackers to SteamVR for use with features like full-body tracking.\n* New Prop_DriverDisplaysIPDChanges_Bool that drivers can set to hide SteamVR’s IPD popup.\n* New IVRCompositor SubmitFlag: Submit_IsEgl. Specifies the texture is an EGL texture and not an glX/wGL texture (Linux only, currently).\n* New VREvent_DashboardThumbChanged. Sent when a dashboard thumbnail image changes.\n* New VREvent_AnyDriverSettingsChanged. Sent when any driver settings change.\n* New VREvent_KeyboardOpened_Global. Sent globally when the keyboard is opened.\n* New VREvent_KeyboardClosed_Global. Sent globally when the keyboard is closed.\n* Added cursorIndex to VREvent_Mouse_t, VREvent_Scroll_t, and VREvent_Overlay_t.\n* Added overlayHandle to VREvent_Keyboard_t.\n* Fix 32/64 struct misalignment on Linux for Compositor_FrameTiming.\n* New VROverlayFlags:\n - VROverlayFlags_EnableControlBar - If this is set, this overlay will have a control bar drawn underneath of it in the dashboard.\n - VROverlayFlags_EnableControlBarKeyboard - If this is set, the overlay control bar will provide a button to toggle the keyboard.\n - VROverlayFlags_EnableControlBarClose - If this is set, the overlay control bar will provide a \"close\" button which will send a VREvent_OverlayClosed event to the overlay when pressed. Applications that use this flag are responsible for responding to the event with something that approximates \"closing\" behavior, such as destroying their overlay and/or shutting down their application.\n - VROverlayFlags_EnableClickStabilization - If this is set, click stabilization will be applied to the laser interaction so that clicks more reliably trigger on the user's intended target\n - VROverlayFlags_MultiCursor - If this is set, laser mouse pointer events may be sent for the secondary laser. These events will have cursorIndex set to 0 for the primary laser and 1 for the secondary.\n* New EKeyboardFlags:\n - KeyboardFlag_ShowArrowKeys - Shows arrow keys on the keyboard when in minimal mode. Buffered (non-minimal) mode always has them. In minimal mode, when arrow keys are pressed, they send ANSI escape sequences (e.g. \"\\x1b[D\" for left arrow).\n - KeyboardFlag_HideDoneKey - Shows the hide keyboard button instead of a Done button. The Done key sends a VREvent_KeyboardDone when clicked. Hide only sends the Closed event.\n\n[git-p4: depot-paths = \"//vr/steamvr/sdk_release/\": change = 8475196]","shortMessageHtmlLink":"OpenVR SDK 2.0.10"}},{"before":"751538d6cbde9d060e5906c1d45c8cedeaf0ee18","after":"5e45960cf44d6eb19bbadcae4a3d32578a380c17","ref":"refs/heads/master","pushedAt":"2023-08-25T00:15:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"charleslvalve","name":null,"path":"/charleslvalve","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55813982?s=80&v=4"},"commit":{"message":"[openvr] Public API fix for C# (unity) (vrshared_double -> double)\r\n\nCLs\r\n8290392\r\n\nMerging using vr_steamvr_rel_hotfix_to_sdk_release\n\n[git-p4: depot-paths = \"//vr/steamvr/sdk_release/\": change = 8291348]","shortMessageHtmlLink":"[openvr] Public API fix for C# (unity) (vrshared_double -> double)"}},{"before":"32dcadc20903a820996e83e61c719da3cb359261","after":"751538d6cbde9d060e5906c1d45c8cedeaf0ee18","ref":"refs/heads/master","pushedAt":"2023-08-08T22:55:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"charleslvalve","name":null,"path":"/charleslvalve","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55813982?s=80&v=4"},"commit":{"message":"# OpenVR SDK 1.26.7\r\n\nIVROverlay:\r\n* Removed defunct GetOverlayTransformOverlayRelative and SetOverlayTransformOverlayRelative interfaces\r\n\nEVREventType:\r\n* Removed defunct VREvent_SceneFocusChanged\r\n* Added VREvent_SceneAppPipeDisconnected - Called when the scene app's pipe has been closed (data is process)\r\n\nETrackedDeviceProperty:\r\n* Added Prop_Hmd_SupportsHDR10_Bool\r\n* Added Prop_Hmd_EnableParallelRenderCameras_Bool (drivers can set this compensate for canted and/or clocked displays)\r\n* Added Prop_DriverProvidedChaperoneJson_String (overrides Prop_DriverProvidedChaperonePath_String)\r\n* Renamed Prop_Hmd_SupportsRoomViewDirect_Bool\r\n* Renamed Prop_Hmd_SupportsAppThrottling_Bool\r\n* Added Prop_Hmd_SupportsGpuBusMonitoring_Bool\r\n* Added Prop_DSCVersion_Int32\r\n* Added Prop_DSCSliceCount_Int32\r\n* Added Prop_DSCBPPx16_Int32\r\n\nVROverlayTransformType:\r\n* Removed defunct VROverlayTransform_SystemOverlay\r\n* Added VROverlayTransform_Subview\r\n\nCompositor_CumulativeStats:\r\n* Added m_nNumFrameSubmits\r\n* Added m_flSumCompositorCPUTimeMS\r\n* Added m_flSumCompositorGPUTimeMS\r\n* Added m_flSumTargetFrameTimes\r\n* Added m_flSumApplicationCPUTimeMS\r\n* Added m_flSumApplicationGPUTimeMS\r\n* Added m_nNumFramesWithDepth\n\n[git-p4: depot-paths = \"//vr/steamvr/sdk_release/\": change = 8250329]","shortMessageHtmlLink":"# OpenVR SDK 1.26.7"}},{"before":"4ccdeb8b2a5130e5a7e610321cfa5a711e36dbd1","after":"32dcadc20903a820996e83e61c719da3cb359261","ref":"refs/heads/master","pushedAt":"2023-08-07T21:54:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"charleslvalve","name":null,"path":"/charleslvalve","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55813982?s=80&v=4"},"commit":{"message":"[openvr-docs] Remove incorrect note about watchdog mode being deprecated. \n\nIntegreate CL #8245927 (via CL #8245961) \n\n[git-p4: depot-paths = \"//vr/steamvr/sdk_release/\": change = 8245999]","shortMessageHtmlLink":"[openvr-docs] Remove incorrect note about watchdog mode being depreca…"}},{"before":"d0adf64ddf74fef1d9df54678e8e992964a68990","after":"4ccdeb8b2a5130e5a7e610321cfa5a711e36dbd1","ref":"refs/heads/master","pushedAt":"2023-06-07T22:16:39.888Z","pushType":"push","commitsCount":1,"pusher":{"login":"zite","name":"Keith Bradner","path":"/zite","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/198704?s=80&v=4"},"commit":{"message":"[openvr-docs] Update documentation on Automatic Rebinding to include autoremapping.\n\n[git-p4: depot-paths = \"//vr/steamvr/sdk_release/\": change = 8109558]","shortMessageHtmlLink":"[openvr-docs] Update documentation on Automatic Rebinding to include …"}},{"before":"03897eb12fa9de5cd90bf2beee36866a202afed0","after":"d0adf64ddf74fef1d9df54678e8e992964a68990","ref":"refs/heads/master","pushedAt":"2023-05-26T22:31:06.981Z","pushType":"push","commitsCount":1,"pusher":{"login":"charleslvalve","name":null,"path":"/charleslvalve","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55813982?s=80&v=4"},"commit":{"message":"[openvr-docs] Correct documentation on status icons and add documentation on trackers.\n\n[git-p4: depot-paths = \"//vr/steamvr/sdk_release/\": change = 8087067]","shortMessageHtmlLink":"[openvr-docs] Correct documentation on status icons and add documenta…"}},{"before":"8f71cf8d9892006939f5e7a9473b6984387a8ec3","after":"03897eb12fa9de5cd90bf2beee36866a202afed0","ref":"refs/heads/master","pushedAt":"2023-03-29T00:13:07.745Z","pushType":"push","commitsCount":1,"pusher":{"login":"charleslvalve","name":null,"path":"/charleslvalve","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55813982?s=80&v=4"},"commit":{"message":"[openvr-docs] Update driver documentation for controller compatibility features and device emulation for 1.26.1 Beta\n\n[git-p4: depot-paths = \"//vr/steamvr/sdk_release/\": change = 7955035]","shortMessageHtmlLink":"[openvr-docs] Update driver documentation for controller compatibilit…"}},{"before":"1a0ea26642e517824b66871e6a12280a426cfec3","after":"8f71cf8d9892006939f5e7a9473b6984387a8ec3","ref":"refs/heads/master","pushedAt":"2023-03-08T00:55:00.027Z","pushType":"push","commitsCount":1,"pusher":{"login":"charleslvalve","name":null,"path":"/charleslvalve","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/55813982?s=80&v=4"},"commit":{"message":"[openvr]: add driver documentation\n\nCLs\n7863167\n7878820\n7888532\n7897556\n7897558\n\nMerging using vr_steamvr_rel_to_sdk_release\n\n[git-p4: depot-paths = \"//vr/steamvr/sdk_release/\": change = 7899071]","shortMessageHtmlLink":"[openvr]: add driver documentation"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEIC0SygA","startCursor":null,"endCursor":null}},"title":"Activity · ValveSoftware/openvr"}