Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-22 | fix Wine proto bitrot | Stanislaw Halik | |
2014-09-22 | fixup! needless compat api breakage | Stanislaw Halik | |
2014-09-22 | style only | Stanislaw Halik | |
2014-09-22 | fixup! fix Linux build | Stanislaw Halik | |
2014-09-22 | wine: setup dependencies properly | Stanislaw Halik | |
2014-09-22 | fix Linux build | Stanislaw Halik | |
2014-09-22 | needless compat api breakage | Stanislaw Halik | |
2014-09-22 | virtual function misuse (don't create needless VPTR all over) | Stanislaw Halik | |
2014-09-22 | add gitattributes | Stanislaw Halik | |
2014-09-22 | nix looooong copyright notices now that they don't apply | Stanislaw Halik | |
2014-09-22 | udp: cleanup, reduce mtx contention | Stanislaw Halik | |
2014-09-22 | nix spurious warning | Stanislaw Halik | |
2014-09-22 | pt: remove verbose comment | 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-22 | nix spurious warning | Stanislaw Halik | |
2014-09-22 | remove "second tracker" support | Stanislaw Halik | |
Was always a kludge. | |||
2014-09-22 | core: clean up dll logic | Stanislaw Halik | |
2014-09-22 | pt: fix warning | Stanislaw Halik | |
2014-09-22 | cmake: add cross-compile example | Stanislaw Halik | |
2014-09-22 | joy: nix spurious warning with -Wall -Wextra | Stanislaw Halik | |
2014-09-22 | joy: nix debug | Stanislaw Halik | |
2014-09-22 | nix spurious debug | Stanislaw Halik | |
2014-09-22 | nix warnings for C translation units | Stanislaw Halik | |
2014-09-22 | cleanup warnings | Stanislaw Halik | |
2014-09-22 | unused #define declspec dllimport -> #error | Stanislaw Halik | |
2014-09-22 | pass -Wall -Wextra, reformat | Stanislaw Halik | |
2014-09-22 | core: plugin-api.hpp now exclusively provides interface | Stanislaw Halik | |
2014-09-22 | only remove "no feed" image if tracker provides a video feed | Stanislaw Halik | |
2014-09-22 | fixup! 725e9c0e6ba5d3ab1bded4f104ce03cd57d3de4b | Stanislaw Halik | |
2014-09-21 | indicate UI contains a "video feed" element | Stanislaw Halik | |
2014-09-21 | adjust some UI stuff, breaks muscle memory sadly | Stanislaw Halik | |
2014-09-21 | reorder access(2) header for clarity | Stanislaw Halik | |
2014-09-21 | use more savory UI style on win32 | Stanislaw Halik | |
2014-09-21 | core: nix support for camera device identifier | Stanislaw Halik | |
2014-09-21 | Rename HT combobox entry | Stanislaw Halik | |
Thanks @KyokushinPL for report. Users don't seem to notice what HT does. | |||
2014-09-21 | crop to make icon less bad | Stanislaw Halik | |
2014-09-21 | clarify win32-joy 6 of 8 axis and remap moved to core | 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-21 | nix needless include, less rebuild time | Stanislaw Halik | |
2014-09-20 | avoid rebuild after commit | Stanislaw Halik | |
Issue: #59 | |||
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. | |||
2014-09-20 | add todo via web ui | Stanislaw Halik | |
Issue: #52 (closed already) | |||
2014-09-19 | [ANN] Changes from June till 20140919 | Stanislaw Halik | |
Here's a list of user-facing changes since June till now, so I won't have to put it on pastebin or copypasta all over. - aruco tracker allows for estimating axis of rotation just like PT does. - Oculus Rift SDK 0.4.2 now supported, including DK2 *and* position tracking. - newer games using freetrack 2.0 protocol supported. - joystick support actually works with EDTracker and other hardware, like Logitech. - rotation axes can be rearranged freely in the mapping window. - bug fixes and other irrelevant nonsense. - we now have a stable branch and feature branches; hopefully users won't deal with broken builds. Be careful how you use it. -maintainer. Stanislaw Halik <sthalik@misaki.pl> | |||
2014-09-19 | fix axes swappageopentrack-2.2-stable-20141112 | Stanislaw Halik | |
Issue: #56 | |||
2014-09-19 | reorder, pedantry | Stanislaw Halik | |
2014-09-19 | cleanup mapping codeopentrack-2.2-end-of-alpha | Stanislaw Halik | |
There was quite a bit of duplicated logic, which wasn't duplicated where it needed to be. Make functions out of the duplicated bits, then call where appropriate. Issue: #56 | |||
2014-09-18 | -Wall -Wextra, no functional changes | Stanislaw Halik | |
2014-09-18 | ft: use C-style comments | Stanislaw Halik | |