summaryrefslogtreecommitdiff
path: root/grapher/Models/Serialized
Commit message (Collapse)AuthorAgeFilesLines
* Handle errors from bad arg on writeJacob Palecki2020-09-271-0/+29
|
* add arg checks in wrappera1xd2020-09-272-24/+54
| | | | | | | | | | | minor changes to settings shape, requires driver reinstall add error handling to writer grapher changes: add prettier serialization + comments add elements for scale and separated limit/exp reset irrelevant (invisible) arg input before checks/write
* add initial writera1xd2020-09-252-135/+23
| | | | | move managed settings into wrapper move gui build into driver build dir
* Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-221-1/+1
|
* Save option to show velocity and gain on gui startupJacob Palecki2020-09-222-1/+10
|
* Rename experiment two to motivityJacob Palecki2020-09-221-1/+1
|
* log sigmoid sens doneJacob Palecki2020-09-191-1/+1
|
* Add improved logarithm styleJacob Palecki2020-09-091-1/+1
|
* Save show last mouse valueJacob Palecki2020-09-082-3/+13
|
* Remove and sort usings en masseJacob Palecki2020-09-082-12/+0
|
* Remove log and sigmoid stylesJacob Palecki2020-09-041-1/+1
|
* Merge with masterJacob Palecki2020-09-042-25/+29
|\
| * Refactor for nice gain offsetJacob Palecki2020-09-031-0/+1
| |
| * add 1s write delay to drivera1xd2020-09-012-25/+28
| |
* | Move constants to central classJacob Palecki2020-09-011-7/+1
| |
* | Add constants class and separate classes into regionsJacob Palecki2020-09-014-0/+57
|/
* add independent xy accel to drivera1xd2020-08-314-160/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other changes: modifier_args type name is now settings, which is now the type passed in driver ioctl remove most settings/args verification from driver, plan to let gui handle most of it add another accel arg, rate, which is used to set the 'accel' parameter of types which call exp (nat/sig), might want to cap it add (update) serializable DriverSettings (ModifierArgs) class to gui and static methods for interop remove properties from ManagedAccel, its now just a black box for accessing modifier methods add exception handling in wrapper_io to throw proper managed types change SettingsManager::Startup to make a new settings file if an error occurs during deserialization change structure of accel types; how offset and weight are applied now depend on additivity of types remove tagged_union and add a handrolled variant/visit impl AccelGui::UpdateActiveValueLabels currently broken for caps and a few other args remove gui default layout and initial natural accel setup cli not updated
* Saving and loading fully worksJacob Palecki2020-08-224-43/+226
|
* Serialization mostly workingJacob Palecki2020-08-202-0/+132