Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-18 | compat/time: don't use "long long" for milliseconds | Stanislaw Halik | |
2017-06-18 | tracker/pt: use last pose when not different | Stanislaw Halik | |
We allow for max of less than a pixel skew of all the points. | |||
2017-06-18 | Added some translation in "Game detector" | Alexander Orokhovatskiy | |
2017-06-18 | Added translations for Calibration-module | Alexander Orokhovatskiy | |
2017-06-13 | cmake: fix rebuild on SDK_INSTALL_DEBUG_INFO | Stanislaw Halik | |
2017-06-13 | logic/tracker: only unrotate for camera case | Stanislaw Halik | |
2017-06-13 | main: fix accessing build box's hardcoded drive | Stanislaw Halik | |
2017-06-12 | tracker/pt: cleanup | Stanislaw Halik | |
Also, changing "f" typedef to "float" won't break the build anymore. | |||
2017-06-12 | logic/tracker: unrotate position data | Stanislaw Halik | |
2017-06-12 | logic/tracker: add multimedia timer again | Stanislaw Halik | |
2017-06-12 | filter/accela: make nonlinearity actually useful | Stanislaw Halik | |
It needs to go further than the very beginning. | |||
2017-06-12 | filter/accela: go back to old gain from 9 months ago | Stanislaw Halik | |
2017-06-12 | tracker/pt: fix LED radius offset | Stanislaw Halik | |
2017-06-12 | cleanup | Stanislaw Halik | |
2017-06-11 | we're not using Intel IPP anymore | Stanislaw Halik | |
Remove Intel IPP copyright notice | |||
2017-06-11 | tracker/pt: show detected blobs as circles | Stanislaw Halik | |
2017-06-10 | timer-resolution: remove | Stanislaw Halik | |
2017-06-10 | get rid of camera angle position rotation | Stanislaw Halik | |
It doesn't work well enough anyway | |||
2017-06-10 | logic/tracker: fix typo | Stanislaw Halik | |
Was sending zero pose to proto. | |||
2017-06-10 | filter/accela: make gain less sluggish overall | Stanislaw Halik | |
2017-06-10 | filter/accela: simplify debug widget | Stanislaw Halik | |
2017-06-10 | minor cleanup only | Stanislaw Halik | |
2017-06-10 | cmake: don't force cache variables | Stanislaw Halik | |
2017-06-10 | compat/timer-resolution: we want higher timer resolution | Stanislaw Halik | |
Windows scheduler performs badly with 1000 Hz. | |||
2017-06-08 | filter/accela: increase sensitivity customization | Stanislaw Halik | |
2017-06-08 | tracker/hatire: fix breakage | Stanislaw Halik | |
Issue: #139 | |||
2017-06-07 | filter/accela: increase minimum rot sensitivity | Stanislaw Halik | |
.5 is way too high | |||
2017-06-07 | proto/simconnect: adjust debug messages | Stanislaw Halik | |
2017-06-07 | Revert "tracker/hatire: try to fix busy-looping harder" | Stanislaw Halik | |
This reverts commit 5e5dc9ec086eb277828abd6bade93dd0faabb9de. | |||
2017-06-07 | api/plugins: cleanup | Stanislaw Halik | |
2017-06-07 | cmake: cleanup | Stanislaw Halik | |
We now inherit parent process' console. No need for the cmake cache option. | |||
2017-06-06 | spline: prevent returning absolute of negative value | Stanislaw Halik | |
Fixes: #628 | |||
2017-06-05 | qxt-mini: fix scary typoopentrack-2.3.7 | Stanislaw Halik | |
2017-06-05 | installer: try make smaller archive | Stanislaw Halik | |
2017-06-05 | installer: update build dir path | Stanislaw Halik | |
2017-06-05 | gui: split from header | Stanislaw Halik | |
2017-05-31 | qxt-mini: xgrabkey expects keycode, not keysym | Stanislaw Halik | |
Reported-by: @miniskipper Issue: #577 | |||
2017-05-30 | compat/powerset: add missing includes | Stanislaw Halik | |
2017-05-30 | qxt-mini: split powerset to compat/ | Stanislaw Halik | |
2017-05-30 | qxt-mini: fix numpad handling | Stanislaw Halik | |
2017-05-30 | qxt-mini: finish up X11 shortcuts | Stanislaw Halik | |
It didn't work without XLookupString. | |||
2017-05-30 | logic/tracker: allow for "hold-toggle" hold-enable | Stanislaw Halik | |
Must press "keypress-toggle" to toggle (uh) that mode. | |||
2017-05-30 | fix linux hotkeys | Stanislaw Halik | |
Requested-by: @miniskipper and many others | |||
2017-05-28 | api/plugins: fix -Wreorder | Stanislaw Halik | |
2017-05-28 | tracker/fusion: use translation-neutral module ident | Stanislaw Halik | |
Also, manage QLibrary lifetime to a minimum. They are refcounted internally anyway. Remove bogus assert -- video feed trackers drop the layout on their own typically. | |||
2017-05-27 | api/plugins: expose plugin name | Stanislaw Halik | |
This is the same regardless of translation. | |||
2017-05-27 | main: reopen parent console | Stanislaw Halik | |
Running under CLion doesn't produce any output otherwise. | |||
2017-05-24 | tracker/fusion: add back "second tracker" functionality | Stanislaw Halik | |
It only took us five years to implement again, following removal after the fork from facetracknoir. | |||
2017-05-24 | tracker/test: build unconditionally | Stanislaw Halik | |
2017-05-24 | dinput: fix build on GNU | Stanislaw Halik | |