1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 2 years ago.
Jun 26, 2022 — Jun 26, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/OSVR/OSVR-Core into auto-start-fix
Jeremy Bell
as JeroMiya
More... about 8 years ago
Merge pull request #321 from sensics/atw-improvements
Russell M. Taylor II
as Russell Taylor
More... about 8 years ago
Removing no-longer-needed member variable.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Switching to a more exact method to get rendering timing in non-DirectMode D3D11.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Adding still more timing info to one of the example programs.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Adding more reporting to the timing on one of the example programs.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Initial implementation of vertical-sync and frame rate timing info for non-DirectMode D3D11.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Added OSVR-Unity...@d3d_capi as a submodule. Tested, working. More... about 8 years ago
Added submodule OSVR-Unity-Rendering More... about 8 years ago
Placing {} around the exact scope being used by lock_guard in response to a request from a code review.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Replacing tabs with spaces in indentation.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Fixing indentation to use all spaces and no tabs on lines that had been adjusted.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Reverting adding changes to the C API that added control of the IPD like the C++ API does, which added functionality but (of course) changes the ABI.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Merge pull request #324 from sensics/stabilize-timing
Russell M. Taylor II
as Russell Taylor
More... about 8 years ago
Merge pull request #325 from sensics/more-reliable-build
Russell M. Taylor II
as Russell Taylor
More... about 8 years ago
Merge pull request #326 from sensics/gl-chessboard
Russell M. Taylor II
as Russell Taylor
More... about 8 years ago
Fixing collision in reversion of commit 1dfbda2c8c35f0b7ba183cb29f979bd827bd608d that added IPD setting functionality, resolving an issue but breaking the ABI.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Render in World space, but override the head-to-room transformation to keep tracking from having an impact so we always render from the identity transform. This works like rendering in head space, but will render something even when /me/head is not defined.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Fix some cases where dev versions of display server client would result in a broken build. More... about 8 years ago
Fix header test builds with new DeltaQuatDeadReckoning header. More... about 8 years ago
Add OpenGL chessboard More... about 8 years ago
Comment changes.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Copying fields from default-constructed struct.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Adding IPD parameter to the C API so that it matches the C++ API.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Reads default IPD, near and far clipping distances from OSVRDisplayConfiguration now. Note that this provides a different initial default value (65mm rather than 63mm). This change should prevent future drift.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Adds near and far clipping planes as default settings within the display configuration. Along with IPD, these are now the canonical locations for them to be defined.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Removing comment that the recent commits fixed.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Fixing the earlier code consolidation when we replaced the if/else statement so that it always copies from the correct buffer (this was a difference between the two branches).
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Fixing code that ensures we don't double copy a buffer shared between eyes.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago
Removing debug print statements.
Russell M. Taylor II
as Russ Taylor
More... about 8 years ago