Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-10 | cmake: improve quotemeta for C | Stanislaw Halik | |
2019-02-09 | cmake: wrap around for function var scope | Stanislaw Halik | |
2019-02-09 | cmake: try not use leading underscore in header name | Stanislaw Halik | |
2019-02-09 | options/base-value: remove stale comment | Stanislaw Halik | |
2019-02-09 | tracker/kinect: pass msvc -W4 | Stanislaw Halik | |
Let's not change the code unnecessarily. | |||
2019-02-09 | tracker/kinect: fix cmake | Stanislaw 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-09 | cmake: add kinect to my SDK paths | Stanislaw Halik | |
2019-02-09 | proto/simconnect: regen translation | Stanislaw Halik | |
2019-02-09 | clang-tidy: more krap | Stanislaw Halik | |
2019-02-09 | api: fix identifier | Stanislaw Halik | |
2019-02-09 | proto/simconnect: don't hang so long on exit | Stanislaw Halik | |
Issue: #804 | |||
2019-02-09 | dinput: fix api usage | Stanislaw 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-09 | proto/simconnect: fix p3d | Stanislaw Halik | |
Issue: #804 Prepar3d was not working due to sending RECV_ID_EXCEPTION on startup. | |||
2019-02-09 | proto/simconnect: cleanup | Stanislaw 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-09 | proto/simconnect: move activation context to compat | Stanislaw Halik | |
2019-02-09 | random nonsense only | Stanislaw Halik | |
2019-02-09 | options, opentrack: fix migrations with tie_setting | Stanislaw 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-09 | options: sprinkle some QStringLiteral | Stanislaw Halik | |
2019-02-09 | migration: fix lazily-written module name migration | Stanislaw Halik | |
2019-02-09 | use consistent naming for `profile' | Stanislaw Halik | |
2019-02-09 | opentrack: fix profile list storage | Stanislaw 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-09 | opentrack: move module list to base class | Stanislaw Halik | |
2019-02-09 | opentrack: rename, reorder, add `static' | Stanislaw Halik | |
2019-02-09 | opentrack: move members around in header | Stanislaw Halik | |
2019-02-09 | Merge pull request #869 from Slion/tracker-kinect-face | Stanislaw Halik | |
Tracker kinect face | |||
2019-02-07 | Kinect: Removing unused coordinate mapper. | Stéphane Lenclud | |
2019-02-07 | Kinect: Tracker code cleaning. | Stéphane Lenclud | |
2019-02-07 | Kinect: Don't do video preview when not needed. | Stéphane Lenclud | |
2019-02-07 | Kinect: Limit actual frame rate to 30Hz. | Stéphane Lenclud | |
Fixing settings dialog. | |||
2019-02-07 | Kinect: Removing dead code. | Stéphane Lenclud | |
2019-02-07 | Kinect: CMake adjustments following code review. | Stéphane Lenclud | |
2019-02-07 | Kinect: Fixing tracking validity check. | Stéphane Lenclud | |
2019-02-07 | Kinect: Better body look-up algorithm that should allow someone to look over ↵ | Stéphane Lenclud | |
your shoulder without the tracker getting confused. | |||
2019-02-07 | Kinect: Renaming more files. | Stéphane Lenclud | |
2019-02-07 | Kinect: Renaming a few files. | Stéphane Lenclud | |
2019-02-07 | Kinect: Fixing massive memory leak after start/stop cycle. | Stéphane Lenclud | |
2019-02-07 | Kinect: Adding class to encapsulate Microsoft interface pointer. | Stéphane Lenclud | |
2019-02-07 | Kinect: now with basic video preview. | Stéphane Lenclud | |
We have a massive memory leak, could have been there before though. | |||
2019-02-07 | Kinect: Installing SDK binaries. | Stéphane Lenclud | |
2019-02-07 | Various fixes from code review. | Stéphane Lenclud | |
2019-02-07 | Kinect: Adding tracker icon. | Stéphane Lenclud | |
2019-02-07 | Adding Kinect V2 SDK EULA. | Stéphane Lenclud | |
2019-02-07 | Kinect: Improved CMake configuration for Kinect SDK. | Stéphane Lenclud | |
2019-02-07 | Kinect: Initializing positions and rotations to zero. | Stéphane Lenclud | |
2019-02-07 | Kinect: Now using HD API | Stéphane Lenclud | |
2019-02-07 | Kinect: First draft. | Stéphane Lenclud | |
2019-02-03 | opentrack: use in-header initializer | Stanislaw Halik | |
2019-02-03 | opentrack: get rid of Q_OBJECT | Stanislaw Halik | |
More work toward mixins. | |||
2019-02-03 | proto/simconnect: bump copyright date | Stanislaw Halik | |
2019-02-03 | proto/mouse: bring back NOCOALESCE | Stanislaw Halik | |