summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_freepie-udp
AgeCommit message (Collapse)Author
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224
2015-10-08fix clang warningsopentrack-2.3-rc19Stanislaw Halik
2015-08-31freepie-udp: nix harmless warningStanislaw Halik
2015-07-16all: use macros for symbol exposureStanislaw Halik
2015-05-22all: implicitly cancel on form dialog closeStanislaw Halik
2014-12-14use default freepie UDP portStanislaw Halik
2014-12-14bind socket on worker thread for thread ownershipStanislaw Halik
2014-11-25Revert "revert freepie apk change for now"Stanislaw Halik
This reverts commit ee86e9367d960a7993409e4fc2f4cef1309d109b. New .apk version released by FreePIE
2014-11-11add rotation value addition to freepie-udpStanislaw Halik
Otherwise gimbal lock singularities occur. Tested-by: @KyokushinPL
2014-11-01revert freepie apk change for nowStanislaw Halik
2014-11-01zero-initialize all floatsStanislaw Halik
2014-10-30fix buildStanislaw Halik
Issue: #89
2014-10-29freepie-udp protocol change, one pad byte lessStanislaw Halik
As per <https://github.com/AndersMalmgren/FreePIE/commit/dfb64b76d3352d88f8ee5759cea7e15a785b0117>
2014-10-29freepie pad offsetStanislaw Halik
Issue: #48
2014-10-28switch input axis for freepie-udpStanislaw Halik
Issue: #90 Requested-by: @KyokushinPL
2014-10-19decruft moreStanislaw Halik
2014-10-19update modules to refactored APIStanislaw Halik
2014-10-14update options apiStanislaw Halik
2014-09-28fix FreePIE udp sender finallyStanislaw Halik
With enormous thanks to @KyokushinPL for resources invested. Issue: #48
2014-09-27freepie: once more, with feeling (tm)Stanislaw Halik
- don't hand-code octet reversal - don't check for endianness every iteration - in flag_Raw case float[6] orient was being clobbered, use a temporary - reset float[6]* orient ptr to null after usage - don't special-case .apk sending too short dgrams Thanks-to: @KyokushinPL
2014-09-27freepie: goddamn hellStanislaw Halik
2014-09-27freepie: try fix apk interopStanislaw Halik
Maybe @KyokushinPL gets it to work now Issue: #48
2014-09-24CRLF -> LF conversion .git/index removalStanislaw Halik
Forgot to do it earlier, hence trash commits in recent days
2014-09-24initialize first union member (clang warning)Stanislaw Halik
2014-09-22get rid of evil CALLING_CONVENTION macroStanislaw Halik
2014-09-22const constexpr -> constexprStanislaw Halik
2014-09-22style onlyStanislaw Halik
2014-09-22virtual function misuse (don't create needless VPTR all over)Stanislaw Halik
2014-09-22win32: all plugins in Windows binary distro updated to new apiStanislaw Halik
2014-09-22remove obsolete axis selector from trackersStanislaw Halik
2014-09-21workaround bug in apk logicStanislaw Halik
Issue: #48 flag for raw sensor data set despite datagram with fused data only
2014-09-20reformat onlyStanislaw Halik
2014-09-20Support FreePIE IMU UDP protocolStanislaw Halik
Issue: #48 Note, pushed to stable since won't cause regressions, as it's purely freestanding code.