| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update pose definition and readme. | cnlohr | 2018-03-11 | 1 | -1/+1 |
| | | |||||
| * | Switch around code to do proper rotation, etc. | cnlohr | 2018-03-11 | 1 | -1/+1 |
| | | |||||
| * | Switch from pos,quat to pose. Also change initialization order. | cnlohr | 2018-03-10 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #103 from jdavidberger/verify_FLT_at_startup | CNLohr | 2018-03-10 | 1 | -1/+9 |
| |\ | | | | | Added a check at init that makes sure the user agrees with what FLT is | ||||
| | * | Added a check at init that makes sure the user agrees with what FLT is | Justin Berger | 2018-03-07 | 1 | -1/+9 |
| | | | |||||
| * | | Added playback device driver | Justin Berger | 2018-03-08 | 1 | -0/+6 |
| |/ | |||||
| * | Add user pointer to survive context | Mike Turvey | 2018-01-16 | 1 | -0/+2 |
| | | |||||
| * | Fix compiler warnings | Mike Turvey | 2018-01-15 | 1 | -3/+2 |
| | | |||||
| * | Add standard output mechanism for posers | Mike Turvey | 2018-01-05 | 2 | -2/+6 |
| | | | | | | Added a raw pose output/ callback that the posers can call when they have calculated a pose. | ||||
| * | Haptic Call Plumbed | Mike Turvey | 2018-01-04 | 2 | -0/+7 |
| | | | | | | The plumbing is now in place for the haptic call. Left in place a "demo" where haptic is called when a controller's trigger is pulled | ||||
| * | Controller Buttons Fully Implemented | Mike Turvey | 2018-01-03 | 2 | -5/+11 |
| | | | | | | Fully plumbed support for controller buttons Also, commented haptic call because it messed with the vive_magic calls, given where I had it. | ||||
| * | Capturing Button Inputs | Mike Turvey | 2018-01-02 | 1 | -1/+39 |
| | | | | | | | Currently only working on Windows over USB interface Inputs are only printed out, still need to propagate them up the stack. Buttons are placed in a queue, and "processed" on a different thread to avoid starvation. | ||||
| * | Add support for using only 1 lighthouse | Mike Turvey | 2017-12-19 | 1 | -0/+1 |
| | | | | | | | Change adds a config option for the number of "active" lighthouses, which can be 1. Calibrate will run with a single lighthouse if the new config option LighthouseCount is set to 1. | ||||
| * | use calibration numbers from device json files | Joshua Allen | 2017-05-06 | 1 | -0/+6 |
| | | |||||
| * | Update the charles disambiguator | cnlohr | 2017-04-30 | 1 | -1/+1 |
| | | |||||
| * | Support calling the library from C++, by adding extern "C" decorations, and ↵ | Dr. Orion Lawlor | 2017-04-17 | 3 | -1/+29 |
| | | | | | including correct prototypes. | ||||
| * | Add lh to poser light data | mwturvey | 2017-03-28 | 1 | -1/+2 |
| | | |||||
| * | Adding Tori Poser | Mike Turvey | 2017-03-25 | 1 | -3/+3 |
| | | |||||
| * | More cleanup & finishing genericization of calibrator | mwturvey | 2017-03-24 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into alternate_disambiguator | mwturvey | 2017-03-23 | 1 | -0/+1 |
| |\ | | | | | | | | | | | # Conflicts: # src/survive_data.c # src/survive_vive.c | ||||
| | * | log synctimes. | cnlohr | 2017-03-20 | 1 | -0/+1 |
| | | | |||||
| * | | More cleanup | mwturvey | 2017-03-23 | 2 | -2/+2 |
| | | | |||||
| * | | Updated disambiguator. Solid OOTX | Mike Turvey | 2017-03-23 | 1 | -1/+2 |
| |/ | |||||
| * | Fix TCC compile. | CNLohr | 2017-03-17 | 1 | -10/+2 |
| | | |||||
| * | Fix windows build to allow for linktime code genreation. | CNLohr | 2017-03-17 | 1 | -2/+4 |
| | | |||||
| * | Merge branch 'master' into WinSupport2 | mwturvey | 2017-03-16 | 1 | -3/+2 |
| |\ | | | | | | | | | # Conflicts: # src/survive_vive.c | ||||
| | * | Fix lighthouse capture mechanism to match new valve. | CNLohr | 2017-03-16 | 1 | -1/+0 |
| | | | |||||
| | * | Merge branch 'master' of github.com:cnlohr/libsurvive | Joshua Allen | 2017-03-15 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | Conflicts: src/survive_data.c | ||||
| | * | | rename variables | Joshua Allen | 2017-03-15 | 1 | -2/+2 |
| | | | | |||||
| * | | | fix linux build | mwturvey | 2017-03-16 | 1 | -1/+3 |
| | | | | |||||
| * | | | Manual registration on Windows | mwturvey | 2017-03-16 | 1 | -42/+4 |
| | | | | |||||
| * | | | Last try at getting linktime registration working under MSVC | mwturvey | 2017-03-16 | 1 | -0/+4 |
| | | | | |||||
| * | | | Building & basic running | mwturvey | 2017-03-15 | 1 | -3/+11 |
| | | | | |||||
| * | | | Windows Compiling | mwturvey | 2017-03-15 | 1 | -4/+42 |
| | |/ |/| | |||||
| * | | Getting very close to a Windows port. | CNLohr | 2017-03-15 | 1 | -1/+1 |
| |/ | |||||
| * | Update with almost working poser information stuff. This has been long ↵ | cnlohr | 2017-03-11 | 1 | -3/+2 |
| | | | | | stream to live. Goobye. | ||||
| * | Update a few files... need to get working with linmath. But first switching ↵ | cnlohr | 2017-03-11 | 1 | -1/+1 |
| | | | | | accounts. | ||||
| * | shoehorn configuration into SurviveContext | Joshua Allen | 2017-03-08 | 1 | -0/+5 |
| | | |||||
| * | Architect the way the posers receive data. | cnlohr | 2017-03-08 | 3 | -4/+6 |
| | | |||||
| * | cleaning up more header stuff | cnlohr | 2017-03-08 | 1 | -7/+11 |
| | | |||||
| * | Move most of the libsurvive stuff into a common area. | cnlohr | 2017-03-08 | 2 | -17/+94 |
| | | |||||
| * | Switch types over to avoiding extra struct keyword. Switch poses to ↵ | cnlohr | 2017-03-08 | 3 | -21/+26 |
| | | | | | "SurvivePose" type. | ||||
| * | Split out into some more things in the include folder. Getting closer to ↵ | cnlohr | 2017-03-03 | 3 | -27/+87 |
| | | | | | trying to have posers. | ||||
| * | First thoughts on a resolver? | cnlohr | 2017-03-03 | 1 | -2/+18 |
| | | |||||
| * | Merge branch 'master' of https://github.com/cnlohr/libsurvive | cnlohr | 2017-02-26 | 1 | -1/+1 |
| |\ | |||||
| | * | Update code to allow for headless mode. | cnlohr | 2017-02-25 | 1 | -1/+1 |
| | | | |||||
| * | | Huge shift: Put HTC vive into its own file, to free up the rest of the ↵ | cnlohr | 2017-02-25 | 1 | -3/+3 |
| |/ | | | | system for libsurvive. | ||||
| * | Update files, working lhfind whithin libsurvive. | cnlohr | 2017-02-25 | 1 | -1/+5 |
| | | |||||
| * | Move to having an angle callback. | cnlohr | 2017-02-16 | 1 | -12/+26 |
| | | |||||
| * | Still not working, but getting closer to dynamic OOTX decoding. | cnlohr | 2017-02-14 | 1 | -5/+18 |
| | | |||||
