summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2025-05-17csv: fix hangfeature/qt6Stanislaw Halik
Introduced while removing calls to readLineInto().
2025-05-17cmake: fix msvc 64-bit subsystem version warningStanislaw Halik
2025-05-17fix build on Linux & AppleStanislaw Halik
2025-05-16cmake: move dependency check closer to actual use-siteStanislaw Halik
2025-05-16cmake: fix pkg-config wrapperStanislaw Halik
2025-05-16kill qt5 compatStanislaw Halik
2025-05-16cmake: pass relative path to install()Stanislaw Halik
2025-05-16zzStanislaw Halik
2025-05-16fix missing space in error messageStanislaw Halik
2025-05-16switch csv parser to using non-deprecated qt6 apiStanislaw Halik
2025-05-16freetrack: add new game namesStanislaw Halik
2025-05-16api: remove Qt5 compat usageStanislaw Halik
2025-05-16i18n: add missing German translationsStanislaw Halik
2025-05-16disable the original trackhat sensorStanislaw Halik
I'll be removing it from the repo unless someone complains.
2025-05-16update my paths harderStanislaw Halik
2025-05-16tracker/nn: fix for when numeric_types uses doublesStanislaw Halik
2025-05-16tracker/nn: fix qt6 buildStanislaw Halik
2025-05-16buffer flushStanislaw Halik
2025-05-16remove debug codeHEADmastersthalik
how long has it been like this?
2025-05-06Update CMake workflow for Ubuntu 22.04 and ONNXRuntime integration (#2026)Theodore Chang
2025-04-30contrib: add binary version of sgl.dat parserStanislaw Halik
2025-03-23Merge pull request #1995 from DaWelter/masterStanislaw Halik
tracker/nn: Add more fps options
2025-03-23fix ciStanislaw Halik
2025-03-23Merge pull request #2003 from DaWelter/bugfix/nn-tracker-roll-outputStanislaw Halik
tracker/nn: Fix roll output
2025-03-23tracker/nn: Fix roll outputMichael Welter
Roll is now (hopefully) computed from the correct matrix row. It turns out it was using values from row 2 instead of 1. Makes more sense to measure roll based on the y-component of local axes. Must have slipped in the matrix row somehow. Reference to wikipedia is added.
2025-03-22Merge pull request #2002 from Spaceslug/masterStanislaw Halik
Give evdev arbitrary bustype vendor product and version ids
2025-03-20give evdev randrom bustype vendor product and version idsHåvard Stien
2025-03-04tracker/nn: Add more fps optionsMichael Welter
2024-12-26ci: fix installing procps on LinuxStanislaw Halik
2024-12-26compat/process-list: be easier on malloc(3)Stanislaw Halik
The real fix would be to use pr-eallocated buffers thus completely avoiding malloc. But it's difficult to test on all platforms and avoid introducing subtle bugs.
2024-12-26compat: fix Linux process listStanislaw Halik
`procps-ng` silently broke API compatibility in a patch release. Reported-by: @DoomSlinger Fix-by: @thorger Fixes: #1970
2024-12-26cmake: fix install() warning on new cmakeStanislaw Halik
2024-11-02Merge pull request #1954 from DaWelter/masterStanislaw Halik
2024-11-02tracker/nn: Update modelsMichael 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-30change all readme links to httpsStanislaw Halik
2024-10-30Update README.mdStanislaw Halik
2024-10-30Update README.mdStanislaw Halik
2024-10-30Update README.mdStanislaw Halik
2024-10-30Update README.mdStanislaw Halik
2024-10-02Merge pull request #1932 from Priton-CE/wine-extended-protonStanislaw Halik
2024-10-02fixed qt tab orderPriton-CE
2024-10-02implemented requested change: use combo data instead of textPriton-CE
2024-09-21added a (hacky) fix to compensate for QTs broken autoexclusivePriton-CE
2024-09-21fixed duplicating proton versions againPriton-CE
2024-09-21improved wine settings dialog startup timePriton-CE
2024-09-21removed unneded includePriton-CE
2024-09-21moved app id check into the correct if statementPriton-CE
2024-09-21added missing debug statementPriton-CE
2024-09-21added handling for custom proton prefixes and cleaned up the wine protocol ↵Priton-CE
init procedure
2024-09-21fixed ui issues and tied a browse window the the proton prefix buttonPriton-CE