summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2014-09-18cleanup qfcStanislaw Halik
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again.
2014-09-18fix buildStanislaw Halik
2014-09-18nix unused includesStanislaw Halik
2014-09-18ftclient: .def doesn't work, don't lie to ourselvesStanislaw Halik
2014-09-18reformatStanislaw Halik
2014-09-18Revert "initialize COM on _WIN32 as per Win32 API"Stanislaw Halik
This reverts commit 03e4d58bbbbfb5d841354a34a2e2dc317b189deb. Issue: #53 Ironically breaks Windows open/save dialogs
2014-09-17no need for dllmainStanislaw Halik
2014-09-17add remap labelsStanislaw Halik
Issue: #52
2014-09-17cleanup global symbolsStanislaw Halik
2014-09-17ft proto: cleanupStanislaw Halik
2014-09-17ftclient: compile as C, cleanupStanislaw Halik
2014-09-17nix explicit mallocStanislaw Halik
simplifies, allows for copy operator