summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-05-30logic/tracker: allow for "hold-toggle" hold-enableStanislaw Halik
Must press "keypress-toggle" to toggle (uh) that mode.
2017-05-30fix linux hotkeysStanislaw Halik
Requested-by: @miniskipper and many others
2017-05-28api/plugins: fix -WreorderStanislaw Halik
2017-05-28tracker/fusion: use translation-neutral module identStanislaw 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-27api/plugins: expose plugin nameStanislaw Halik
This is the same regardless of translation.
2017-05-27main: reopen parent consoleStanislaw Halik
Running under CLion doesn't produce any output otherwise.
2017-05-24tracker/fusion: add back "second tracker" functionalityStanislaw Halik
It only took us five years to implement again, following removal after the fork from facetracknoir.
2017-05-24tracker/test: build unconditionallyStanislaw Halik
2017-05-24dinput: fix build on GNUStanislaw Halik
2017-05-24options/tie: add todoStanislaw Halik
2017-05-24cmake: avoid rebuilds wrt win32 subsystemStanislaw Halik
2017-05-24api: don't forcefully unload .dll'sStanislaw Halik
2017-05-24api/variance: move to compat/Stanislaw Halik
2017-05-21tracker/steamvr: cleanup stale commentsStanislaw Halik
We'll do gimbal lock avoidance in the compat module.
2017-05-21tracker/steamvr: fix formulae, pitch is/was brokenStanislaw 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-21tracker/hatire: minor cleanupStanislaw Halik
2017-05-21tracker-hatire: s/OpenTrack/opentrack/Stanislaw Halik
2017-05-21gui/options: minor cleanupStanislaw Halik
2017-05-21dinput: minor cleanupStanislaw Halik
2017-05-21cv: remove undefined function's declarationStanislaw Halik
2017-05-21spline: minor cleanupStanislaw Halik
2017-05-18tracker/steamvr: fall back to old yaw formulaStanislaw Halik
User reports max 90 yaw.
2017-05-18tracker/steamvr: add "[disconnected]" in device listStanislaw Halik
2017-05-17Merge pull request #623 from miniskipper/unstableStanisław Halik
x-plane plugin
2017-05-17use math constSven Kocksch
2017-05-17head rollSven Kocksch
only set view if tracking is running
2017-05-16gui: oops, switched options tab pageStanislaw Halik
2017-05-16logic/tracker: remove dead codeStanislaw Halik
2017-05-16filter/accela: add minimum allowed sensitivityStanislaw Halik
Allow sliding sensitivity .5 -> 3 rather than .1 -> 2.
2017-05-16filter/accela: the clamp doesn't work rightStanislaw Halik
It leaves stutter. Best leave as it is.
2017-05-16cmake/msvc: unset linker warnings are errorsStanislaw Halik
Spurious "corrupted .pdb" warning doesn't let complete the build.
2017-05-16logic: remove height in "dynamic neck"Stanislaw Halik
It doesn't help any. Leave the depth only.
2017-05-16Merge https://github.com/opentrack/opentrack into unstablekocsv
merge from upstream
2017-05-16rename macroSven Kocksch
2017-05-16cmake: fix i18n target dependenciesStanislaw Halik
The real error was on the "DEPENDS" like in boilerplate.cmake. The rest is merely removing dead code.
2017-05-16Merge pull request #622 from miniskipper/unstableStanisław Halik
Linux/X11: Fix hotkeys
2017-05-16nothingStanislaw Halik
2017-05-16filter/accela: fix clamp regressionStanislaw Halik
Clean up after 632cd5bf7778cb9062633f8d27ecd6aadcaa5d28. The condition was inverting, causing great pain and woe. Issue: #620.
2017-05-16compat/euler: return using an initializer listStanislaw Halik
Will come back to the same simplification elsewher.e
2017-05-16add otr_prop for appending property stringsStanislaw Halik
2017-05-16cmake: fix makefile dependenciesStanislaw Halik
2017-05-16add batch script for building with msvcStanislaw Halik
2017-05-16cleanupStanislaw Halik
2017-05-16cmake/mingw-w64: update for cygwin crossStanislaw Halik
2017-05-16gitignore: add intellijStanislaw Halik
2017-05-15Add TODO regarding hotkeys/modifiersSven Kocksch
2017-05-15Linux/X11: Fix hotkeysSven Kocksch
2017-05-14compat/timer: remove unused headersStanislaw Halik
2017-05-14forced commit to note fixed linux supportStanislaw Halik
Was fixed in 8fe48092^^..a4917d0e The reported issue was fixed as part of 0f634ee3 Closes #618
2017-05-14options/tie: appease llvmStanislaw Halik
for some reason can't put a parameter pack after an optional argument. go figure.