aboutsummaryrefslogtreecommitdiff
path: root/src/survive.c
Commit message (Collapse)AuthorAgeFilesLines
* Added new accesors (WIP)dpeter992018-04-021-3/+13
|
* Tweaked how reproject / calibate interactJustin Berger2018-04-011-1/+2
|
* overhal to calibrationJustin Berger2018-04-011-0/+2
|
* Made manual driver registration only ever happen onceJustin Berger2018-03-301-18/+23
|
* Added accessors for language bindingsJustin Berger2018-03-301-0/+5
|
* Nuget packaged up dependenciesJustin Berger2018-03-281-1/+4
|
* Functional C# in windowsJustin Berger2018-03-281-0/+5
|
* Fixed text in menu textJustin Berger2018-03-271-2/+2
|
* Added support for flags on command-lineJustin Berger2018-03-241-5/+14
|
* Some minor fixups around command line processingJustin Berger2018-03-241-1/+4
|
* Broadcast lighthouse position at startupJustin Berger2018-03-241-0/+7
|
* Made calibration installation driveable from the command line; also turns on ↵Justin Berger2018-03-231-0/+25
| | | | if there is no calibration
* Made picking posers more consistent / configposer can use short nameJustin Berger2018-03-231-8/+14
|
* Registered note function with recordingJustin Berger2018-03-221-1/+4
|
* Fixed startup bug; changed config names to be consistentJustin Berger2018-03-221-0/+4
|
* Made disambiguator configurableJustin Berger2018-03-221-19/+31
|
* Fixed rolling off end of argsJustin Berger2018-03-211-233/+189
|
* Fixed argv bug when given nullJustin Berger2018-03-211-2/+2
|
* Fix missing default posercnlohr2018-03-191-0/+2
|
* Cleanup annoying printf instead of SV_INFOcnlohr2018-03-181-5/+5
|
* Took out installation after users could install hooksJustin Berger2018-03-181-2/+0
|
* Fix configuration system and fix race condition in survive_vive.cnlohr2018-03-181-5/+12
|
* Almost at a config interface.cnlohr2018-03-181-7/+50
|
* Moving things over... still todo:cnlohr2018-03-181-7/+12
| | | | | | * Make functions for changing temp configs. * Make functions for config_read_str but where it checks the temp one first. * Parse command-line options.
* trying new config modecnlohr2018-03-181-14/+27
|
* Playback now goes to a single file. Note that the file format changed too so ↵Justin Berger2018-03-161-3/+11
| | | | that it always starts 'time' 'device name'
* Cleaned up memory leaksJustin Berger2018-03-151-1/+6
|
* Results out of epnpJustin Berger2018-03-151-1/+3
|
* Added callback for lighthouse found; example in test.cJustin Berger2018-03-121-1/+9
|
* Fix MSVC buildMike Turvey2018-03-101-1/+1
|
* Switch from pos,quat to pose. Also change initialization order.cnlohr2018-03-101-18/+22
|
* Updated error message to be more helpfulJustin Berger2018-03-081-1/+3
|
* Added a check at init that makes sure the user agrees with what FLT isJustin Berger2018-03-071-1/+8
|
* Fix compiler warningsMike Turvey2018-01-151-4/+6
|
* fix various -Wall warningsChristoph Haag2018-01-151-1/+1
|
* Add standard output mechanism for posersMike Turvey2018-01-051-1/+8
| | | | | Added a raw pose output/ callback that the posers can call when they have calculated a pose.
* Haptic Call PlumbedMike Turvey2018-01-041-1/+12
| | | | | 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 ImplementedMike Turvey2018-01-031-7/+29
| | | | | 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 InputsMike Turvey2018-01-021-0/+55
| | | | | | 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.
* Configuration ChangesMike Turvey2017-12-221-1/+5
| | | | | Added some config options. Changed a few defaults. Better output from PoserTurveyTori. Hopefully, this will make it easier for someone new to get up and running more easily.
* Load LH Config DataMike Turvey2017-12-201-0/+2
|
* Add support for using only 1 lighthouseMike Turvey2017-12-191-0/+2
| | | | | | 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.
* Fix WarningsCNLohr2017-03-171-1/+3
|
* Almost compiles on Apple (not quite there)ultramn2017-03-161-0/+4
|
* Merge branch 'master' into WinSupport2mwturvey2017-03-161-3/+5
|\ | | | | | | | | # Conflicts: # src/survive_vive.c
| * Fix: Initialize both lighthouse configs.CNLohr2017-03-161-1/+2
| |
| * add note about extra 2 bytes.cnlohr2017-03-151-0/+1
| |
| * fix puff for headset.cnlohr2017-03-151-2/+2
| |
* | fix linux buildmwturvey2017-03-161-2/+1
| |
* | Manual registration on Windowsmwturvey2017-03-161-11/+11
| |