aboutsummaryrefslogtreecommitdiff
path: root/src/survive_config.c
Commit message (Expand)AuthorAgeFilesLines
* Fix config in master.cnlohr2018-06-231-4/+37
* New config systemcnlohr2018-04-271-54/+213
* Give a shot at the new config system.cnlohr2018-04-261-12/+123
* overhal to calibrationJustin Berger2018-04-011-10/+12
* Made survive_configx translate between str->numericsJustin Berger2018-03-201-209/+228
* Fix configuration system and fix race condition in survive_vive.cnlohr2018-03-181-1/+4
* Almost at a config interface.cnlohr2018-03-181-28/+81
* Moving things over... still todo:cnlohr2018-03-181-0/+30
* Fix Save and Restore of PositionBit setMike Turvey2018-03-101-0/+2
* Fix compiler warningsMike Turvey2018-01-151-1/+1
* Configuration ChangesMike Turvey2017-12-221-1/+1
* Load LH Config DataMike Turvey2017-12-201-3/+49
* Remove feature printing out all config items at start.cnlohr2017-04-071-1/+4
* Added support for empty string in config.json & other cleanup.mwturvey2017-03-231-1/+9
* Fix WarningsCNLohr2017-03-171-7/+7
* Almost compiles on Apple (not quite there)ultramn2017-03-161-1/+1
* zao's changes for FreeBSDmwturvey2017-03-161-0/+4
* Windows Compilingmwturvey2017-03-151-3/+5
* Update to posers, etc... Still not working.cnlohr2017-03-121-2/+0
* do not malloc if size is 0Joshua Allen2017-03-081-1/+5
* comment out unneeded #definesJoshua Allen2017-03-081-2/+2
* shoehorn configuration into SurviveContextJoshua Allen2017-03-081-14/+31
* Merge branch 'master' of github.com:cnlohr/libsurviveJoshua Allen2017-03-081-3/+2
|\
| * Switch types over to avoiding extra struct keyword. Switch poses to "Survive...cnlohr2017-03-081-3/+2
* | null after freeJoshua Allen2017-03-071-2/+2
|/
* add init and destroy functions for config_entryJoshua Allen2017-03-071-10/+14
* dynamically expand config_entries in config_groupJoshua Allen2017-03-071-9/+26
* simplify use of reallocJoshua Allen2017-03-071-11/+8
* parse out integers and floatsJoshua Allen2017-03-071-2/+79
* remove unused functionJoshua Allen2017-03-061-8/+1
* Load strings from config files.Joshua Allen2017-03-061-0/+57
* compile time check of float typeJoshua Allen2017-02-271-4/+4
* check for correct float sizeJoshua Allen2017-02-271-1/+5
* return set float valueJoshua Allen2017-02-271-1/+1
* basic config can be written to fileJoshua Allen2017-02-271-136/+94
* use json helpersJoshua Allen2017-02-261-21/+7
* some progress on json file writingJoshua Allen2017-02-251-65/+149
* specify typesJoshua Allen2017-02-251-0/+9
* integer not floatJoshua Allen2017-02-251-1/+1
* float to FLTJoshua Allen2017-02-251-14/+6
* initial commit of config parserJoshua Allen2017-02-251-0/+182