summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-07-12simconnect: no need to include simconnect sdkStanislaw Halik
2015-07-12ui: set working directory on statup as wellStanislaw Halik
2015-07-08[ANN] History was rewrittenopentrack-2.3-rc13p2Stanislaw 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-08retab and reformat onlyStanislaw Halik
2015-07-08try to fix FSX stutter while FSX has focusStanislaw Halik
As reported in #174 FSX has issues with calldispatch in steam edition. Attempt setting high process priority.
2015-07-07tracker: camera angle affected translation twiceStanislaw Halik
2015-07-07typo: all dialogs were creating protocol dialogStanislaw Halik
2015-07-07qfc: only prepend leading (0,0) if there's more than 1 pointStanislaw Halik
2015-07-07qfc: use float intermediates, and consistentlyStanislaw Halik
2015-07-07qfc: use same precision no matter the max x valueStanislaw Halik
2015-07-07qfc: don't cancel moving if points come too closeStanislaw Halik
Instead, block moving but allow the user to move the other way.
2015-07-07qfc: don't cancel moving if points come too closeStanislaw Halik
Instead, block moving but allow the user to move the other way.
2015-07-07camera dialog: don't crash due to race conditionStanislaw Halik
We have no idea when the capture can be closed, so wait for three seconds instead.
2015-07-07includes relative to project top directoryStanislaw Halik
2015-07-07opentrack-api: add copyright noticesStanislaw Halik
Code without a license defaults to having all rights reserved.
2015-07-07add credit for hatire authorshipStanislaw Halik
2015-07-07ui: simplify dialog creationStanislaw Halik
2015-07-07remove --autostart optionStanislaw Halik
Author said he no longer needs it.
2015-07-06make "make_dylib_instance" part of public APIStanislaw Halik
For @gagagu. Issue: #151
2015-07-06ht: initial camera dialogStanislaw Halik
It doesn't work while tracking. Can't pass DirectShow handle through shared memory.
2015-07-06pt: initial camera dialogStanislaw Halik
2015-07-06aruco: use camera settings classStanislaw Halik
2015-07-06initial camera-settings classStanislaw Halik
2015-07-06prevent redefinition error by qt mocStanislaw Halik
2015-07-06simconnect: guard GNUC pragmaStanislaw Halik
2015-07-06simconnect: use event handle without calldispatch in a loopStanislaw 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-06simconnect: don't set affinity, only meant for trackersStanislaw Halik
2015-07-06simconnect: get rid of redundant logicStanislaw Halik
2015-07-06simconnect: don't sleep while exitingStanislaw Halik
2015-07-06simconnect: increase timer precision just to be safeStanislaw Halik
2015-07-05simconnect: allow operating after restarting fsxStanislaw Halik
2015-07-05simconnect: nix enumsStanislaw Halik
2015-07-05sc: yaw was flippedStanislaw Halik
2015-07-05sc: oops, actctx always failedStanislaw Halik
2015-07-05simconnect: don't hook on too many eventsStanislaw Halik
2015-07-05simconnect: use affinityStanislaw Halik
2015-07-05libs: validate protocol first before starting trackerStanislaw Halik
2015-07-05simconnect: we can make qlibrary non-static, no crashesStanislaw Halik
2015-07-04accela: try avoid staircase-like jumping for rotationStanislaw Halik
2015-07-04accela: display smallest available slider value in label properlyStanislaw Halik
2015-07-04accela: three times more sensitivityopentrack-2.3-rc13p1Stanislaw Halik
Slider range was too small.
2015-07-04accela: fix redundant divisionStanislaw Halik
2015-07-03game-detector: prevent defaulting to first profile if one doesn't existStanislaw Halik
2015-07-03sc: try fix load failure logicStanislaw Halik
2015-07-03ui: simplify protocol load failure logicStanislaw Halik
2015-07-03ui: bail early if no dialog can be foundStanislaw Halik
Issue: #182
2015-07-03pt: use default cap dimensionsStanislaw Halik
Reported-by: Mathijs Groothuis Issue: #180
2015-07-03simconnect: try set camera without event notificationStanislaw Halik
2015-07-03pt: default to "standard" clip dimensionsStanislaw Halik
Suggested-by: Mathijs Groothuis Issue: #180
2015-07-03simconnect: don't race against initializationopentrack-2.3-rc13Stanislaw Halik
Issue: #174