Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-13 | contrib: oops, move it to the right place | Stanislaw Halik | |
2023-09-13 | add libusbK development kit | Stanislaw Halik | |
2023-08-31 | Allow arm64 build ion macOS by using toolchain file apple.cmake and ↵ | Matteo Ceruti | |
exporting an EVN-Variable OTR_OSX_ARCH=arm64 I build with after cloning the repo cd opentrack export OTR_OSX_ARCH=arm64 ; cmake --toolchain ./cmake/apple.cmake -S . -B build cd build make install | |||
2023-08-27 | osx: use macdeployqt properly | Stanislaw Halik | |
Using install-fail-tool with macdeployqt together will load duplicate copies of the shared libraries into the process, leading to crashes. Reported by: @matatata Issue: #1705 | |||
2023-08-26 | Disable macOS's AppNap (throttling) while tracking | Matteo Ceruti | |
2023-08-25 | Fix shortcuts on macOS: Must distinguish Key Pressed and Release. Otherise ↵ | Matteo Ceruti | |
Shortcuts do not work | |||
2023-08-05 | update .clang-tidyopentrack-2023.2.0 | Stanislaw Halik | |
2023-08-05 | proto/vjoystick: link to windows 11 fork | Stanislaw Halik | |
Issue: #1700 Fix by: @ackalker | |||
2023-07-24 | Merge pull request #1666 from tombrazier/nm_filter | Stanislaw Halik | |
2023-07-23 | fix build | Tom Brazier | |
2023-07-23 | Change to a quadratic curve for alpha and use a scale where 3 * drift speed ↵ | Tom Brazier | |
results in alpha == 1.0 | |||
2023-07-23 | Changed nm filter to use vectors and quaterions like the hamilton filter for ↵ | Tom Brazier | |
a spherical deadzone | |||
2023-07-23 | Added new vector and quaternion functions and inlined many of them | Tom Brazier | |
2023-07-23 | Changed hamiltons tools to use pass by reference | Tom Brazier | |
2023-07-23 | Export hamilton tools functions | Tom Brazier | |
2023-07-23 | Moved hamilton tools to compat so they can be used more widely | Tom Brazier | |
2023-07-23 | Removed commented sample code | Tom Brazier | |
2023-07-23 | corrected EWA logic for large values of dt * responsiveness | Tom Brazier | |
2023-07-23 | dialog cleanup | Tom Brazier | |
2023-07-23 | Picked a name - natural movement filter | Tom Brazier | |
2023-07-23 | Picked a name - natural movement filter | Tom Brazier | |
2023-07-23 | Added a filter based on natural body movements, which reduces higher ↵ | Tom Brazier | |
frequency noise and cancels low speed position drift | |||
2023-07-23 | Merge pull request #1671 from tombrazier/ewmafastsettle | Stanislaw Halik | |
2023-07-06 | Update cmake.yml | Stanislaw Halik | |
2023-07-06 | try fix ci | Stanislaw Halik | |
2023-07-06 | cmake: remove accidental debug code | Stanislaw Halik | |
2023-07-06 | Update cmake.yml | Stanislaw Halik | |
2023-07-06 | Update cmake.yml | Stanislaw Halik | |
2023-07-06 | Update cmake.yml | Stanislaw Halik | |
2023-07-06 | Update cmake.yml | Stanislaw Halik | |
2023-07-06 | try fix CI | Stanislaw Halik | |
2023-07-06 | proto/osc: add incomplete code | Stanislaw Halik | |
Finishing it is just a bit more work. See: #1264 | |||
2023-07-06 | compat: fix linux procps | Stanislaw Halik | |
We'll actually support both libprocps and libproc2. What a mess. | |||
2023-07-06 | cmake: support optional pkg-config deps | Stanislaw Halik | |
2023-07-06 | cmake: output install prefix to avoid accidents | Stanislaw Halik | |
2023-07-06 | Merge pull request #1686 from berarma/procps-ng | Stanislaw Halik | |
2023-07-06 | Fixed styling and mallocs | Bernat Arlandis | |
2023-07-05 | Migrate to procps-ng 4.0 | Bernat Arlandis | |
2023-06-13 | Move the call to simconnect_set6DOF() into the pipeline thread, potentially ↵ | Tom Brazier | |
reducing jitter and reduce the simconnect thread to keepalive work | |||
2023-06-12 | Use an efficient wait to check for 2s timeout and save a lotof CPU cycles | Tom Brazier | |
2023-06-11 | Hamilton documentation and minor fixes (#1667) | tombrazier | |
* Minor corrections to alpha calculation and some comments to help it make sense * Added some explanatory text to the hamilton filter dialog and changed the layout | |||
2023-06-05 | Changed instructions to reflect faster settling speed | Tom Brazier | |
2023-06-03 | resolve average noise a lot faster than 60 seconds and other minor tweaks | Tom Brazier | |
2023-06-01 | tracker/pt: fix tab order | Stanislaw Halik | |
PR: #1665 | |||
2023-06-01 | tracker/aruco: allow using the 1080p resolution | Stanislaw Halik | |
2023-06-01 | update clang-tidy | Stanislaw Halik | |
2023-06-01 | Merge pull request #1665 from tombrazier/chroma_key_saturated | Stanislaw Halik | |
2023-06-01 | slightly reduce number of lines of code | Tom Brazier | |
2023-06-01 | Get tab ordering and default model tab right | Tom Brazier | |
2023-05-31 | Added a slider to control the strength of the color matching for chroma key | Tom Brazier | |