Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-30 | fix build | Stanislaw Halik | |
Issue: #89 | |||
2014-10-29 | freepie-udp protocol change, one pad byte less | Stanislaw Halik | |
As per <https://github.com/AndersMalmgren/FreePIE/commit/dfb64b76d3352d88f8ee5759cea7e15a785b0117> | |||
2014-10-29 | freepie pad offset | Stanislaw Halik | |
Issue: #48 | |||
2014-10-28 | switch input axis for freepie-udp | Stanislaw Halik | |
Issue: #90 Requested-by: @KyokushinPL | |||
2014-10-19 | decruft more | Stanislaw Halik | |
2014-10-19 | update modules to refactored API | Stanislaw Halik | |
2014-10-14 | update options api | Stanislaw Halik | |
2014-09-28 | fix FreePIE udp sender finally | Stanislaw Halik | |
With enormous thanks to @KyokushinPL for resources invested. Issue: #48 | |||
2014-09-27 | freepie: 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-27 | freepie: goddamn hell | Stanislaw Halik | |
2014-09-27 | freepie: try fix apk interop | Stanislaw Halik | |
Maybe @KyokushinPL gets it to work now Issue: #48 | |||
2014-09-24 | CRLF -> LF conversion .git/index removal | Stanislaw Halik | |
Forgot to do it earlier, hence trash commits in recent days | |||
2014-09-24 | initialize first union member (clang warning) | Stanislaw Halik | |
2014-09-22 | get rid of evil CALLING_CONVENTION macro | Stanislaw Halik | |
2014-09-22 | const constexpr -> constexpr | Stanislaw Halik | |
2014-09-22 | style only | Stanislaw Halik | |
2014-09-22 | virtual function misuse (don't create needless VPTR all over) | Stanislaw Halik | |
2014-09-22 | win32: all plugins in Windows binary distro updated to new api | Stanislaw Halik | |
2014-09-22 | remove obsolete axis selector from trackers | Stanislaw Halik | |
2014-09-21 | workaround bug in apk logic | Stanislaw Halik | |
Issue: #48 flag for raw sensor data set despite datagram with fused data only | |||
2014-09-20 | reformat only | Stanislaw Halik | |
2014-09-20 | Support FreePIE IMU UDP protocol | Stanislaw Halik | |
Issue: #48 Note, pushed to stable since won't cause regressions, as it's purely freestanding code. |