Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-16 | unify plugin-api files | Stanislaw Halik | |
2015-07-16 | unused #define | Stanislaw Halik | |
2015-07-16 | more forgotten old-style declarations | Stanislaw Halik | |
2015-07-16 | all: use macros for symbol exposure | Stanislaw Halik | |
2015-07-16 | api: introduce macros for symbol exposure | Stanislaw Halik | |
2015-07-16 | api: document stuff to be implemented | Stanislaw Halik | |
2015-07-16 | accela: oops, literally "groupbox" in options window | Stanislaw Halik | |
2015-07-16 | Revert "try to fix FSX stutter while FSX has focus"opentrack-2.3-rc14 | Stanislaw Halik | |
This reverts commit ab47eac174db02710a7fa6c194e00c31cef755a4. | |||
2015-07-16 | ui: update profile title | Stanislaw Halik | |
Fixes: #191 | |||
2015-07-14 | accela: reduce diff to trackhat | Stanislaw Halik | |
2015-07-14 | buffer flush | Stanislaw Halik | |
2015-07-13 | pt, ht, aruco: use calibration data. rename fov to diagonal in UI | Stanislaw Halik | |
2015-07-13 | allow for camera calibration | Stanislaw Halik | |
2015-07-13 | ht: move docs | Stanislaw Halik | |
2015-07-13 | reformat only | Stanislaw Halik | |
2015-07-13 | cmake: run install-fail-tool on OSX | Stanislaw Halik | |
2015-07-12 | kalman fixes, still not working well | Stanislaw Halik | |
2015-07-12 | kalman: add settings support | Stanislaw Halik | |
Filter performance still not good though. | |||
2015-07-12 | accela: introduce constants for scaling's magic numbers | Stanislaw Halik | |
2015-07-12 | Merge remote-tracking branch 'origin/unstable' into unstable | Stanislaw Halik | |
2015-07-12 | ht: include in DLL, not as subprocess | Stanislaw Halik | |
2015-07-12 | simconnect: no need to include simconnect sdk | Stanislaw Halik | |
2015-07-12 | ui: set working directory on statup as well | Stanislaw Halik | |
2015-07-08 | generic toolchain for unix systems | Stanislaw Halik | |
2015-07-08 | reduce cmake policy whine | Stanislaw Halik | |
2015-07-08 | [ANN] History was rewrittenopentrack-2.3-rc13p2 | Stanislaw Halik | |
History was rewritten to include real authors and their emails from the time when we were still using Subversion and not Git. This breaks your forks. Please rebase on new branches. | |||
2015-07-08 | retab and reformat only | Stanislaw Halik | |
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 | |