summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_hatire/ftnoir_tracker_hat.cpp
AgeCommit message (Collapse)Author
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
2013-12-31meta: get rid of Initialize(), now RAIIStanislaw Halik
2013-12-30hatire: don't hardcode stuff in lookup tablesStanislaw 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-27furax49's copyrightStanislaw Halik
https://sourceforge.net/p/hatire/code/ci/5f323520c47437079f559d0ff4f2c2de0ce81098/tree/ftnoir_tracker_hat.cpp#l11 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2013-11-27hatire: use less-precise timers, for speedStanislaw 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>