Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-16 | Revert "lerp: didn't work at all, now does" | Stanislaw Halik | |
This reverts commit a21435cb6fe163d6579f3fd3d42ad11c54037036. | |||
2014-06-16 | Revert "update lerp api in filters" | Stanislaw Halik | |
This reverts commit a8a21e5618023b2eda49ad013030479528635c54. | |||
2014-06-14 | pt: adjust dt range | Stanislaw Halik | |
2014-06-14 | update lerp api in filters | Stanislaw Halik | |
2014-06-14 | tracker: reduce sleep if taking too long | Stanislaw Halik | |
2014-06-14 | lerp: didn't work at all, now does | Stanislaw Halik | |
2014-06-14 | timer: switch to nanosecond precision | Stanislaw Halik | |
2014-06-14 | update accela, ewma to use lerp class | Stanislaw Halik | |
2014-06-14 | lerp class to simplify filter flow | Stanislaw Halik | |
2014-06-13 | Ding! | Stanislaw Halik | |
Issue: #34 | |||
2014-06-13 | ui: enablement -> enable | Stanislaw Halik | |
2014-06-13 | ewma: change ui slider ranges | Stanislaw Halik | |
Submitted-by: dbaarda | |||
2014-06-13 | accela: fix bugs introducing lack of idempotence | Stanislaw Halik | |
sq | |||
2014-06-13 | accela: remove captain obvious comment | Stanislaw Halik | |
2014-06-13 | ewma: simplify | Stanislaw Halik | |
2014-06-13 | ewma: update settings form | Stanislaw Halik | |
2014-06-13 | explain why settings are ints | Stanislaw Halik | |
2014-06-13 | ewma: bump version | Stanislaw Halik | |
2014-06-13 | ewma: don't filter twice with same input value | Stanislaw Halik | |
2014-06-13 | ewma: dbaarda failed to give himself credit | Stanislaw Halik | |
2014-06-13 | ewma: style only | Stanislaw Halik | |
fixup | |||
2014-06-13 | Merge pull request #33 from dbaarda/dev/ewma2 | Stanislaw Halik | |
Improve ewma2 filter. | |||
2014-06-12 | Remove DOS line terminators from ftnoir_filter_ewma2.{cpp,h}. | Donovan Baarda | |
2014-06-12 | one more libevdev pkgconfig typo | Stanislaw Halik | |
Issue: #31 | |||
2014-06-12 | cmake: fix libevdev pkgconfig grovel | Stanislaw Halik | |
Issue: #31 | |||
2014-06-12 | include libevdev with a sensible path | Stanislaw Halik | |
Issue: #31 | |||
2014-06-12 | Merge branch 'master' of https://github.com/opentrack/opentrack into dev/ewma2 | Donovan Baarda | |
Resolved conflicts manually in files: ftnoir_filter_ewma2/ftnoir_filter_ewma2.cpp ftnoir_filter_ewma2/ftnoir_filter_ewma2.h | |||
2014-06-12 | detect libevdev via pkgconfig | Stanislaw Halik | |
2014-06-12 | prevent spurious debug output all the time | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-06-12 | fix a data race caused by std::atomic usage | Stanislaw Halik | |
There was a window between grabbing the atomically-stored pointer and unsetting it. The exchange method allows for doing this in a really atomic fashion, however. Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-06-12 | Fix lock order reversal | Stanislaw Halik | |
2014-06-11 | Fix Windows performance counters | Stanislaw Halik | |
2014-06-11 | Fix OSX high resolution timers | Stanislaw Halik | |
2014-06-11 | Defer PT apply to avoid deadlock | Stanislaw Halik | |
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 | |