Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-02 | Merge pull request #1954 from DaWelter/master | Stanislaw Halik | |
2024-11-02 | tracker/nn: Update models | Michael Welter | |
* Remove head-pose.onnx * Add head-pose-0.3-big-quantized.onnx, which was trained with https://github.com/opentrack/neuralnet-tracker-traincode commit 9891d60 | |||
2024-10-30 | change all readme links to https | Stanislaw Halik | |
2024-10-30 | Update README.md | Stanislaw Halik | |
2024-10-30 | Update README.md | Stanislaw Halik | |
2024-10-30 | Update README.md | Stanislaw Halik | |
2024-10-30 | Update README.md | Stanislaw Halik | |
2024-10-02 | Merge pull request #1932 from Priton-CE/wine-extended-proton | Stanislaw Halik | |
2024-10-02 | fixed qt tab order | Priton-CE | |
2024-10-02 | implemented requested change: use combo data instead of text | Priton-CE | |
2024-09-21 | added a (hacky) fix to compensate for QTs broken autoexclusive | Priton-CE | |
2024-09-21 | fixed duplicating proton versions again | Priton-CE | |
2024-09-21 | improved wine settings dialog startup time | Priton-CE | |
2024-09-21 | removed unneded include | Priton-CE | |
2024-09-21 | moved app id check into the correct if statement | Priton-CE | |
2024-09-21 | added missing debug statement | Priton-CE | |
2024-09-21 | added handling for custom proton prefixes and cleaned up the wine protocol ↵ | Priton-CE | |
init procedure | |||
2024-09-21 | fixed ui issues and tied a browse window the the proton prefix button | Priton-CE | |
2024-09-20 | fixed an issue where proton versions would get added when already present | Priton-CE | |
2024-09-20 | improved name filters to be per directory | Priton-CE | |
2024-09-20 | added tooltips and german translation | Priton-CE | |
2024-09-20 | added comments and missing disable | Priton-CE | |
2024-09-20 | implemented logic to disable irrelevant ui components | Priton-CE | |
2024-09-20 | restructured proto-wine ui (incl. German translation) | Priton-CE | |
2024-08-06 | Merge pull request #1909 from kakra/i18n | Stanislaw Halik | |
2024-08-04 | i18n: add German translations | Kai Krakow | |
2024-07-27 | Update README.md | Stanislaw Halik | |
2024-07-27 | Update README.md | Stanislaw Halik | |
2024-07-27 | Update README.md | Stanislaw Halik | |
2024-07-27 | tracker/nn: show 1 decimal place in inference time | Stanislaw Halik | |
2024-07-27 | video/opencv: shut up opencv_videoio logspam | Stanislaw Halik | |
Fixes: #1899 | |||
2024-07-24 | cmake: fix build with Gentoo ebuild sandbox | Stanislaw Halik | |
Issue: #1897 Reported-by: @kakra | |||
2024-07-07 | Merge pull request #1888 from MordiJC/linux-steam-fix | Stanislaw Halik | |
2024-07-07 | proto-wine: Add search paths for debian-installation | Jakub Czapiga | |
Steam installer on Ubuntu places its files in $HOME/.steam/debian-installation/ This patch fixes error: "Couldn't find steam runtime" | |||
2024-06-24 | Update README.md | Stanislaw Halik | |
2024-06-24 | Update README.md | Stanislaw Halik | |
2024-06-24 | Update README.md | Stanislaw Halik | |
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 | |