Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-25 | stupid useless timer broke hovering | Stanislaw Halik | |
2014-10-25 | wrong place for impl details | Stanislaw Halik | |
2014-10-25 | pt: use identity as metric, not last | Stanislaw Halik | |
Issue: #63 Build soon to follow, @FlyingCircus- please test. | |||
2014-10-25 | some quaternion stuff was probably wrong | Stanislaw Halik | |
2014-10-24 | add freepie .apk for those interested | Stanislaw Halik | |
2014-10-24 | mv only | Stanislaw Halik | |
2014-10-24 | adjust constants again | Stanislaw Halik | |
2014-10-24 | adjust smoothing coeffs | Stanislaw Halik | |
2014-10-24 | damping can't affect speed estimate | Stanislaw Halik | |
2014-10-24 | use moving average in accela over N seconds | Stanislaw Halik | |
Also add showing alphas in UI for configuration's sake. Hopefully update wiki soon enough. | |||
2014-10-24 | wiki commit-ish | Stanislaw Halik | |
2014-10-24 | update wiki commit-ish | Stanislaw Halik | |
2014-10-24 | nix ui taking too much vertical space | Stanislaw Halik | |
2014-10-24 | Rotation basis algebra for centering | Stanislaw Halik | |
Reported-by: @doveman months ago, many times Issue: #63 @dbaarda please confirm that- or -whether- it makes any sense. Issue: #86 It could be either worse or better than before. Please specify. Sadly, no time to plug the videos as camera input to PT as of yet. Signed-off-by: Stanislaw Halik <sthalik@misaki.pl> | |||
2014-10-24 | check if keycode exists first, since keystate can be outta whack | Stanislaw Halik | |
2014-10-24 | always initialize keycode et al on win32 | Stanislaw Halik | |
2014-10-24 | mv only | Stanislaw Halik | |
2014-10-24 | cleanup now-sure-to-be-useless commented code | Stanislaw Halik | |
2014-10-24 | wiki as submodule | Stanislaw Halik | |
2014-10-24 | more grammar | Stanislaw Halik | |
Polish foreign-language education system, die in a fucking fire. | |||
2014-10-24 | jesus grammar | Stanislaw Halik | |
2014-10-24 | markup -- display links in <>'s | Stanislaw Halik | |
2014-10-24 | reorder, update supported APIs | Stanislaw Halik | |
2014-10-24 | clarify, wording | Stanislaw Halik | |
English education in Poland sucked so much, likely sucks still. | |||
2014-10-24 | sound less like PR-drone | Stanislaw Halik | |
2014-10-24 | clarify/wording | Stanislaw Halik | |
2014-10-24 | more APIs supported now! | Stanislaw Halik | |
2014-10-24 | more incentive toward reading wiki | Stanislaw Halik | |
2014-10-23 | readme: md-ify | Stanislaw Halik | |
2014-10-23 | Fix x-plane plugin copy-paste breakage | Stanislaw Halik | |
Reported-by @runningman84 Issue: #89 | |||
2014-10-22 | center to filtered pose, not raw | Stanislaw Halik | |
2014-10-22 | fix statically linked octopus | Stanislaw Halik | |
2014-10-22 | some ui fiddling | Stanislaw Halik | |
2014-10-22 | _Exit(0) in ui dtor | Stanislaw Halik | |
2014-10-22 | whitespace onlyopentrack-2.3-prealpha-20141022_1 | Stanislaw Halik | |
2014-10-22 | long fun header -> .cpp | Stanislaw Halik | |
2014-10-22 | simplify logic | Stanislaw Halik | |
2014-10-22 | -Wreorder that went bad | Stanislaw Halik | |
2014-10-22 | typo in type name, whitespace | Stanislaw Halik | |
2014-10-22 | null filter already added later | Stanislaw Halik | |
2014-10-22 | simplify current t/p/f getter | Stanislaw Halik | |
2014-10-22 | skip atexit on all platforms | Stanislaw Halik | |
2014-10-22 | retab only | Stanislaw Halik | |
2014-10-22 | whitespace only | Stanislaw Halik | |
2014-10-22 | whitespace only | Stanislaw Halik | |
2014-10-22 | clarify cast | Stanislaw Halik | |
2014-10-22 | reduce file overhead | Stanislaw Halik | |
2014-10-22 | retab only | Stanislaw Halik | |
2014-10-22 | Merge pull request #88 from dbaarda/dev/kalman | Donovan Baarda | |
Dev/kalman | |||
2014-10-22 | Set (accel|noise)_variance from (accel|noise)_stddev settings. | Donovan Baarda | |
Use better estimates for filter settings giving less filtering. Fix broken old reference to target_camera_position. |