summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2018-10-12logic/modules: help debug more failure casesStanislaw Halik
2018-10-12tracker/pt: add more robust camera retryStanislaw Halik
Some cameras can't produce frames right after the capture is opened. Adjust the delay to something more sane. It has a strange effect of not crashing PS3 Eye as often, but that needs more testing (and crashes).
2018-10-12tracker/pipeline: try help frame varianceStanislaw Halik
While we're keeping 250 Hz in the tracker pipeline, the frame variance isn't optimal, as per `backlog_time' values. Try a different magic number.
2018-10-12logic/pipeline: attempt adjust thread priorityStanislaw Halik
Calling QThread::setPriority twice in a succession means: 1. if you can, set high priority a) if not allowed, highest won't work either b) if allowed, see below 2. if you can, set highest priority a) if highest is allowed, happy happy joy joy b) if not, at least high priority is successful Note that we don't have any return value from QThread::setPriority().
2018-10-12logic/pipeline: cleanup onlyStanislaw Halik
2018-10-12logic/pipeline: fix duplicate d2rStanislaw Halik
2018-10-12variant/trackmouse: copy-paste from default on short noticeStanislaw Halik
2018-10-12pt/settings: make header-onlyStanislaw Halik
2018-10-08proto/mouse: fix fractionStanislaw Halik
2018-10-08dinput: fix mingw-w64Stanislaw Halik
2018-10-08cmake: fix mingw-w64Stanislaw Halik
2018-10-08cmake/msvc: fix warning on previewStanislaw Halik
2018-10-07fix GCC build errorsStanislaw Halik
Issue: #726
2018-10-05logic/pipeline: probably fix remaining bugsStanislaw Halik
2018-10-05main-window: shutup temp warning on maintainer modeStanislaw Halik
2018-10-05compat/linkage-macros: fix template exports on mingw-w64Stanislaw Halik
2018-10-05qxt-mini: try fix osx shortcut snafuStanislaw Halik
2018-10-05gui/init: handle -msse2 -mno-sse3Stanislaw Halik
2018-10-05cv/tcal: don't count separate roll as sampleStanislaw Halik
2018-10-05tracker/pt: dynpose default to offStanislaw Halik
2018-10-05silly busyworkStanislaw Halik
2018-10-05options: don't use typeindex w/ lambdasStanislaw Halik
Rename traits' functions to be more explicit. Most of the changes are pretty old and I can't read them at this time, sorry. Adjust usages. Issue: #825 Reported-by: @DanielKinsman
2018-10-05use attributes only at declaration, not definitionStanislaw Halik
2018-10-05api: delete pointless delete move ctorStanislaw Halik
2018-10-05cmake: fix mingw-w64Stanislaw Halik
2018-10-05gitignoreStanislaw Halik
2018-10-05clang-tidy another warningStanislaw Halik
2018-08-31don't consider everything text (like png files) otherwise git converts themDaniel Kinsman
2018-08-27ext/bms: what the hell was that?work-20180827Stanislaw Halik
2018-08-27spline/widget: fix min point distance logicStanislaw Halik
- rename the function - return min distance value in position of `x', not pixels - add some DPI scaling for point size and line length - use snap logic where it was ignored
2018-08-27tracker/hatire: appease analyzerStanislaw Halik
2018-08-27tracker/hatire: appease clang analyzerStanislaw Halik
2018-08-27spline: modernizeStanislaw Halik
2018-08-27proto/ft: fix hack for falcon bmsStanislaw Halik
2018-08-27compat/timer: fix integer literal type suffixesStanislaw Halik
2018-08-27compat/linkage-macros: simplifyStanislaw Halik
2018-08-27compat/simple-mat: add slice()Stanislaw Halik
2018-08-25options/tie: fix typo in bind listStanislaw Halik
2018-08-25logic/pipeline: fix typename typoStanislaw Halik
2018-08-25dinput/worker: split long functionStanislaw Halik
No functional changes.
2018-08-25ext/bms: fix clang analyzer tripping upStanislaw Halik
It's probably enum outside `int' range.
2018-08-25compat/macros: allow concat function name with literalStanislaw Halik
2018-08-25clang-tidy: typoStanislaw Halik
2018-08-25cmake/i18n: remove build logspamStanislaw Halik
2018-08-09busyworkStanislaw Halik
2018-08-04logic/pipeline: rotation order fixrevert-geometry-stuffStanislaw Halik
v2: fix comments v3: fix reltrans
2018-08-04Revert "compat/euler: move gimbal lock from yaw to roll"Stanislaw Halik
This reverts commit d5cd7d31c92593c593c8c809588284d61316c2ec.
2018-08-04Revert "compat/euler: fix axis signs"Stanislaw Halik
This reverts commit f5da0719c5790c72524310cf329ac6755d6b7ef4.
2018-08-04tracker/pt: fix center with dynamic pose setStanislaw Halik
It was necessary to center _twice_ in order to reset dynamic pose. Put a spinlock around the code.
2018-08-04tracker/rift: fix buildStanislaw Halik