Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-11 | remove unused header | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-06-11 | use the precise counter | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-06-11 | implement a high-precision timer | Stanislaw Halik | |
untested on OSX so far Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-06-08 | credit uglyDwarf | Stanislaw Halik | |
2014-06-07 | fix some confused crapola that never worked anywayopentrack-2.2a2 | Stanislaw Halik | |
Broke some games. How did it EVER work, is beyond me. Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-06-07 | freetrack: enable dummy executable unconditionally | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-06-06 | Merge branch 'master' of github.com:opentrack/opentrack | Stanislaw Halik | |
2014-06-06 | New game support for freetrack protocol | Stanislaw Halik | |
2014-06-06 | Revert cmake libevdev changes | Stanislaw 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-05 | Only enable libevdev on Linux. Default to it enabled. | Stanislaw Halik | |
2014-06-05 | Merge pull request #31 from okdshin/fix_libevdev_config | Stanislaw Halik | |
remove SDK_ENABLE_LIBEVDEV macro and simplify sdk libevdev config | |||
2014-06-05 | remove SDK_ENABLE_LIBEVDEV macro and simplify sdk libevdev config | okdshin | |
2014-06-05 | Update README.md | Stanislaw Halik | |
2014-06-05 | Merge pull request #30 from okdshin/enable_to_select_libevdev_pathopentrack-2.2a1 | Stanislaw Halik | |
add SDK_LIBEVDEV to enable users to select libevdev path. | |||
2014-05-30 | vjoy: Fix POV hat state | Stanislaw 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-21 | add SDK_LIBEVDEV to enable users to select libevdev path. | okdshin | |
2014-02-10 | don't load spline config twice | Stanislaw Halik | |
2014-02-10 | replace incorrect interpolation with nearest neighbor | Stanislaw Halik | |
2014-01-25 | remove undefined member function from class | Stanislaw Halik | |
2014-01-25 | accela: remove now-unused mutex | Stanislaw Halik | |
2014-01-23 | glwidget: don't use doubles for no good reason | Stanislaw Halik | |
2014-01-23 | glwidget: don't perform useless computation | Stanislaw Halik | |
The distances are known, so hardcode them instead. | |||
2014-01-18 | ht: adjust coeffs | Stanislaw Halik | |
2014-01-16 | remove now-unused useless block | Stanislaw Halik | |
2014-01-16 | get rid of corner subpix, causes nonsense on certain poses | Stanislaw Halik | |
2014-01-15 | also free the second tracker's dialog window | Stanislaw Halik | |
2014-01-15 | fix ft interface selection not persisting | Stanislaw Halik | |
2014-01-15 | make all tracker/protocol/filter dialogs non-modal | Stanislaw Halik | |
2014-01-15 | free dialog windows on tracking stoppage | Stanislaw Halik | |
This is necessary to make tracker dialogs non-modal, as otherwise invalid casts occur. | |||
2014-01-15 | remove harmless warning | Stanislaw Halik | |
2014-01-14 | remove broken half of pitch breakage detection | Stanislaw Halik | |
2014-01-14 | adjust subpix epsilon | Stanislaw Halik | |
2014-01-14 | switch to new profile after using the 'save as' function | Stanislaw Halik | |
2014-01-14 | prevent mutex starvation with PT on non-Windows platforms | Stanislaw Halik | |
2014-01-14 | pitch axis needs inverting too for FT protocol | Stanislaw Halik | |
2014-01-13 | remove hatire tracker | Stanislaw 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-13 | flip tcomp axis for freetrack protocol | Stanislaw Halik | |
It's the easy way out, for now. Need to align 6DOF conventions of all available trackers, eventually | |||
2014-01-13 | hopefully work around tracker thread freeze on exit (issue #18) | Stanislaw Halik | |
Reported-by: @chsims1 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-01-13 | pt: protect against pthread starvation when stopping | Stanislaw Halik | |
2014-01-13 | rescale aruco to centimeters, like PT does | Stanislaw Halik | |
2014-01-13 | correct preferred hz | Stanislaw Halik | |
2014-01-13 | fix typo | Stanislaw Halik | |
2014-01-13 | aruco: change allowed scale, now that units are in millimeters | Stanislaw Halik | |
2014-01-13 | accela: change allowed input scale | Stanislaw Halik | |
2014-01-13 | change translation scale back. units in millimeters for most trackers | Stanislaw Halik | |
2014-01-12 | pt: display points' centers | Stanislaw Halik | |
2014-01-12 | fix accidental revert | Stanislaw Halik | |
2014-01-12 | Revert "use levmarq instead of coplanar POSIT implemented in numerically ↵ | Stanislaw Halik | |
unstable fashion" This reverts commit 0bc59a0a7a42bcf65ebf3814e5f25fb17d735faa. | |||
2014-01-12 | Revert "buffer flush" | Stanislaw Halik | |
This reverts commit 0f6a0d8b20aa1d7415f6d0596f91ea9b766ecf69. | |||
2014-01-12 | Revert "fix crash due to mismatched float/double" | Stanislaw Halik | |
This reverts commit 9fc8e2da02f2e5c2295199826e408cc026d6eae6. |