summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2014-09-17initialize COM on _WIN32 as per Win32 APIStanislaw Halik
For API correctness only. It worked without issues since ever.
2014-09-17remove win32-joystick axis remapStanislaw Halik
Feature provided for all trackers in core. Only confuses when both remaps used at the same time. Issue: #52
2014-09-17keep using raw headpose in uiStanislaw Halik
Issue: #52
2014-09-17hook up axis src logicStanislaw Halik
Issue: #52
2014-09-17simplify alt axis logicStanislaw Halik
2014-09-17hook up axis source optionsStanislaw Halik
Issue: #52
2014-09-17ctor brevityStanislaw Halik
2014-09-16gitignoreStanislaw Halik
2014-09-13Reference pre-fork project's urlStanislaw Halik
2014-09-13nix comment cancerStanislaw Halik
2014-09-13Never heard of the person. Is this a joke?Stanislaw Halik
2014-09-13Attribution and copyright, see belowStanislaw Halik
Previous few commits removed what is believed to be incorrect attributions and licenses made by people who didn't write the files in question. In case of dispute please contact through any of the following means: - committer, <sthalik@misaki.pl> - github issue tracker - other common sense means -sh
2014-09-13Remove incorrect ownershipStanislaw Halik
2014-09-13nix incorrect copyright attribution (see note)Stanislaw Halik
While @dbaarda wanted to leave it ghostwritten, it's not fair toward him.
2014-09-13nix wrong attributionStanislaw Halik