aboutsummaryrefslogtreecommitdiff
path: root/src/survive_config.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵cnlohr2017-03-081-3/+2
| | | | | | | | "SurvivePose" type.
* | 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
| | | | I need to finish the loading of numeric values and arrays.
* 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