Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-08 | try to fix FSX stutter while FSX has focus | Stanislaw Halik | |
As reported in #174 FSX has issues with calldispatch in steam edition. Attempt setting high process priority. | |||
2015-07-07 | tracker: camera angle affected translation twice | Stanislaw Halik | |
2015-07-07 | typo: all dialogs were creating protocol dialog | Stanislaw Halik | |
2015-07-07 | qfc: only prepend leading (0,0) if there's more than 1 point | Stanislaw Halik | |
2015-07-07 | qfc: use float intermediates, and consistently | Stanislaw Halik | |
2015-07-07 | qfc: use same precision no matter the max x value | Stanislaw Halik | |
2015-07-07 | qfc: don't cancel moving if points come too close | Stanislaw Halik | |
Instead, block moving but allow the user to move the other way. | |||
2015-07-07 | qfc: don't cancel moving if points come too close | Stanislaw Halik | |
Instead, block moving but allow the user to move the other way. | |||
2015-07-07 | camera dialog: don't crash due to race condition | Stanislaw Halik | |
We have no idea when the capture can be closed, so wait for three seconds instead. | |||
2015-07-07 | includes relative to project top directory | Stanislaw Halik | |
2015-07-07 | opentrack-api: add copyright notices | Stanislaw Halik | |
Code without a license defaults to having all rights reserved. | |||
2015-07-07 | add credit for hatire authorship | Stanislaw Halik | |
2015-07-07 | ui: simplify dialog creation | Stanislaw Halik | |
2015-07-07 | remove --autostart option | Stanislaw Halik | |
Author said he no longer needs it. | |||
2015-07-06 | make "make_dylib_instance" part of public API | Stanislaw Halik | |
For @gagagu. Issue: #151 | |||
2015-07-06 | ht: initial camera dialog | Stanislaw Halik | |
It doesn't work while tracking. Can't pass DirectShow handle through shared memory. | |||
2015-07-06 | pt: initial camera dialog | Stanislaw Halik | |
2015-07-06 | aruco: use camera settings class | Stanislaw Halik | |
2015-07-06 | initial camera-settings class | Stanislaw Halik | |
2015-07-06 | prevent redefinition error by qt moc | Stanislaw Halik | |
2015-07-06 | simconnect: guard GNUC pragma | Stanislaw Halik | |
2015-07-06 | simconnect: use event handle without calldispatch in a loop | Stanislaw Halik | |
We aren't supposed to calldispatch in a loop, since it locks up FSX. Use calldispatch only if FSX signals us that an event has been received. This might fix slowness reported in #174. | |||
2015-07-06 | simconnect: don't set affinity, only meant for trackers | Stanislaw Halik | |
2015-07-06 | simconnect: get rid of redundant logic | Stanislaw Halik | |
2015-07-06 | simconnect: don't sleep while exiting | Stanislaw Halik | |
2015-07-06 | simconnect: increase timer precision just to be safe | Stanislaw Halik | |
2015-07-05 | simconnect: allow operating after restarting fsx | Stanislaw Halik | |
2015-07-05 | simconnect: nix enums | Stanislaw Halik | |
2015-07-05 | sc: yaw was flipped | Stanislaw Halik | |
2015-07-05 | sc: oops, actctx always failed | Stanislaw Halik | |
2015-07-05 | simconnect: don't hook on too many events | Stanislaw Halik | |
2015-07-05 | simconnect: use affinity | Stanislaw Halik | |
2015-07-05 | libs: validate protocol first before starting tracker | Stanislaw Halik | |
2015-07-05 | simconnect: we can make qlibrary non-static, no crashes | 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 | |