Changelog for
opentrack-docs-2024.1.1-4.4.noarch.rpm :
* Tue Jul 23 2024 Martin Hansen
- Disable wine for now- Cmake and pkgconfig macro\'s
* Wed Jul 03 2024 Martin Hansen - Try to enable libevdev
* Tue Jun 25 2024 Martin Hansen - Update to 2024.1.1
* filter/accela-hamilton added as a new filter that combines filter/hamilton\'s proper rotations and filter/accela\'s quick response time (by AATTDaWelter).
* tracker/neuralnet now has better performance in the 64-bit build (AATTDaWelter, AATTsthalik).
* core post-inverting output (i.e. replacing +180 yaw to -180) has been split into separate pre-invert (useful with mirrored camera frames) and post-invert (useful when using output through a virtual joystick or other generic method) (AATTsthalik).
* core fix mapping window taking a large amount of CPU time while tracking is started (AATTsthalik).
* core fix multiple modules such as tracker/pt randomly failing to load on Windows 7 or even some Windows 10 machines (please report any remaining issues) (AATTsthalik).
* tracker/neuralnet now works on Windows 7 (see patch) (AATTsthalik).
* core try to fix F13-F23 keystrokes. this might not work or make things worse, please report any bugs (see #1269) (AATTsthalik).
* Sat Jun 15 2024 Martin Hansen - Update to 2024.1.0
* filter/hamilton-accela added as a new filter that combines filter/hamilton\'s proper rotations and filter/accela\'s quick response time (by AATTDaWelter).
* core post-inverting output (i.e. replacing +180 yaw to -180) has been split into separate pre-invert (useful with mirrored camera frames) and post-invert (useful when using output through a virtual joystick or other generic method).
* tracker/neuralnet now has a workaround for CPUs without AVX. You must replace onnxruntime.dll with onnxruntime-noavx.dll in order for it to work. Note that running without AVX is about twice as slow.
* tracker/neuralnet now works on Windows 7 (see patch).
* core fix mapping window taking a large amount of CPU time while tracking is started.
* core fix multiple modules such as tracker/pt randomly failing to load on Windows 7 or even some Windows 10 machines (please report any remaining issues).
* core try to fix F13-F23 keystrokes. this might not work or make things worse, please report any bugs (see #1269).
* Thu May 30 2024 Martin Hansen - Use more macros and some description changes