Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-29 | remove rewritten code copyright notice | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-29 | move variable decls into inner scope | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-29 | hopefully fix compensation for good | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-29 | fix compensation | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-28 | remove broken scaling code | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-27 | remove unused vars | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-27 | compensation v2: don't rotate on pure translation | Stanislaw Halik | |
2013-10-27 | main: improve pose compensation | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-26 | Project Evil: don't reset view on mutex timeout | Stanislaw Halik | |
Reported-by: Tomasz Listwan Tested-by: Tomasz Listwan | |||
2013-10-25 | double polling interval for rift, hydra | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-25 | add translation compensation | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-24 | ignore confid values wrt submitting pose to game | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-24 | main: ignore confid errors | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-23 | don't qualify self-class | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-17 | change protocol ABI: sprinkle const. ABI BREAKAGE! | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | don't even display headpose when off | Stanislaw Halik | |
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2013-10-16 | initial implementation | Stanislaw Halik | |
To-be-reviewed-by: mm0zct | |||
2013-09-19 | clean up implicit conversions float -> double | Stanislaw Halik | |
2013-09-19 | hpp: remove unused function, PT dropped support | Stanislaw Halik | |
2013-09-15 | Don't use tracker.cpp indirection for updating zeroing | Stanislaw Halik | |
2013-09-15 | Only use mm timers during tracking | Stanislaw Halik | |
2013-09-15 | Merge branch 'master' of github.com:opentrack/opentrack | Stanislaw Halik | |
Conflicts: facetracknoir/tracker.cpp ftnoir_filter_accela/ftnoir_filter_accela.cpp ftnoir_filter_accela/ftnoir_filter_accela.h ftnoir_filter_base/ftnoir_filter_base.h ftnoir_filter_ewma2/ftnoir_filter_ewma2.cpp ftnoir_filter_ewma2/ftnoir_filter_ewma2.h | |||
2013-09-14 | filter API: Remove implementation detail. Sprinkle const | Stanislaw Halik | |
2013-09-14 | Downcase settings directory. Only affects Linux | Stanislaw Halik | |
2013-09-14 | Run dos2unix on the tree. No user-facing changes. | Stanislaw Halik | |
2013-09-13 | Don't expose filter internal state. Sprinkle some const | Stanislaw Halik | |
2013-09-13 | Remove per-file version history. Be careful not to touch copyright information. | Stanislaw Halik | |
2013-09-02 | UI cleanup, tracking overlay already provides that information. Expose one ↵ | Stanislaw Halik | |
internal value less. | |||
2013-08-24 | Undo the filtering clusterfuck following discussion with dbaarda | Stanislaw Halik | |
2013-08-19 | Don't assume or use 1ms interval, on Windows it gets rounded to 15.6 ms anyway | Stanislaw Halik | |
2013-07-18 | Fix rest of Linux bitrot | Stanislaw Halik | |
2013-07-18 | Fix breakage of Wine protocol | Stanislaw Halik | |
2013-07-18 | Proper fix for sleeping with a lock held | Stanislaw Halik | |
2013-07-18 | Don't sleep with lock held | Stanislaw Halik | |
2013-07-06 | Remove data race between UI and tracker thread | Stanislaw Halik | |
2013-06-30 | Merge branch 'master' of github.com:opentrack/opentrack | Stanislaw Halik | |
Conflicts: facetracknoir/rotation.h | |||
2013-06-27 | Add a half-broken Kalman filter for further development | Stanislaw Halik | |
2013-06-06 | Remove dead code | Stanislaw Halik | |
2013-04-30 | Implement center notification | Stanislaw Halik | |
2013-04-29 | Fix breakage introduced in latest commits | Stanislaw Halik | |
2013-04-29 | Replace 'game zero' with settings zero-pose in the curves dialog | Stanislaw Halik | |
2013-04-29 | Rename global settings location | Stanislaw Halik | |
2013-04-29 | Remove rarely-used features to improve maintainability | Stanislaw Halik | |
2013-04-27 | Initialize member variable | Stanislaw Halik | |
2013-04-27 | Fix typo, not reading past the end of array as result | Stanislaw Halik | |
2013-04-27 | Implement game name in the UI, lost previously due to refactoring. | Stanislaw Halik | |
2013-04-13 | Fix alt axes, finally | Stanislaw Halik | |
2013-04-13 | Style | Stanislaw Halik | |
2013-04-13 | Don't use axes as class/struct members. Use an array instead, and iterate ↵ | Stanislaw Halik | |
over them where applicable. | |||
2013-04-13 | Fix last commit, remove duplicated code | Stanislaw Halik | |