Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-11 | fork info -> credits list | Stanislaw Halik | |
2013-12-10 | Merge pull request #14 from usrusr/feature/pt-hysteresis | Stanislaw Halik | |
Feature/pt hysteresis | |||
2013-12-10 | fix installer's path to version | Stanislaw Halik | |
2013-12-10 | fix apple harder | Stanislaw Halik | |
2013-12-10 | fix OSX build. still requires care, though | Stanislaw Halik | |
2013-12-10 | re-add mingw version scriptopentrack-2.0b2 | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-10 | replace the forked project's logo with a cute octopus drawing | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-10 | fix interpolation jaggies | Stanislaw Halik | |
2013-12-10 | s/Give/Get/ | Stanislaw Halik | |
2013-12-10 | remove return value from GiveHeadPoseData | Stanislaw Halik | |
2013-12-10 | get rid of "last_post_filter" | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-10 | this declaration must have larger extent | Stanislaw Halik | |
2013-12-10 | get rid of 'confid' | Stanislaw Halik | |
2013-12-10 | move declarations closer to usage | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-10 | don't jump around when repeatedly centering | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-10 | adjust coeffs for the hundredth time | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-10 | Merge branch 'feature/pt-hysteresis' of github.com:usrusr/opentrack into pt_hyst | usrusr | |
2013-12-10 | add an optional per-pixel hysteresis to remove pixel noise at the expense of ↵ | usrusr | |
a moderate movement threshold (but no lag) | |||
2013-12-10 | fork info | usrusr | |
2013-12-09 | move translation compensation to its own function | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-07 | minor game list change | Stanislaw Halik | |
2013-12-05 | accela: fix change settings at runtime | Stanislaw Halik | |
2013-12-04 | draw images directly, without pixmaps | Stanislaw Halik | |
2013-12-04 | fix crash with no rift | Stanislaw Halik | |
2013-12-04 | update api, remove extern C | Stanislaw Halik | |
2013-12-04 | fix msvc build | Stanislaw Halik | |
2013-12-04 | not doing mingw-w64 lto builds anymore | Stanislaw Halik | |
2013-12-02 | remove redundant mutex acquisition | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-02 | accela ui: rename deadzone to deadband | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-02 | accela: remove nonsense non-zero minimum | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-02 | accela: simplify, don't filter empty updates | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-01 | fix sign issues now that order > 1 | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-01 | ui: fix tab order | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-01 | ui: fix tab order | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-01 | accela: bump version | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-01 | accela: implement a third-order highpass filter | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-01 | prevent redefinition warning | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-01 | Revert "Remove Kalman filter again, unsuitable for nonlinear systems" | Stanislaw Halik | |
This reverts commit d20c56f439c05528967b2bc408a6594a5605675e. With best regards to dbaarda :-) Conflicts: CMakeLists.txt Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-12-01 | fix typo | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-30 | Don't unlink shm in wine proto | Stanislaw Halik | |
Reported-by: runningman84 Issue: github issue #11 | |||
2013-11-30 | untested merge from compat, hopefully fix osx | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-30 | fix x-plane crashing on exit | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-30 | fix bitrot shm name | Stanislaw Halik | |
Reported-by: runningman84 Issue: github issue #10 Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-11-30 | Revert "Added positional tracking?!" | Stanislaw Halik | |
This reverts commit 8b3285917eeb228e9811df75568d927b763644cf. Requested-by: mm0zct | |||
2013-11-30 | add credit for FuraX49 | Stanislaw Halik | |
2013-11-30 | forgot to add linker script proper | Stanislaw Halik | |
2013-11-29 | fix problem in the last commit | Stanislaw Halik | |
2013-11-29 | workaround LTO build with using linker script | Stanislaw Halik | |
2013-11-29 | delete captain obvious comments | Stanislaw Halik | |
2013-11-29 | don't install convenience libraries | Stanislaw Halik | |