summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_rift
AgeCommit message (Collapse)Author
2015-07-16all: use macros for symbol exposureStanislaw Halik
2015-05-22all: implicitly cancel on form dialog closeStanislaw Halik
2014-10-29rift needs yaw+pitch swappageStanislaw Halik
Evidence: people's configs found on google
2014-10-19decruft moreStanislaw Halik
2014-10-19more breakageStanislaw Halik
2014-10-19update modules to refactored APIStanislaw Halik
2014-10-14update options apiStanislaw Halik
2014-10-12fixup! comments onlyStanislaw Halik
2014-10-05flush and pushStanislaw Halik
2014-09-22get rid of evil CALLING_CONVENTION macroStanislaw Halik
2014-09-22virtual function misuse (don't create needless VPTR all over)Stanislaw 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-13nix comment cancerStanislaw 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
2014-01-15make all tracker/protocol/filter dialogs non-modalStanislaw Halik
2014-01-05remove settings dialog copypasted all over, losing functionalityStanislaw Halik
2014-01-01don't reference QSettings anymoreStanislaw Halik
2013-12-31finish renameStanislaw Halik
2013-12-31meta: get rid of Initialize(), now RAIIStanislaw Halik
2013-12-30rift: remove captain obvious commentsStanislaw Halik
2013-12-30settings framework for riftStanislaw Halik
2013-12-14sttupid gitmm0zct
2013-12-14found a new filemm0zct
2013-12-14we now have an oculus logomm0zct
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-26declare tracker hz to prevent deconvergence of IHTStanislaw Halik
2013-11-26Added positional tracking?!mm0zct
perhaps, perhaps not.. to be tested -mm0zct
2013-11-01Merge branch 'master' of https://github.com/opentrack/opentrackmm0zct
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-01resize checkbox (mm0zct reported-by)Stanislaw Halik
2013-11-01fix spring -mm0zctStanislaw Halik
2013-11-01finish resizeStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-11-01use doubles; denormals are flushed to zeroStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-11-01adjust ui sizeStanislaw 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