Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-04 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-07-04 | accela: try avoid staircase-like jumping for rotation | Stanislaw Halik | |
2015-07-04 | accela: display smallest available slider value in label properly | Stanislaw Halik | |
2015-07-04 | accela: three times more sensitivityopentrack-2.3-rc13p1 | Stanislaw Halik | |
Slider range was too small. | |||
2015-07-04 | accela: fix redundant division | Stanislaw Halik | |
2015-07-03 | game-detector: prevent defaulting to first profile if one doesn't exist | Stanislaw Halik | |
2015-07-03 | sc: try fix load failure logic | Stanislaw Halik | |
2015-07-03 | ui: simplify protocol load failure logic | Stanislaw Halik | |
2015-07-03 | ui: bail early if no dialog can be found | Stanislaw Halik | |
Issue: #182 | |||
2015-07-03 | pt: use default cap dimensions | Stanislaw Halik | |
Reported-by: Mathijs Groothuis Issue: #180 | |||
2015-07-03 | simconnect: try set camera without event notification | Stanislaw Halik | |
2015-07-03 | pt: default to "standard" clip dimensions | Stanislaw Halik | |
Suggested-by: Mathijs Groothuis Issue: #180 | |||
2015-07-03 | simconnect: don't race against initializationopentrack-2.3-rc13 | Stanislaw Halik | |
Issue: #174 | |||
2015-07-03 | fix msvc empty config list | Stanislaw Halik | |
Some MSVC 2015RC bug with static initialized const char*. But reproduced also in #179 (?) | |||
2015-07-03 | simconnect: prevent crash with no .dll | Stanislaw Halik | |
2015-07-03 | maybe fix simconnect lag | Stanislaw Halik | |
2015-07-03 | pt: reintroduce dynamic pose timer | Stanislaw Halik | |
2015-07-03 | fix crash on msvc | Stanislaw Halik | |
2015-07-03 | fix MSVC, now runs | Stanislaw Halik | |
2015-07-03 | try fix MSVC | Stanislaw Halik | |
2015-07-03 | accela: start with zero gain | Stanislaw Halik | |
2015-07-03 | Merge pull request #178 from sbabbi/unstable | Stanislaw Halik | |
Small improvements to the x-plane plugin | |||
2015-07-02 | Fixed bug crash if dlopen fails | Ennio Barbaro | |
2015-07-02 | Reinit the offsets when re-enabling the plugin | Ennio Barbaro | |
2015-07-02 | Added enable/disable plugin command. | Ennio Barbaro | |
2015-07-02 | Use XPLMRegisterFlightLoopCallback instead of XPLMRegisterDrawCallback | Ennio Barbaro | |
2015-07-02 | more changes | Stanislaw Halik | |
2015-07-01 | Merge branch 'unstable' of github.com:opentrack/opentrack into trackhat-ui | Stanislaw Halik | |
2015-07-01 | pt: show color frame in widget | Stanislaw Halik | |
2015-07-01 | pt: fix sqrt eps | Stanislaw Halik | |
2015-07-01 | pt: use iterative contour detector | Stanislaw Halik | |
2015-07-01 | freetrack: use volatile | Stanislaw Halik | |
2015-07-01 | cmake: adjust install perms | Stanislaw Halik | |
2015-07-01 | qfc: always draw line to last point | Stanislaw Halik | |
2015-07-01 | qfc: adapt step size to bound | Stanislaw Halik | |
2015-07-01 | accela: use spline mapper for gain | Stanislaw Halik | |
2015-06-19 | pt: extractor algorithm based on OpenCV's SimpleBlobDetector | Stanislaw Halik | |
Tunables are probably wrong, we'll get to that later. | |||
2015-06-19 | pt: remove hysteresis | Stanislaw Halik | |
No one used it, and we have a better solution for stable extraction, pending commit. | |||
2015-06-18 | nix stderr spam | Stanislaw Halik | |
2015-06-18 | nix stderr spam | Stanislaw Halik | |
2015-06-18 | add forgotten label display | Stanislaw Halik | |
2015-06-18 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-06-18 | Revert "options: add support for QRadioButton" | Stanislaw Halik | |
This reverts commit 21f6b1c681ca6efe4511486994264b8d8c8d9463. | |||
2015-06-18 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-06-18 | options: return default value after revert, not type's default value | Stanislaw Halik | |
Issue: #173 | |||
2015-06-18 | minor fixes now | Stanislaw Halik | |
2015-06-18 | Revert "options: add support for QRadioButton" | Stanislaw Halik | |
This reverts commit 4c98d6cdc8b99ee1e517b2f82be1b0b5fc17d988. | |||
2015-06-18 | need space here | Stanislaw Halik | |
2015-06-18 | Merge branch 'unstable' into trackhat-ui | Stanislaw Halik | |
2015-06-18 | cmake: switch LTO off | Stanislaw Halik | |
It emits broken binaries on trackhat branch. If it's so easy to break let's not use it. |