aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/param
Commit message (Collapse)AuthorAgeFilesLines
* param command: Reduce stack size to 1800 after careful testingLorenz Meier2014-05-151-1/+2
|
* Let the param set command default to non-failing, because unknown params are ↵Lorenz Meier2014-05-141-7/+14
| | | | in the script default init not a reason to give up on the complete boot
* Fix a param save issue where a state variable might preven the parameters ↵Lorenz Meier2014-05-081-0/+18
| | | | from being saved (identified and fixed by ultrasystem)
* param set: fixed float formatAnton Babushkin2014-01-311-1/+1
|
* More param command related improvementsLorenz Meier2014-01-121-6/+8
|
* Support for better param printingLorenz Meier2014-01-121-3/+30
|
* Allow N comparisons of a param value, returns success if one matchesLorenz Meier2013-12-281-14/+21
|
* Only printing value if equalLorenz Meier2013-07-151-3/+3
|
* Implemented new, simple system boot config and sane default value system ↵Lorenz Meier2013-07-151-1/+72
| | | | based on two parameters evaluated at boot time
* Allowed parsing of floating point params from scriptsLorenz Meier2013-05-051-10/+10
|
* Moved all system commands to the new worldLorenz Meier2013-04-272-0/+341