Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-21 | replace manual QWidget::move() with dialog flag | Stanislaw Halik | |
2014-10-21 | rename stuff for consistence | Stanislaw Halik | |
2014-10-21 | fix crash at startup | Stanislaw Halik | |
2014-10-21 | change filter api for less camel usage | Stanislaw Halik | |
2014-10-21 | nix debug statement in dlopen | Stanislaw Halik | |
2014-10-21 | RTLD_NOW for easier debug on Unix; bail on empty dlopen(3) filenames | Stanislaw Halik | |
2014-10-20 | refactor 2/n | Stanislaw Halik | |
2014-10-20 | mv | Stanislaw Halik | |
2014-10-20 | declutter stuff outta UI class | Stanislaw Halik | |
2014-10-20 | refactor 1/2 (?) | Stanislaw Halik | |
2014-10-19 | add comment | Stanislaw Halik | |
2014-10-19 | uh, whitespace | Stanislaw Halik | |
2014-10-19 | clarify dylib file pattern | Stanislaw Halik | |
2014-10-19 | fix build | Stanislaw Halik | |
2014-10-19 | typo broke filter box | Stanislaw Halik | |
Meant "x && t == x->type" but it's not necessary after all. | |||
2014-10-19 | build issues | Stanislaw Halik | |
2014-10-19 | fix link errors on win32 -only- | Stanislaw Halik | |
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-19 | more breakage | Stanislaw Halik | |
2014-10-19 | build breakage | Stanislaw Halik | |
Issue: #75 Reported-by: @runningman84 | |||
2014-10-19 | build breakage | Stanislaw Halik | |
2014-10-19 | assume EV_MSC as absolute axis | Stanislaw Halik | |
Should fix EDTracker. Issue: #75 | |||
2014-10-19 | update modules to refactored API | Stanislaw Halik | |
2014-10-19 | main: refactor interlocked parts | Stanislaw Halik | |
2014-10-19 | nix porked symlink | Stanislaw Halik | |
2014-10-19 | reduce leakage somewhat by using shared_ptr | Stanislaw Halik | |
Found-by: valgrind | |||
2014-10-18 | evdev: don't filter out non-joysticks | Stanislaw Halik | |
2014-10-18 | fix typos, unbreaking rift/dinput | Stanislaw Halik | |
2014-10-18 | Set disabled axis to zero | Stanislaw Halik | |
Issue: #86 | |||
2014-10-18 | Allow for disabling axis | Stanislaw Halik | |
Issue: #86 | |||
2014-10-18 | pt: get camera fps/size on startup | Stanislaw Halik | |
Issue: #86 | |||
2014-10-18 | add libevdev tracker to build | Stanislaw Halik | |
Issue: #75 | |||
2014-10-18 | cmake: use one macro invocation for adding to build | Stanislaw Halik | |
2014-10-18 | [ANN] opentrack-2.3-prealpha-20141018_1opentrack-2.3-prealpha-20141018_1 | Stanislaw Halik | |
- output axis selection from input for each tracker, no need for per-tracker support anymore. - settings, including mappings, take effect immediately -- that is, before OK pressed. pressing cancel reverts them as usual. - ui mildly redesigned - pitch +-180 allowed, EZCA mode gets the knife - ypr xyz all default to linear 1:1 0->180 mapping for new configs - FreePIE UDP receiver tracking source support - PT tracker dynamic pose resolution removal, it never worked right - aruco tracker even better than before - kalman and ewma filters improved and continue being improved - maintainability updates, including better functionality you don't notice - bugs that were reported on github issue tracker were fixed | |||
2014-10-18 | fix ypr when translation-compensating | Stanislaw Halik | |
2014-10-18 | nix video frame layout at startup or else no feed from tracker | Stanislaw Halik | |
Reported-by: @brokenhands Issue: #79 Breakage-of: pt-tracker Trackers like PT expect no layout for the QFrame initially. It's always been like this. | |||
2014-10-18 | nix PT opening zeroth camera in case >0th camera used | Stanislaw Halik | |
Reported-by: @brokenhands Issue: #79 Breakage-of: pt-tracker | |||
2014-10-18 | timer: start() has to return elapsed before exiting | Stanislaw Halik | |
Reported-by: @brokenhands Issue: #79 Breakage-of: pt-tracker | |||
2014-10-18 | aruco: fix typo breaking red only CCD mode | Stanislaw Halik | |
2014-10-17 | fix options singleton duplicating itself on win32 | Stanislaw Halik | |
2014-10-17 | Merge commit 'f78b96a' into unstable | Stanislaw Halik | |
* commit 'f78b96a': gcc too much a piece of work often submit mapped data to filter, not raw nonsense drop decimal places for rot/trans in UI rotation below -99 didn't display, just froze add-comment | |||
2014-10-17 | don't reduce usleep at ms granularity pointlessly | Stanislaw Halik | |
2014-10-17 | No time to implement a kitchen sink | Stanislaw Halik | |
Issue: #65 | |||
2014-10-17 | default to 1:1 lienar mapping | Stanislaw Halik | |
Issue: #46 | |||
2014-10-17 | show exact slider value in now-read-only spinboxes. | Stanislaw Halik | |
2014-10-16 | add ui layouts for legibility's sake | Stanislaw Halik | |
2014-10-16 | Merge pull request #83 from dbaarda/dev/ewma2 | Donovan Baarda | |
Dev/ewma2 | |||
2014-10-16 | Simplify EWMA2 licence and add filter description comment. | Donovan Baarda | |
2014-10-16 | Rename alpha/smoothing/output vars/attrs with better names. | Donovan Baarda | |
2014-10-15 | gcc too much a piece of work often | Stanislaw Halik | |
Issue: #81 |