summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-09-30Update zh_CN.ts(neuralNet)前进!
2023-09-30Update zh_CN.ts前进!
2023-09-26Merge pull request #1725 from khoanguyen-3fc/feature/tobii-trackerStanislaw Halik
2023-09-26tracker/tobii: downgrade sdk to v2Khoa Nguyen
2023-09-26Merge pull request #1724 from khoanguyen-3fc/feature/tobii-trackerStanislaw Halik
2023-09-26tracker/tobii: remove unusedKhoa Nguyen
2023-09-26tracker/tobii: add tobii inputKhoa Nguyen
2023-09-19Merge pull request #1712 from matatata/apple_siliconStanislaw Halik
2023-09-13update ps3 eye driverStanislaw Halik
2023-09-13contrib: oops, move it to the right placeStanislaw Halik
2023-09-13add libusbK development kitStanislaw Halik
2023-08-31Allow 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-27osx: use macdeployqt properlyStanislaw 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-26Disable macOS's AppNap (throttling) while trackingMatteo Ceruti
2023-08-25Fix shortcuts on macOS: Must distinguish Key Pressed and Release. Otherise ↵Matteo Ceruti
Shortcuts do not work
2023-08-05update .clang-tidyopentrack-2023.2.0Stanislaw Halik
2023-08-05proto/vjoystick: link to windows 11 forkStanislaw Halik
Issue: #1700 Fix by: @ackalker
2023-07-24Merge pull request #1666 from tombrazier/nm_filterStanislaw Halik
2023-07-23fix buildTom Brazier
2023-07-23Change to a quadratic curve for alpha and use a scale where 3 * drift speed ↵Tom Brazier
results in alpha == 1.0
2023-07-23Changed nm filter to use vectors and quaterions like the hamilton filter for ↵Tom Brazier
a spherical deadzone
2023-07-23Added new vector and quaternion functions and inlined many of themTom Brazier
2023-07-23Changed hamiltons tools to use pass by referenceTom Brazier
2023-07-23Export hamilton tools functionsTom Brazier
2023-07-23Moved hamilton tools to compat so they can be used more widelyTom Brazier
2023-07-23Removed commented sample codeTom Brazier
2023-07-23corrected EWA logic for large values of dt * responsivenessTom Brazier
2023-07-23dialog cleanupTom Brazier
2023-07-23Picked a name - natural movement filterTom Brazier
2023-07-23Picked a name - natural movement filterTom Brazier
2023-07-23Added a filter based on natural body movements, which reduces higher ↵Tom Brazier
frequency noise and cancels low speed position drift
2023-07-23Merge pull request #1671 from tombrazier/ewmafastsettleStanislaw Halik
2023-07-06Update cmake.ymlStanislaw Halik
2023-07-06try fix ciStanislaw Halik
2023-07-06cmake: remove accidental debug codeStanislaw Halik
2023-07-06Update cmake.ymlStanislaw Halik
2023-07-06Update cmake.ymlStanislaw Halik
2023-07-06Update cmake.ymlStanislaw Halik
2023-07-06Update cmake.ymlStanislaw Halik
2023-07-06try fix CIStanislaw Halik
2023-07-06proto/osc: add incomplete codeStanislaw Halik
Finishing it is just a bit more work. See: #1264
2023-07-06compat: fix linux procpsStanislaw Halik
We'll actually support both libprocps and libproc2. What a mess.
2023-07-06cmake: support optional pkg-config depsStanislaw Halik
2023-07-06cmake: output install prefix to avoid accidentsStanislaw Halik
2023-07-06Merge pull request #1686 from berarma/procps-ngStanislaw Halik
2023-07-06Fixed styling and mallocsBernat Arlandis
2023-07-05Migrate to procps-ng 4.0Bernat Arlandis
2023-06-13Move the call to simconnect_set6DOF() into the pipeline thread, potentially ↵Tom Brazier
reducing jitter and reduce the simconnect thread to keepalive work
2023-06-12Use an efficient wait to check for 2s timeout and save a lotof CPU cyclesTom Brazier
2023-06-11Hamilton 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