Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-11 | opentrack: disable module tabs on low resolutions | Stanislaw Halik | |
Issue: #1407 | |||
2022-01-11 | api: unload dll's on program exit | Stanislaw Halik | |
This works with MSVC, as long as the simconnect dll isn't unloaded by its module. | |||
2022-01-11 | boring crap | Stanislaw Halik | |
2022-01-11 | clang-tidy update | Stanislaw Halik | |
2022-01-11 | Update README.md | Stanislaw Halik | |
2022-01-06 | tracker/pt: bring back original centroid estimation codeopentrack-2022.1.0 | Stanislaw Halik | |
2022-01-06 | tracker/pt: don't mask out pixels below threshold | Stanislaw Halik | |
2022-01-05 | proto/freetrack: fix uninitialized variable | Stanislaw Halik | |
https://forum.il2sturmovik.ru/topic/5061-opentrack/page/30/#comment-864548 | |||
2022-01-05 | Revert "Revert "tracker/pt: remove arbitrary min brightness threshold"" | Stanislaw Halik | |
This reverts commit d98d36c9acc66fb3158f77274189c92b1330fbf6. | |||
2022-01-05 | tracker/pt: use stricter boundaries for meanshift | Stanislaw Halik | |
2022-01-05 | cmake: disable another warning | Stanislaw Halik | |
2022-01-05 | tracker/pt: add commented-out old centroid estimation | Stanislaw Halik | |
2022-01-05 | tracker/pt: clean up grayscale handling. add migration. | Stanislaw Halik | |
The averaging mode is slower than the opencv SIMD implementation for BT.709. Remove it. Make it optional to perform hardware grayscaling using the ps3eye sensor with the open driver. Default to grayscaling using the CPU. | |||
2022-01-04 | Revert "tracker/pt: remove arbitrary min brightness threshold" | Stanislaw Halik | |
This reverts commit 8ac0471c1c0c4cdf76f696b7c3c18d1d3a776a78. Discussion: #1381 | |||
2022-01-03 | gui/options-dialog: reduce copy-pasting | Stanislaw Halik | |
2022-01-03 | options/value-traits: fix -Wpedantic trailing comma warning | Stanislaw Halik | |
2022-01-03 | compat: avoid narrowing conversion in tuple initializer | Stanislaw Halik | |
2022-01-03 | Update cmake.yml | Stanislaw Halik | |
2022-01-03 | Update cmake.yml | Stanislaw Halik | |
2022-01-03 | Update build-windows.bat | Stanislaw Halik | |
2022-01-03 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-03 | github ci: hard way it is | Stanislaw Halik | |
2022-01-02 | revert CI changes | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2022-01-02 | cmake: try to fix CI | Stanislaw Halik | |
2022-01-02 | Update cmake.yml | Stanislaw Halik | |
2021-12-31 | cmake/msvc: add more conformance crap | Stanislaw Halik | |
2021-12-31 | cmake: always use -Zc:inline for msvc | Stanislaw Halik | |
2021-12-31 | cmake: future-proof the msvc version check for -external:W0 | Stanislaw Halik | |
2021-12-31 | cmake: always use -Zc:preprocessor for MSVC | Stanislaw Halik | |
2021-12-21 | gui: update i18n | Stanislaw Halik | |
2021-12-20 | cmake: pass -external:W0 | Stanislaw Halik | |
2021-12-20 | cmake/msvc: use -MT for all build types | Stanislaw Halik | |
2021-12-20 | cmake/msvc: add MSVC_RUNTIME_LIBRARY | Stanislaw Halik | |
2021-12-20 | cmake: add CONFIGURE_DEPENDS | Stanislaw Halik | |
2021-12-19 | cmake/msvc: don't use add_compile_options() in toolchain file | Stanislaw Halik | |
Otherwise it breaks asm build for onnxruntime. | |||
2021-12-19 | add onnx runtime licensing information | Stanislaw Halik | |
2021-12-19 | cmake: update my onnx runtime paths | Stanislaw Halik | |
Issue: #1394 |