| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch types over to avoiding extra struct keyword. Switch poses to ↵ | cnlohr | 2017-03-08 | 9 | -84/+83 |
| | | | | | "SurvivePose" type. | ||||
| * | add init and destroy functions for config_entry | Joshua Allen | 2017-03-07 | 1 | -10/+14 |
| | | |||||
| * | dynamically expand config_entries in config_group | Joshua Allen | 2017-03-07 | 1 | -9/+26 |
| | | |||||
| * | simplify use of realloc | Joshua Allen | 2017-03-07 | 1 | -11/+8 |
| | | |||||
| * | parse out integers and floats | Joshua Allen | 2017-03-07 | 2 | -2/+80 |
| | | |||||
| * | remove unused function | Joshua Allen | 2017-03-06 | 2 | -9/+1 |
| | | |||||
| * | Load strings from config files. | Joshua Allen | 2017-03-06 | 3 | -2/+60 |
| | | | | | I need to finish the loading of numeric values and arrays. | ||||
| * | Set max sensor # so it doesn't get confusd with -1 data. | cnlohr | 2017-03-05 | 1 | -1/+8 |
| | | |||||
| * | Split out into some more things in the include folder. Getting closer to ↵ | cnlohr | 2017-03-03 | 1 | -2/+0 |
| | | | | | trying to have posers. | ||||
| * | First thoughts on a resolver? | cnlohr | 2017-03-03 | 1 | -2/+1 |
| | | |||||
| * | cleanup, add some logging data to calinfo, open up restrictive rules about ↵ | cnlohr | 2017-03-02 | 2 | -1/+23 |
| | | | | | sensor positions, clean cleans redist/ | ||||
| * | compile time check of float type | Joshua Allen | 2017-02-27 | 1 | -4/+4 |
| | | |||||
| * | check for correct float size | Joshua Allen | 2017-02-27 | 1 | -1/+5 |
| | | |||||
| * | return set float value | Joshua Allen | 2017-02-27 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:cnlohr/libsurvive | Josh Allen | 2017-02-27 | 10 | -1010/+1285 |
| |\ | |||||
| | * | cleanup | cnlohr | 2017-02-26 | 4 | -6/+34 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/cnlohr/libsurvive | cnlohr | 2017-02-26 | 3 | -1/+221 |
| | |\ | |||||
| | * | | Huge shift: Put HTC vive into its own file, to free up the rest of the ↵ | cnlohr | 2017-02-25 | 10 | -1008/+1259 |
| | | | | | | | | | | | | | system for libsurvive. | ||||
| * | | | basic config can be written to file | Joshua Allen | 2017-02-27 | 3 | -149/+118 |
| | | | | |||||
| * | | | use json helpers | Joshua Allen | 2017-02-26 | 1 | -21/+7 |
| | | | | |||||
| * | | | some progress on json file writing | Joshua Allen | 2017-02-25 | 2 | -68/+155 |
| | | | | |||||
| * | | | Merge branch 'master' of github.com:cnlohr/libsurvive | Joshua Allen | 2017-02-25 | 1 | -13/+18 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge branch 'master' of https://github.com/cnlohr/libsurvive | cnlohr | 2017-02-25 | 2 | -0/+219 |
| | |\ \ | |||||
| | * | | | Update code to allow for headless mode. | cnlohr | 2017-02-25 | 1 | -13/+18 |
| | | |/ | |/| | |||||
| * | | | specify types | Joshua Allen | 2017-02-25 | 1 | -0/+9 |
| | |/ |/| | |||||
| * | | integer not float | Joshua Allen | 2017-02-25 | 1 | -1/+1 |
| | | | |||||
| * | | float to FLT | Joshua Allen | 2017-02-25 | 2 | -16/+17 |
| | | | |||||
| * | | Merge github.com:cnlohr/libsurvive | Joshua Allen | 2017-02-25 | 5 | -24/+294 |
| |\| | | | | | | | | | Conflicts: Makefile | ||||
| | * | Update files, working lhfind whithin libsurvive. | cnlohr | 2017-02-25 | 5 | -24/+294 |
| | | | |||||
| * | | initial commit of config parser | Joshua Allen | 2017-02-25 | 2 | -0/+218 |
| |/ | |||||
| * | making progress | cnlohr | 2017-02-21 | 3 | -17/+110 |
| | | |||||
| * | Working on it, not quite tested. | cnlohr | 2017-02-21 | 3 | -28/+216 |
| | | |||||
| * | closing in on finding common cal points. | cnlohr | 2017-02-16 | 2 | -11/+49 |
| | | |||||
| * | Start collecting data. Getting closer to having a full cal stack. | cnlohr | 2017-02-16 | 2 | -3/+59 |
| | | |||||
| * | Move to having an angle callback. | cnlohr | 2017-02-16 | 6 | -29/+97 |
| | | |||||
| * | update with more integration stuff. | cnlohr | 2017-02-16 | 2 | -5/+42 |
| | | |||||
| * | Merge branch 'master' of github.com:axlecrusher/libsurvive | Josh Allen | 2017-02-16 | 1 | -2/+4 |
| |\ | |||||
| | * | fix compile error when not using c99 or c11 | Joshua Allen | 2017-02-15 | 1 | -2/+4 |
| | | | |||||
| * | | full implementation of half float to single float | Josh Allen | 2017-02-16 | 1 | -14/+38 |
| |/ | |||||
| * | handle infinity and NaN, also signed zero | Josh Allen | 2017-02-14 | 1 | -4/+11 |
| | | |||||
| * | use 0 and not buffer offset | Josh Allen | 2017-02-14 | 1 | -1/+1 |
| | | |||||
| * | integrate josh's new work. It works! #19 is just about solved! | cnlohr | 2017-02-14 | 3 | -71/+199 |
| | | |||||
| * | Still not working, but getting closer to dynamic OOTX decoding. | cnlohr | 2017-02-14 | 7 | -10/+359 |
| | | |||||
| * | Closes #15 Closes #4 These are now rock solid. | cnlohr | 2017-02-13 | 1 | -0/+2 |
| | | | | | Prepare the way for the OOTX Data. Gonna hav eto get @axlecrusher on it. | ||||
| * | Update disambiguator. I think I got it right this time, finally. Also, ↵ | cnlohr | 2017-02-13 | 4 | -357/+102 |
| | | | | | seems to output OOTX data pretty good. | ||||
| * | Working on closing #15 - still needs work. | cnlohr | 2017-02-12 | 1 | -16/+52 |
| | | |||||
| * | Closes #14 and closes #12 - fix syncing off correct word and don't throw out ↵ | cnlohr | 2017-01-21 | 1 | -10/+22 |
| | | | | | good data from HMD. | ||||
| * | Add some comments | cnlohr | 2016-12-26 | 1 | -2/+6 |
| | | |||||
| * | fix comment | Julian Picht | 2016-12-27 | 1 | -1/+1 |
| | | |||||
| * | fix integration of my disambiguator | Julian Picht | 2016-12-27 | 1 | -1/+5 |
| | | |||||
