summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_hatire
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-07-03fix msvc empty config listStanislaw Halik
Some MSVC 2015RC bug with static initialized const char*. But reproduced also in #179 (?)
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-17hatire: don't wait for response on all devices, not just win32opentrack-2.3-rc10Stanislaw Halik
2015-05-02Fix returning consistent data to get headpose and other minor issuesmartin
2015-04-19hatire: actually don't do any degree to radian conversionStanislaw Halik
2015-04-04hatire: oops, convert degree to radian in all casesStanislaw Halik
2015-04-01hatire: convert angles degree to radianStanislaw Halik
2015-03-31hatire: update api usage in one more placeStanislaw Halik
2015-03-31hatire: also show com port error messageStanislaw Halik
2015-03-31hatire: don't show serial port changed if none selectedStanislaw Halik
Showed on first start.
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-05remove settings dialog copypasted all over, losing functionalityStanislaw Halik
2014-01-03fix buildStanislaw 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-30hatire: don't hardcode stuff in lookup tablesStanislaw Halik
2013-12-30resize hatire dialog not to look cramped on LinuxStanislaw 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-27pt, hatire: save settings in correct placeStanislaw Halik
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-27convert icon to .png, doesn't work on win32 ironicallyStanislaw Halik
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>