aboutsummaryrefslogtreecommitdiff
path: root/src/survive_vive.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix WarningsCNLohr2017-03-171-1/+3
|
* Almost compiles on Apple (not quite there)ultramn2017-03-161-1/+1
|
* zao's changes for FreeBSDmwturvey2017-03-161-0/+6
|
* Merge branch 'master' into WinSupport2mwturvey2017-03-161-44/+18
|\ | | | | | | | | # Conflicts: # src/survive_vive.c
| * Fix crashes in Linux without hidapi, and fix buffer overflow bug.cnlohr2017-03-161-2/+7
| |
| * Fix compile warningcnlohr2017-03-161-2/+1
| |
| * Fix lighthouse capture mechanism to match new valve.CNLohr2017-03-161-52/+17
| |
| * Make the vive able to deal with data in new-valve-mode or old-valve-mode.CNLohr2017-03-161-15/+19
| |
| * fix puff for headset.cnlohr2017-03-151-1/+1
| |
* | Windows Compilingmwturvey2017-03-151-18/+15
|/
* fix compile in Linuxcnlohr2017-03-151-1/+1
|
* Few more cleanup tweaks. Almost there.CNLohr2017-03-151-4/+4
|
* Reading data, no cal data.CNLohr2017-03-151-48/+102
|
* Getting very close to a Windows port.CNLohr2017-03-151-20/+182
|
* Merge branch 'TrackerSupport2' of https://github.com/mwturvey/libsurvive ↵cnlohr2017-03-131-30/+66
|\ | | | | | | into mwturvey-TrackerSupport2
| * More changes to gracefully support a trackerMichael Turvey2017-03-121-12/+38
| |
| * Adding Tracker supportMichael Turvey2017-03-111-18/+28
| | | | | | | | | | | | Add support for the Tracker Also removes the requirement in survive_vive.c that other Vive HW is attached Currently only supports one tracker.
* | Update to posers, etc... Still not working.cnlohr2017-03-121-2/+2
|/
* Architect the way the posers receive data.cnlohr2017-03-081-2/+14
|
* cleaning up more header stuffcnlohr2017-03-081-5/+3
|
* Switch types over to avoiding extra struct keyword. Switch poses to ↵cnlohr2017-03-081-35/+39
| | | | "SurvivePose" type.
* cleanup, add some logging data to calinfo, open up restrictive rules about ↵cnlohr2017-03-021-0/+22
| | | | sensor positions, clean cleans redist/
* Huge shift: Put HTC vive into its own file, to free up the rest of the ↵cnlohr2017-02-251-0/+1075
system for libsurvive.