summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-06-11Fix OSX high resolution timersStanislaw Halik
2014-06-11Defer PT apply to avoid deadlockStanislaw Halik
2014-06-11remove unused headerStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2014-06-11use the precise counterStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2014-06-11implement a high-precision timerStanislaw Halik
untested on OSX so far Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2014-06-08credit uglyDwarfStanislaw Halik
2014-06-07fix some confused crapola that never worked anywayopentrack-2.2a2Stanislaw Halik
Broke some games. How did it EVER work, is beyond me. Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2014-06-07freetrack: enable dummy executable unconditionallyStanislaw Halik
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2014-06-06Merge branch 'master' of github.com:opentrack/opentrackStanislaw Halik
2014-06-06New game support for freetrack protocolStanislaw Halik
2014-06-06Revert cmake libevdev changesStanislaw Halik
It doesn't do what it's supposed to. Doesn't point to prefix, only relevant for include path. Previous setup isn't that bad so revert for now.
2014-06-05Only enable libevdev on Linux. Default to it enabled.Stanislaw Halik
2014-06-05Merge pull request #31 from okdshin/fix_libevdev_configStanislaw Halik
remove SDK_ENABLE_LIBEVDEV macro and simplify sdk libevdev config
2014-06-05remove SDK_ENABLE_LIBEVDEV macro and simplify sdk libevdev configokdshin
2014-06-05Update README.mdStanislaw Halik
2014-06-05Merge pull request #30 from okdshin/enable_to_select_libevdev_pathopentrack-2.2a1Stanislaw Halik
add SDK_LIBEVDEV to enable users to select libevdev path.
2014-05-30vjoy: Fix POV hat stateStanislaw Halik
POV hat key was always stuck in one position, confusing certain games. Reported-by: ASQ_Dak Fix-by: Rickard Öberg Tested-by: no one at all!
2014-05-21add SDK_LIBEVDEV to enable users to select libevdev path.okdshin
2014-02-10don't load spline config twiceStanislaw Halik
2014-02-10replace incorrect interpolation with nearest neighborStanislaw Halik
2014-01-25remove undefined member function from classStanislaw Halik
2014-01-25accela: remove now-unused mutexStanislaw Halik
2014-01-23glwidget: don't use doubles for no good reasonStanislaw Halik
2014-01-23glwidget: don't perform useless computationStanislaw Halik
The distances are known, so hardcode them instead.
2014-01-18ht: adjust coeffsStanislaw Halik
2014-01-16remove now-unused useless blockStanislaw Halik
2014-01-16get rid of corner subpix, causes nonsense on certain posesStanislaw Halik
2014-01-15also free the second tracker's dialog windowStanislaw Halik
2014-01-15fix ft interface selection not persistingStanislaw Halik
2014-01-15make all tracker/protocol/filter dialogs non-modalStanislaw Halik
2014-01-15free dialog windows on tracking stoppageStanislaw Halik
This is necessary to make tracker dialogs non-modal, as otherwise invalid casts occur.
2014-01-15remove harmless warningStanislaw Halik
2014-01-14remove broken half of pitch breakage detectionStanislaw Halik
2014-01-14adjust subpix epsilonStanislaw Halik
2014-01-14switch to new profile after using the 'save as' functionStanislaw Halik
2014-01-14prevent mutex starvation with PT on non-Windows platformsStanislaw Halik
2014-01-14pitch axis needs inverting too for FT protocolStanislaw 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-13flip tcomp axis for freetrack protocolStanislaw Halik
It's the easy way out, for now. Need to align 6DOF conventions of all available trackers, eventually
2014-01-13hopefully work around tracker thread freeze on exit (issue #18)Stanislaw Halik
Reported-by: @chsims1 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
2014-01-13pt: protect against pthread starvation when stoppingStanislaw Halik
2014-01-13rescale aruco to centimeters, like PT doesStanislaw Halik
2014-01-13correct preferred hzStanislaw Halik
2014-01-13fix typoStanislaw Halik
2014-01-13aruco: change allowed scale, now that units are in millimetersStanislaw Halik
2014-01-13accela: change allowed input scaleStanislaw Halik
2014-01-13change translation scale back. units in millimeters for most trackersStanislaw Halik
2014-01-12pt: display points' centersStanislaw Halik
2014-01-12fix accidental revertStanislaw Halik
2014-01-12Revert "use levmarq instead of coplanar POSIT implemented in numerically ↵Stanislaw Halik
unstable fashion" This reverts commit 0bc59a0a7a42bcf65ebf3814e5f25fb17d735faa.