Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-13 | gui/mappings: fix zooming for position DOF | Stanislaw Halik | |
Reported-by: @mrsanchos Alexander Orokhovatskiy | |||
2017-02-13 | spline-widget: only use singular point if below zoom pt | Stanislaw Halik | |
Otherwise it got linearly interpolated toward a point that wasn't visible on the spline widget. | |||
2017-02-05 | gui, logic: allow for limiting max X on translation axis also | Stanislaw Halik | |
2017-01-29 | gui/mapping-window: adjust x_step in widget depending on zoom level | Stanislaw Halik | |
2017-01-29 | spline-widget: actually use the [xy]_step properties | Stanislaw Halik | |
2017-01-29 | spline-widget: fix swapped [xy]step | Stanislaw Halik | |
2017-01-29 | spline-widget/spline: oops, don't eat points outta range in recompute() | Stanislaw Halik | |
2017-01-29 | spline-widget/spline: all logic must take zoom into effect | Stanislaw Halik | |
2017-01-29 | logic/main-settings: fix braino | Stanislaw Halik | |
Only if we were clamping Y it'd made sense. When clamping X it doesn't. | |||
2017-01-29 | tracker/rs: dead code, rest in peace | Stanislaw Halik | |
2017-01-29 | tracker/tobii: i don't know what this is but sadly it's still broken | Stanislaw Halik | |
2017-01-29 | gui/mapping-window, spline-widget, logic/main-settings: limited mapping range | Stanislaw Halik | |
2017-01-29 | spline-widget: draw standard background color | Stanislaw Halik | |
2017-01-29 | spline-widget: remove camel case | Stanislaw Halik | |
My eyes bleed a bit less | |||
2017-01-28 | tracker/steamvr: don't build till fixed | Stanislaw Halik | |
2017-01-28 | gui/main: still getting those crashes | Stanislaw Halik | |
2017-01-28 | csv: don't logspam game changes when not needed | Stanislaw Halik | |
2017-01-28 | tracker/steamvr: this copyright doesn't belong here | Stanislaw Halik | |
2017-01-16 | filter/accela: add commented out -180->180 delta logic | Stanislaw Halik | |
We can't use it (yet?) since the filter runs before any mapping is done. | |||
2017-01-16 | tracker/test: test continuous step from -180 to +180 | Stanislaw Halik | |
2017-01-16 | proto/mouse: resize dialog | Stanislaw Halik | |
2017-01-16 | proto/mouse: don't depend on float difference | Stanislaw Halik | |
It underflowed cause of our high dt. Also get the smallest difference over the screen, for HMD devices. Allow for very low-sensitivity operation. Issue: #523 | |||
2017-01-16 | logic/tracker: fix formula | Stanislaw Halik | |
Didn't return the canonical -180->180. | |||
2017-01-16 | filter/accela: simplify value<t> cast | Stanislaw Halik | |
2017-01-13 | gui: rename the project not to conflict with toplevel | Stanislaw Halik | |
2017-01-13 | cmake: find editbin with Visual Studio .sln generator | Stanislaw Halik | |
2017-01-13 | cmake/build: remove dead code | Stanislaw Halik | |
2017-01-09 | tracker/aruco: let people test with markers close to screen | Stanislaw Halik | |
2017-01-09 | logic/libs: options/scoped: don't reset dialog on proto load failure | Stanislaw Halik | |
2017-01-01 | Revert "cmake: switch to using dynamically-linked CRT" | Stanislaw Halik | |
This reverts commit 28d028d26abaaa5c6192624262811e2989de36de. | |||
2016-12-31 | tracker/aruco: add inactive experimental unsharp masking code | Stanislaw Halik | |
It's slow and untested beyond my replaying users' camera feed videos. | |||
2016-12-31 | compat/timer: prevent races in initializing timer resolution | Stanislaw Halik | |
Also, - don't lose high bits with cast from long long to long on _WIN32. - reduce #define pollution | |||
2016-12-31 | tracker/aruco: cycle threshold params if detection fails | Stanislaw Halik | |
2016-12-31 | tracker/aruco: implement asymmetric marker skew support | Stanislaw Halik | |
It may allow for full pitch range support. We're testing it in #517. | |||
2016-12-30 | filter/accela: simplify macro | Stanislaw Halik | |
2016-12-30 | tracker/pt: fix warn_unused_result | Stanislaw Halik | |
2016-12-30 | options/scoped: clarify usage | Stanislaw Halik | |
Also the original comment was irrelevant. | |||
2016-12-30 | tracker/pt: turn auto threshold on by default | Stanislaw Halik | |
2016-12-30 | tracker/steamvr: broken, but we already know the right rotation order | Stanislaw Halik | |
2016-12-30 | compat: prevent deadlock with race | Stanislaw Halik | |
We can't depend on cvar getting notified only after "src" runs out of scope. Now, in case signal destroyed() runs first: - mtx locked - flag set to true - empty cvar notified Thus, doesn't hang. In case we wait first: - mtx locked - flag is false - cvar notification arrives Of course semaphore code always runs serially since they're covered by a mutex. We have all our bases covered. Previously the code never hung simply because the "curthread" condition was always true. I removed the "curthread" code paths since they don't add anything. Also rvalue references got used incorrectly. | |||
2016-12-30 | gui: prevent tabs in options window not showing fully | Stanislaw Halik | |
2016-12-30 | compat: remove empty translation unit | Stanislaw Halik | |
2016-12-28 | cmake: fix translations on Linux | Stanislaw Halik | |
2016-12-28 | pose-widget: qrc init needed only for static libraries | Stanislaw Halik | |
cf. http://doc.qt.io/qt-5/resources.html#using-resources-in-a-library | |||
2016-12-28 | cmake: fix msvc build | Stanislaw Halik | |
2016-12-28 | pose-widget: qrc initializer needn't be exported | Stanislaw Halik | |
It's only used in _init inside that library. | |||
2016-12-28 | options/bundle: remove pointless virtual inheritance | Stanislaw Halik | |
2016-12-28 | options/connector: needn't export it | Stanislaw Halik | |
Only symbol usages are inside options library's compilation units. | |||
2016-12-28 | spline-widget: speculative valgrind change | Stanislaw Halik | |
2016-12-28 | nix accidental debug code | Stanislaw Halik | |