Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-23 | cmake: add suffix to no-avx buildopentrack-2024.1.1opentrack-2024.1.0 | Stanislaw Halik | |
2024-06-23 | cmake: update 64-bit avx and 32-bit no-avx builds | Stanislaw Halik | |
2024-06-21 | Merge pull request #1872 from ↵ | Stanislaw Halik | |
DaWelter/rewrite-accela-hamilton-in-double-precision | |||
2024-06-21 | filter/accelahamilton: rewrite in double precision | Michael Welter | |
2024-06-20 | filter/accelahamilton: rewrite in double precision | Michael Welter | |
2024-06-19 | Remove 'eval_once' completely if QT_NO_DEBUG_OUTPUT is defined. | Ayexor | |
2024-06-18 | Merge pull request #1870 from ↵ | Stanislaw Halik | |
DaWelter/replace-models-with-onnx-1-18-compatible-ones | |||
2024-06-17 | tracker/nn: Replace models with re-exports which aren't broken with ↵ | Michael Welter | |
onnxruntime 1.18 | |||
2024-06-17 | Merge pull request #1867 from kzvezdarov/fix-proton-9x-exec-path | Stanislaw Halik | |
2024-06-08 | Fixed copy-pasta leftovers | Kiril Zvezdarov | |
2024-06-08 | Refactored proton_path to be the dist dir location | Kiril Zvezdarov | |
From Proton 9.0 and up, the directory containing library files and wine executables - previously called `dist`, appears to have been renamed to `files`. This breaks OpenTrack with newer Proton versions, because the path to the `wine` executable and proton library files is constructed as `:PROTON_PATH/dist/bin/wine`, i.e. the dist dir name is hardcoded. To fix this while preserving backward compatibility, this commit changes `proton_path` to point to the `dist` dir directly, be it `files` for 9.0+ or `dist` for older versions. Templated variables are adjusted accordingly to omit the dist dir. Obtaining the dist. dir path for a specific Proton version is done by recursively iterating the version's directory, looking for the `wine` executable. The first match is used to discover the grandparent dir path, which is the desired `:PROTON_PATH/:DIST_DIR` path. | |||
2024-06-04 | switch to using -MD with msvc | Stanislaw Halik | |
2024-05-30 | tracker/nn: Fix a warning from double to float conversion | Michael Welter | |
2024-05-14 | Add new filter: HamiltonAccela which is a combination of ideas from Accela ↵ | Michael Welter | |
and Hamilton filters (#1843) | |||
2024-05-13 | Merge pull request #1848 from Username404-59/master | Stanislaw Halik | |
2024-05-13 | video-ps3eye: Fix compilation with clang | Username404-59 | |
2024-05-09 | tracker/nn: Add support for 3x3 pos/size cov matrix (and some cleanup) (#1845) | Michael Welter | |
Adds support for 3x3 covariance matrices for position+size estimation. My recent (unreleased) models output those instead of only component wise standard deviations. Overall Accept 3x3 covariance matrix output for position+size Old models still worked fine in my testing Delete commented code which was there previously to support recurrent models. (Won't be used in foreseeable future) Delete leftover code for experiments with closed eyes detection (Likewise, I have given up on that / Is not really needed any more) Improve comments and code quality in the internal filter code | |||
2024-05-09 | cmake: remove Eigen from sdk presets | Stanislaw Halik | |
Related-to: #1844 | |||
2024-05-09 | video/ps3eye: set alignment to 64 for shm | Stanislaw Halik | |
The mapping is page-aligned anyway. | |||
2024-05-09 | Merge pull request #1844 from DaWelter/delete-filter-kalman | Stanislaw Halik | |
2024-05-09 | Remove eigen3 dependency | Michael Welter | |
2024-04-08 | tracker/tobii: confuse Linux users less | Stanislaw Halik | |
2024-03-24 | compat/macros: actually enable always_inline | Stanislaw Halik | |
2024-02-12 | cmake: fix toolchain file | Stanislaw Halik | |
2024-02-11 | cmake: try switching to -MD now | Stanislaw Halik | |
2024-02-11 | tracker/neuralnet: remove trailing whitespace | Stanislaw Halik | |
2024-02-11 | update my sdk paths | Stanislaw Halik | |
2024-02-08 | remove obsolete TODO comments | Stanislaw Halik | |
2024-02-08 | gui: rename settings-dialog.ui to options-dialog.ui | Stanislaw Halik | |
2024-02-08 | i18n: add stubs for {pre,post}-invert settings dialog options | Stanislaw Halik | |
2024-02-08 | add post-invert, rename invert to pre-invert | Stanislaw Halik | |
Requested by: a few people | |||
2024-02-08 | dinput: try to fix F13-F23 keys | Stanislaw Halik | |
Issue: #1269 | |||
2024-02-08 | cmake: kill obsolete variant stuff | Stanislaw Halik | |
This isn't needed for TrackHat as we switched to a different method. | |||
2024-02-08 | clang-tidy: update | Stanislaw Halik | |
2024-01-24 | Update opentrack-platform.cmake | Stanislaw Halik | |
2024-01-21 | spline: fix busy-loop in widget redraw | Stanislaw Halik | |
2024-01-21 | cmake: fix harmless typo | Stanislaw Halik | |
2024-01-21 | add todo | Stanislaw Halik | |
2024-01-21 | cmake: fix onnxruntime finding script | Stanislaw Halik | |
2024-01-21 | ci: wip | Stanislaw Halik | |
2024-01-21 | cmake: add noexec stack on ELF platforms | Stanislaw Halik | |
2024-01-21 | update my sdk paths to new private nonfree repo | Stanislaw Halik | |
2024-01-21 | try to fix my toolchain file | Stanislaw Halik | |
2024-01-21 | spline: switch back to using double precision | Stanislaw Halik | |
2023-11-25 | tracker/hatire: cleanup debug code | Stanislaw Halik | |
2023-11-13 | Merge pull request #1754 from zaninime/fix-wine-no-wrapper | Stanislaw Halik | |
2023-11-13 | Fix build for wine without wrapper | Francesco Zanini | |
`connected_game` is only declared in a specific configuration. | |||
2023-11-07 | Merge pull request #1747 from ddzzkunye/translations1107 | Stanislaw Halik | |
2023-11-07 | Some translations | 前进! | |
2023-11-06 | filter/ewma: actually fix wrong background coloropentrack-2023.3.0 | Stanislaw Halik | |