summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_hatire/ftnoir_tracker_hat.h
AgeCommit message (Collapse)Author
2015-07-18fix hatire iconStanislaw Halik
2015-07-16all: use macros for symbol exposureStanislaw Halik
2015-07-08retab and reformat onlyStanislaw Halik
2015-06-07plugin-support: make header-only, expose as public APIStanislaw Halik
Issue: #151 Some global namespace macros are now prefixed with "OPENTRACK_" to avoid namespace clashes. This header is now safe to include in third-party projects.
2015-05-02Fix returning consistent data to get headpose and other minor issuesmartin
2015-03-31hatire: minor opentrack API usage updatesStanislaw Halik
2015-03-31add unmodified hatireStanislaw Halik
2014-01-13remove hatire trackerStanislaw Halik
hatire tracker's unmaintained, unused and has an obvious crash bug The following line: data[frame_cnt] = (long) HAT.Code; contains an arbitrary offset dereference. It's obvious now that the code has only been compile-tested. Because no one reported the issue, it's safe to assume it has no users. If it gets users and becomes actively maintained, it'll return. -sh
2014-01-01don't reference QSettings anymoreStanislaw Halik
2013-12-31meta: get rid of Initialize(), now RAIIStanislaw Halik
2013-12-30hatire: use new settings frameworkStanislaw Halik
2013-12-10s/Give/Get/Stanislaw Halik
2013-12-10remove return value from GiveHeadPoseDataStanislaw Halik
2013-11-27merge in the right hatire branch this time!Stanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-11-27make hatire actually buildableStanislaw Halik
Remove 'captain obvious' comments, references to <windows.h>, fix spelling errors, use UI layouts, and so on Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-11-27initial import of hatire by Furax49Stanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>