Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-09-18 | qfc: don't do same thing twice | Stanislaw Halik | |
2014-09-18 | qfc: fix artifacts following cleanup | Stanislaw Halik | |
2014-09-18 | header cleanup only | Stanislaw Halik | |
2014-09-18 | nix vjoy warning | Stanislaw Halik | |
2014-09-18 | cleanup qfc | Stanislaw Halik | |
Issue: #44 Remove confusing logic and retarded comments by the usual offender. Change prototypes a bit for clarity's sake again. | |||
2014-09-18 | fix build | Stanislaw Halik | |
2014-09-18 | nix unused includes | Stanislaw Halik | |
2014-09-18 | ftclient: .def doesn't work, don't lie to ourselves | Stanislaw Halik | |
2014-09-18 | reformat | Stanislaw Halik | |
2014-09-18 | Revert "initialize COM on _WIN32 as per Win32 API" | Stanislaw Halik | |
This reverts commit 03e4d58bbbbfb5d841354a34a2e2dc317b189deb. Issue: #53 Ironically breaks Windows open/save dialogs | |||
2014-09-17 | no need for dllmain | Stanislaw Halik | |
2014-09-17 | add remap labels | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | cleanup global symbols | Stanislaw Halik | |
2014-09-17 | ft proto: cleanup | Stanislaw Halik | |
2014-09-17 | ftclient: compile as C, cleanup | Stanislaw Halik | |
2014-09-17 | nix explicit malloc | Stanislaw Halik | |
simplifies, allows for copy operator | |||
2014-09-17 | initialize COM on _WIN32 as per Win32 API | Stanislaw Halik | |
For API correctness only. It worked without issues since ever. | |||
2014-09-17 | remove win32-joystick axis remap | Stanislaw Halik | |
Feature provided for all trackers in core. Only confuses when both remaps used at the same time. Issue: #52 | |||
2014-09-17 | keep using raw headpose in ui | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | hook up axis src logic | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | simplify alt axis logic | Stanislaw Halik | |
2014-09-17 | hook up axis source options | Stanislaw Halik | |
Issue: #52 | |||
2014-09-17 | ctor brevity | Stanislaw Halik | |
2014-09-16 | gitignore | Stanislaw Halik | |
2014-09-13 | Reference pre-fork project's url | Stanislaw Halik | |
2014-09-13 | nix comment cancer | Stanislaw Halik | |
2014-09-13 | Never heard of the person. Is this a joke? | Stanislaw Halik | |
2014-09-13 | Attribution and copyright, see below | Stanislaw 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-13 | Remove incorrect ownership | Stanislaw Halik | |
2014-09-13 | nix incorrect copyright attribution (see note) | Stanislaw Halik | |
While @dbaarda wanted to leave it ghostwritten, it's not fair toward him. | |||
2014-09-13 | nix wrong attribution | Stanislaw Halik | |
2014-09-13 | nix copyright boilerplate | Stanislaw Halik | |
2014-09-13 | nix invalid copyright attribution longer than code actual | Stanislaw Halik | |
2014-09-13 | nix outdated comments and incorrect copyright assignment | Stanislaw Halik | |
2014-09-13 | fix braino | Stanislaw Halik | |
2014-09-13 | useless headers | Stanislaw Halik | |
2014-09-13 | joy: Fix API misuse | Stanislaw Halik | |
Issue: #38 | |||
2014-09-13 | why is this useless shit STILL THERE? | Stanislaw Halik | |
2014-09-12 | Correct axis scale logic | Stanislaw Halik | |
Issue: #38 | |||
2014-09-12 | mid axis range already subtracted, correct branch test | Stanislaw Halik | |
Issue: #38 | |||
2014-09-12 | Don't cut ranges in half needlessly | Stanislaw Halik | |
Issue: #38 | |||
2014-09-12 | Joystick makes even less sense at 3am | Stanislaw Halik | |
Issue: #38 |