summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-09-22wine: setup dependencies properlyStanislaw Halik
2014-09-22fix Linux buildStanislaw Halik
2014-09-22needless compat api breakageStanislaw Halik
2014-09-22virtual function misuse (don't create needless VPTR all over)Stanislaw Halik
2014-09-22add gitattributesStanislaw Halik
2014-09-22nix looooong copyright notices now that they don't applyStanislaw Halik
2014-09-22udp: cleanup, reduce mtx contentionStanislaw Halik
2014-09-22nix spurious warningStanislaw Halik
2014-09-22pt: remove verbose commentStanislaw 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-22nix spurious warningStanislaw Halik
2014-09-22remove "second tracker" supportStanislaw Halik
Was always a kludge.
2014-09-22core: clean up dll logicStanislaw Halik
2014-09-22pt: fix warningStanislaw Halik
2014-09-22cmake: add cross-compile exampleStanislaw Halik
2014-09-22joy: nix spurious warning with -Wall -WextraStanislaw Halik
2014-09-22joy: nix debugStanislaw Halik
2014-09-22nix spurious debugStanislaw Halik
2014-09-22nix warnings for C translation unitsStanislaw Halik
2014-09-22cleanup warningsStanislaw Halik
2014-09-22unused #define declspec dllimport -> #errorStanislaw Halik
2014-09-22pass -Wall -Wextra, reformatStanislaw Halik
2014-09-22core: plugin-api.hpp now exclusively provides interfaceStanislaw Halik
2014-09-22only remove "no feed" image if tracker provides a video feedStanislaw Halik
2014-09-22fixup! 725e9c0e6ba5d3ab1bded4f104ce03cd57d3de4bStanislaw Halik
2014-09-21indicate UI contains a "video feed" elementStanislaw Halik
2014-09-21adjust some UI stuff, breaks muscle memory sadlyStanislaw Halik
2014-09-21reorder access(2) header for clarityStanislaw Halik
2014-09-21use more savory UI style on win32Stanislaw Halik
2014-09-21core: nix support for camera device identifierStanislaw Halik
2014-09-21Rename HT combobox entryStanislaw Halik
Thanks @KyokushinPL for report. Users don't seem to notice what HT does.
2014-09-21crop to make icon less badStanislaw Halik
2014-09-21clarify win32-joy 6 of 8 axis and remap moved to coreStanislaw 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-21nix needless include, less rebuild timeStanislaw Halik
2014-09-20avoid rebuild after commitStanislaw Halik
Issue: #59
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.
2014-09-20add todo via web uiStanislaw Halik
Issue: #52 (closed already)
2014-09-19[ANN] Changes from June till 20140919Stanislaw 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-19fix axes swappageopentrack-2.2-stable-20141112Stanislaw Halik
Issue: #56
2014-09-19reorder, pedantryStanislaw Halik
2014-09-19cleanup mapping codeopentrack-2.2-end-of-alphaStanislaw 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 changesStanislaw Halik
2014-09-18ft: use C-style commentsStanislaw Halik
2014-09-18qfc: don't do same thing twiceStanislaw Halik
2014-09-18qfc: fix artifacts following cleanupStanislaw Halik
2014-09-18header cleanup onlyStanislaw Halik
2014-09-18nix vjoy warningStanislaw Halik