summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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.
2017-05-14logic/tracker: cast to milliseconds before getting raw countStanislaw Halik
Previously it wasn't portable.
2017-05-14compat/timer: add missing assert includeStanislaw Halik
2017-05-14compat/simple-mat: pass -Werror on llvmStanislaw Halik
2017-05-14Merge pull request #617 from miniskipper/unstableStanisław Halik
fix linux build
2017-05-14Merge branch 'unstable' into unstableStanisław Halik
2017-05-12bin: add drmemory suppressionsStanislaw Halik
2017-05-12tracker/hatire: try to fix busy-looping harderStanislaw Halik
Need discussion in: #139
2017-05-12logic/tracker: use std::chronoStanislaw Halik
2017-05-12options: split up value.hpp headerStanislaw Halik
Also combine the traits classes and make them more useful.
2017-05-12minor fixes onlyStanislaw Halik
2017-05-12cmake: fix no-opStanislaw Halik
2017-05-12tracker/realsense: make GNU build less noisyStanislaw Halik
I'm only using it for Coverity builds and it's not expected to work with GNU.