Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-05-24 | options/tie: add todo | Stanislaw Halik | |
2017-05-24 | cmake: avoid rebuilds wrt win32 subsystem | Stanislaw Halik | |
2017-05-24 | api: don't forcefully unload .dll's | Stanislaw Halik | |
2017-05-24 | api/variance: move to compat/ | Stanislaw Halik | |
2017-05-21 | tracker/steamvr: cleanup stale comments | Stanislaw Halik | |
We'll do gimbal lock avoidance in the compat module. | |||
2017-05-21 | tracker/steamvr: fix formulae, pitch is/was broken | Stanislaw Halik | |
@KydDynoMyte said on reddit pitch goes +180 on yaw over 90. It must be invalid matrix elements used in the call to atan2. Replace with the version from April. cf. https://www.reddit.com/r/Vive/comments/63qula/opentracks_almostdone_vive_support/dhrgh5l/?context=3 | |||
2017-05-21 | tracker/hatire: minor cleanup | Stanislaw Halik | |
2017-05-21 | tracker-hatire: s/OpenTrack/opentrack/ | Stanislaw Halik | |
2017-05-21 | gui/options: minor cleanup | Stanislaw Halik | |
2017-05-21 | dinput: minor cleanup | Stanislaw Halik | |
2017-05-21 | cv: remove undefined function's declaration | Stanislaw Halik | |
2017-05-21 | spline: minor cleanup | Stanislaw Halik | |
2017-05-18 | tracker/steamvr: fall back to old yaw formula | Stanislaw Halik | |
User reports max 90 yaw. | |||
2017-05-18 | tracker/steamvr: add "[disconnected]" in device list | Stanislaw Halik | |
2017-05-17 | Merge pull request #623 from miniskipper/unstable | Stanisław Halik | |
x-plane plugin | |||
2017-05-17 | use math const | Sven Kocksch | |
2017-05-17 | head roll | Sven Kocksch | |
only set view if tracking is running | |||
2017-05-16 | gui: oops, switched options tab page | Stanislaw Halik | |
2017-05-16 | logic/tracker: remove dead code | Stanislaw Halik | |
2017-05-16 | filter/accela: add minimum allowed sensitivity | Stanislaw Halik | |
Allow sliding sensitivity .5 -> 3 rather than .1 -> 2. | |||
2017-05-16 | filter/accela: the clamp doesn't work right | Stanislaw Halik | |
It leaves stutter. Best leave as it is. | |||
2017-05-16 | cmake/msvc: unset linker warnings are errors | Stanislaw Halik | |
Spurious "corrupted .pdb" warning doesn't let complete the build. |