Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2017-05-16 | logic: remove height in "dynamic neck" | Stanislaw Halik | |
It doesn't help any. Leave the depth only. | |||
2017-05-16 | Merge https://github.com/opentrack/opentrack into unstable | kocsv | |
merge from upstream | |||
2017-05-16 | rename macro | Sven Kocksch | |
2017-05-16 | cmake: fix i18n target dependencies | Stanislaw Halik | |
The real error was on the "DEPENDS" like in boilerplate.cmake. The rest is merely removing dead code. | |||
2017-05-16 | Merge pull request #622 from miniskipper/unstable | Stanisław Halik | |
Linux/X11: Fix hotkeys | |||
2017-05-16 | nothing | Stanislaw Halik | |
2017-05-16 | filter/accela: fix clamp regression | Stanislaw Halik | |
Clean up after 632cd5bf7778cb9062633f8d27ecd6aadcaa5d28. The condition was inverting, causing great pain and woe. Issue: #620. | |||
2017-05-16 | compat/euler: return using an initializer list | Stanislaw Halik | |
Will come back to the same simplification elsewher.e | |||
2017-05-16 | add otr_prop for appending property strings | Stanislaw Halik | |
2017-05-16 | cmake: fix makefile dependencies | Stanislaw Halik | |
2017-05-16 | add batch script for building with msvc | Stanislaw Halik | |
2017-05-16 | cleanup | Stanislaw Halik | |
2017-05-16 | cmake/mingw-w64: update for cygwin cross | Stanislaw Halik | |
2017-05-16 | gitignore: add intellij | Stanislaw Halik | |
2017-05-15 | Add TODO regarding hotkeys/modifiers | Sven Kocksch | |
2017-05-15 | Linux/X11: Fix hotkeys | Sven Kocksch | |
2017-05-14 | compat/timer: remove unused headers | Stanislaw Halik | |
2017-05-14 | forced commit to note fixed linux support | Stanislaw Halik | |
Was fixed in 8fe48092^^..a4917d0e The reported issue was fixed as part of 0f634ee3 Closes #618 | |||
2017-05-14 | options/tie: appease llvm | Stanislaw Halik | |
for some reason can't put a parameter pack after an optional argument. go figure. | |||
2017-05-14 | logic/tracker: cast to milliseconds before getting raw count | Stanislaw Halik | |
Previously it wasn't portable. | |||
2017-05-14 | compat/timer: add missing assert include | Stanislaw Halik | |
2017-05-14 | compat/simple-mat: pass -Werror on llvm | Stanislaw Halik | |
2017-05-14 | Merge pull request #617 from miniskipper/unstable | Stanisław Halik | |
fix linux build | |||
2017-05-14 | Merge branch 'unstable' into unstable | Stanisław Halik | |
2017-05-12 | bin: add drmemory suppressions | Stanislaw Halik | |
2017-05-12 | tracker/hatire: try to fix busy-looping harder | Stanislaw Halik | |
Need discussion in: #139 | |||
2017-05-12 | logic/tracker: use std::chrono | Stanislaw Halik | |
2017-05-12 | options: split up value.hpp header | Stanislaw Halik | |
Also combine the traits classes and make them more useful. | |||
2017-05-12 | minor fixes only | Stanislaw Halik | |
2017-05-12 | cmake: fix no-op | Stanislaw Halik | |
2017-05-12 | tracker/realsense: make GNU build less noisy | Stanislaw Halik | |
I'm only using it for Coverity builds and it's not expected to work with GNU. | |||
2017-05-12 | compat/util: add PROG1, adjust clamp | Stanislaw Halik | |
2017-05-12 | cmake: don't relink when no headers change | Stanislaw Halik | |
This makes release builds hella fast. | |||
2017-05-12 | compat/timer: add std::chrono support | Stanislaw Halik | |
2017-05-12 | fix linux build | Sven Kocksch | |
2017-05-10 | spline: add comment | Stanislaw Halik | |
2017-05-10 | pose-widget: add empty space to prevent out-out-bounds writes | Stanislaw Halik | |
2017-05-10 | compat/util: simplify | Stanislaw Halik | |
2017-05-10 | spline: rename, change call site | Stanislaw Halik | |
2017-05-10 | spline: recompute spline config lazily | Stanislaw Halik | |