aboutsummaryrefslogtreecommitdiff
path: root/src/survive.c
Commit message (Collapse)AuthorAgeFilesLines
* New config systemcnlohr2018-04-271-23/+69
|
* Give a shot at the new config system.cnlohr2018-04-261-7/+17
|
* Pave the way for more, different, interesting devices.cnlohr2018-04-241-0/+5
|
* Enabled and then cleaned up warningsJustin Berger2018-04-201-2/+2
|
* Fixed some memory leaksJustin Berger2018-04-201-0/+17
|
* Remove SurviveObject if they fail to configure; prevents issues calibrating ↵Justin Berger2018-04-131-0/+25
| | | | with HMD when controllers are off
* Merge branch 'master' into simple_apiJustin Berger2018-04-101-0/+2
|\
| * Made new posers work in windowsJustin Berger2018-04-091-0/+2
| |
| * Fixed 32 bit linker issueJustin Berger2018-04-071-1/+1
|/
* Merge branch 'master' into imuJustin Berger2018-04-031-7/+14
|\
| * Refactor pose function to get timecode and not lhJustin Berger2018-04-031-4/+4
| |
| * Fixed marshallingJustin Berger2018-04-021-2/+2
| |
| * Added new accesors (WIP)dpeter992018-04-021-3/+13
| |
* | Merge remote-tracking branch 'origin/master' into imuJustin Berger2018-04-021-20/+90
|\|
| * 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