summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-02-09tracker/kinect: fix cmakeStanislaw Halik
- fix bogus sdk warning - quote paths that can contain spaces - use opentrack-{intel,64bit,hier-pfx} - shorten module name - don't use EXISTS with pathname, it should fail at build time
2019-02-09cmake: add kinect to my SDK pathsStanislaw Halik
2019-02-09proto/simconnect: regen translationStanislaw Halik
2019-02-09clang-tidy: more krapStanislaw Halik
2019-02-09api: fix identifierStanislaw Halik
2019-02-09proto/simconnect: don't hang so long on exitStanislaw Halik
Issue: #804
2019-02-09dinput: fix api usageStanislaw Halik
Issue: #871 - don't sleep with a lock held - fix Acquire() return value check - remove needless Unacquire() calls - always use Poll(), even for keyboard - fix HRESULT debug output
2019-02-09proto/simconnect: fix p3dStanislaw Halik
Issue: #804 Prepar3d was not working due to sending RECV_ID_EXCEPTION on startup.
2019-02-09proto/simconnect: cleanupStanislaw Halik
Issue: #804 - don't call simconnect_close without a valid handle - remove magic numbers - fix event handle logic. only use it for checking whether we're timing out. - add more informative stderr output - don't hardcode QFunctionPointer type alias - remove awful VirtPos/Rot...
2019-02-09proto/simconnect: move activation context to compatStanislaw Halik
2019-02-09random nonsense onlyStanislaw Halik
2019-02-09options, opentrack: fix migrations with tie_settingStanislaw Halik
Migrations only ran after `tie_setting()' handlers were done, clobbering the settings that were about to be migrated. Applying QSignalBlocker to few comboboxes isn't enough as it affects everything touched by `tie_setting()'. Split reload and notify phases in the options system.
2019-02-09options: sprinkle some QStringLiteralStanislaw Halik
2019-02-09migration: fix lazily-written module name migrationStanislaw Halik
2019-02-09use consistent naming for `profile'Stanislaw Halik
2019-02-09opentrack: fix profile list storageStanislaw Halik
The authoritative source for profile names is now a vector rather than a user interface element. Add some sanity checks to `main_window::set_profile'. Remove the `config_listed' abomination.
2019-02-09opentrack: move module list to base classStanislaw Halik
2019-02-09opentrack: rename, reorder, add `static'Stanislaw Halik
2019-02-09opentrack: move members around in headerStanislaw Halik
2019-02-09Merge pull request #869 from Slion/tracker-kinect-faceStanislaw Halik
Tracker kinect face
2019-02-07Kinect: Removing unused coordinate mapper.Stéphane Lenclud
2019-02-07Kinect: Tracker code cleaning.Stéphane Lenclud
2019-02-07Kinect: Don't do video preview when not needed.Stéphane Lenclud
2019-02-07Kinect: Limit actual frame rate to 30Hz.Stéphane Lenclud
Fixing settings dialog.
2019-02-07Kinect: Removing dead code.Stéphane Lenclud
2019-02-07Kinect: CMake adjustments following code review.Stéphane Lenclud
2019-02-07Kinect: Fixing tracking validity check.Stéphane Lenclud
2019-02-07Kinect: Better body look-up algorithm that should allow someone to look over ↵Stéphane Lenclud
your shoulder without the tracker getting confused.
2019-02-07Kinect: Renaming more files.Stéphane Lenclud
2019-02-07Kinect: Renaming a few files.Stéphane Lenclud
2019-02-07Kinect: Fixing massive memory leak after start/stop cycle.Stéphane Lenclud
2019-02-07Kinect: Adding class to encapsulate Microsoft interface pointer.Stéphane Lenclud
2019-02-07Kinect: now with basic video preview.Stéphane Lenclud
We have a massive memory leak, could have been there before though.
2019-02-07Kinect: Installing SDK binaries.Stéphane Lenclud
2019-02-07Various fixes from code review.Stéphane Lenclud
2019-02-07Kinect: Adding tracker icon.Stéphane Lenclud
2019-02-07Adding Kinect V2 SDK EULA.Stéphane Lenclud
2019-02-07Kinect: Improved CMake configuration for Kinect SDK.Stéphane Lenclud
2019-02-07Kinect: Initializing positions and rotations to zero.Stéphane Lenclud
2019-02-07Kinect: Now using HD APIStéphane Lenclud
2019-02-07Kinect: First draft.Stéphane Lenclud
2019-02-03opentrack: use in-header initializerStanislaw Halik
2019-02-03opentrack: get rid of Q_OBJECTStanislaw Halik
More work toward mixins.
2019-02-03proto/simconnect: bump copyright dateStanislaw Halik
2019-02-03proto/mouse: bring back NOCOALESCEStanislaw Halik
2019-02-03[TEST] opentrack: separate components a bitStanislaw Halik
This can cause regressions, but is a step toward mixin support.
2019-02-03tracker/aruco: avoid busy-loop on camera failureStanislaw Halik
2019-02-03proto/simconnect: fix activation context againStanislaw Halik
Issue: #804
2019-02-02cv/video-widget: simplifyStanislaw Halik
Issue: #861
2019-02-02tracker/pt: use double precision where necessaryStanislaw Halik