summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_rift/ftnoir_tracker_rift.cpp
AgeCommit message (Collapse)Author
2015-10-29support rift 0.2.5, 0.4.2, 0.8.0Stanislaw Halik
Issue: #263
2015-07-16all: use macros for symbol exposureStanislaw Halik
2014-10-29rift needs yaw+pitch swappageStanislaw Halik
Evidence: people's configs found on google
2014-10-19decruft moreStanislaw Halik
2014-10-19update modules to refactored APIStanislaw Halik
2014-10-12fixup! comments onlyStanislaw Halik
2014-09-22get rid of evil CALLING_CONVENTION macroStanislaw Halik
2014-09-22win32: all plugins in Windows binary distro updated to new apiStanislaw Halik
2014-09-22remove obsolete axis selector from trackersStanislaw Halik
2014-09-08Flip tx, not yaw, as dyvoid said in the first placeStanislaw Halik
Reported-by: dyvoid via reddit
2014-09-07Flip yaw too for riftStanislaw Halik
Reported-by: dyvoid through reddit
2014-09-07Rift: position tracking DK2, pitch signStanislaw Halik
Tested-by: dyvoid, p00ky (both through reddit)
2014-08-31fix ovr 0.4 api usageStanislaw Halik
2014-08-30update API to OVR 0.4.1Stanislaw Halik
2014-07-28rift: fix typo (XXX still unknown the unit of position)Stanislaw Halik
2014-07-28rift: position tracking, logic fixesStanislaw Halik
2014-07-27Finish rename for all platformsStanislaw Halik
2014-07-18Rift: no need for temporary array, inline itStanislaw Halik
2014-07-18Rift logic broken, reorderStanislaw Halik
Submitted-by: Chris Thompson (mm0zct)
2014-07-11adapt rift to needlessly changed api in sdk 0.3.xStanislaw Halik
2013-12-31meta: get rid of Initialize(), now RAIIStanislaw Halik
2013-12-30settings framework for riftStanislaw Halik
2013-12-10s/Give/Get/Stanislaw Halik
2013-12-10remove return value from GiveHeadPoseDataStanislaw Halik
2013-12-04fix crash with no riftStanislaw Halik
2013-11-30Revert "Added positional tracking?!"Stanislaw Halik
This reverts commit 8b3285917eeb228e9811df75568d927b763644cf. Requested-by: mm0zct
2013-11-26Added positional tracking?!mm0zct
perhaps, perhaps not.. to be tested -mm0zct
2013-11-01We now just enumerate on the sensor, rather than finding the HMD, this means ↵mm0zct
we don't need it attached to the display and it also works better on linux now -mm0zct
2013-11-01fix spring -mm0zctStanislaw Halik
2013-11-01use doubles; denormals are flushed to zeroStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-11-01alias variable, fix brainoStanislaw Halik
2013-11-01spring v2: magic nums -> ui, squash uninit mem accessStanislaw Halik
-sthalik&mm0zct
2013-10-30pass -Wall -Wextra -pedantic, add #pragma onceStanislaw Halik
2013-10-24rift: fix crash with no deviceStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-10-21fixed Rift tracker for libovr SDK 0.2.5mm0zct
2013-10-21Rift: avoid leaks, reformatStanislaw Halik
2013-10-21Update to libovr 0.2.5, fix crash when no device attached.Stanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> In-absence-of: mm0zct
2013-10-05renamed the re-centre spring define to OPENTRACK_RIFT_RECENTRE_SPRINGmm0zct
no longer default
2013-10-05added a re-centre spring effect, optional compiler preprocessor, enabled by ↵mm0zct
default
2013-09-15Fix mingw-w64 cross-compile from LinuxStanislaw Halik
Case-sensitivity and MSVC-isms bite again.
2013-09-14Downcase settings directory. Only affects LinuxStanislaw Halik
2013-08-15working magnetic correction at lastmm0zct
2013-06-29Merged in fixes to hydra and rift code, along with a bug in the pitch ↵mm0zct
inversion of FTNoIR itself. Also added an include directory the Rift needs which was absent before.
2013-06-27Fix the buildStanislaw Halik
2013-06-27Merge branch 'master' of github.com:opentrack/opentrackStanislaw Halik
Conflicts: ftnoir_tracker_rift/ftnoir_tracker_rift.cpp
2013-06-27Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusionStanislaw Halik
Requested-by: mm0zct
2013-06-26Various changes and refactoring. Rotation correct for the Hydra, mostlymm0zct
correct for the Rift, Rift looks better in OpenTrack, Hydra looks better in Dirt3. Also rewrote the Rotation code for Quaternions, although it seems broken with and without the changes. Will investigate. -Chris
2013-04-29Rename global settings locationStanislaw Halik
2013-04-29Correct prototypesStanislaw Halik
2013-04-27Map to degreesStanislaw Halik