| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix jump fields | a1xd | 2021-09-23 | 11 | -1/+37 |
| | | |||||
| * | generalize power start-from-1 | a1xd | 2021-09-23 | 11 | -34/+34 |
| | | | | | starting output is determined by (gain) offset | ||||
| * | Add power start from one | Jacob Palecki | 2021-09-23 | 11 | -0/+18 |
| | | |||||
| * | Remove weight | Jacob Palecki | 2021-09-23 | 11 | -17/+0 |
| | | |||||
| * | Cap type options now fully working | Jacob Palecki | 2021-09-23 | 2 | -3/+0 |
| | | |||||
| * | Mostly working cap type in GUI | Jacob Palecki | 2021-09-23 | 11 | -50/+35 |
| | | |||||
| * | show power mode cap field | a1xd | 2021-09-23 | 1 | -1/+1 |
| | | |||||
| * | remove unused accel fields | a1xd | 2021-08-29 | 3 | -3/+3 |
| | | | | | | | classic mode - weight natural mode - weight power mode - cap | ||||
| * | Fixed default values by splitting into unique text boxes | Jacob Palecki | 2021-07-10 | 11 | -5/+56 |
| | | |||||
| * | Add separate box for power in classic mode | Jacob Palecki | 2021-07-09 | 11 | -1/+28 |
| | | |||||
| * | LUT Panel formatting | Jacob Palecki | 2021-07-01 | 1 | -3/+1 |
| | | |||||
| * | Add class for LUT apply type | Jacob Palecki | 2021-06-30 | 2 | -3/+11 |
| | | |||||
| * | Start of LUT points editing | Jacob Palecki | 2021-04-25 | 11 | -15/+32 |
| | | |||||
| * | Fixed layout issues for LUT | Jacob Palecki | 2021-04-25 | 2 | -0/+9 |
| | | |||||
| * | move arbitrary input into settings | a1xd | 2021-04-13 | 11 | -14/+46 |
| | | | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file | ||||
| * | Add active value labels for gain switch | Jacob Palecki | 2021-04-07 | 1 | -1/+0 |
| | | |||||
| * | Fix natural legacy algorithm, rename accelNatural to decayRate | Jacob Palecki | 2021-04-06 | 2 | -1/+2 |
| | | |||||
| * | Rename accelMotivity to growthRate | Jacob Palecki | 2021-04-06 | 2 | -1/+2 |
| | | |||||
| * | Add gain switch | Jacob Palecki | 2021-04-05 | 10 | -6/+24 |
| | | |||||
| * | update wrapper + writer to handle lut | a1xd | 2021-04-06 | 3 | -2/+26 |
| | | | | | grapher is building but applying options still broken for the most part | ||||
| * | LUT text layout | Jacob Palecki | 2021-04-05 | 9 | -2/+18 |
| | | |||||
| * | Fix two more errors, add LUT layout | Jacob Palecki | 2021-04-04 | 1 | -0/+27 |
| | | |||||
| * | Fix most errors from wrapper rewrite | Jacob Palecki | 2021-04-04 | 2 | -26/+4 |
| | | |||||
| * | Hide offset for power type | Jacob Palecki | 2021-01-18 | 1 | -1/+1 |
| | | |||||
| * | Many small tweaks | Jacob Palecki | 2021-01-12 | 1 | -4/+1 |
| | | |||||
| * | hide weight when motivity is selected | a1xd | 2020-10-13 | 1 | -1/+1 |
| | | |||||
| * | add toggle button + save gui settings on close | a1xd | 2020-10-08 | 3 | -6/+0 |
| | | | | | remove option to disable write on startup | ||||
| * | add arg checks in wrapper | a1xd | 2020-09-27 | 9 | -15/+45 |
| | | | | | | | | | | | | 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 | ||||
| * | Rename accel to scale in power mode | Jacob Palecki | 2020-09-26 | 1 | -1/+1 |
| | | |||||
| * | Remove logarithm | Jacob Palecki | 2020-09-26 | 1 | -22/+0 |
| | | |||||
| * | Add to Guide, fix motility name | Jacob Palecki | 2020-09-23 | 2 | -2/+2 |
| | | |||||
| * | Remove sigmoidgain, only allow one instance of grapher to run at a time | Jacob Palecki | 2020-09-22 | 1 | -22/+0 |
| | | |||||
| * | Rename experiment two to motivity | Jacob Palecki | 2020-09-22 | 1 | -4/+4 |
| | | |||||
| * | Mostly works | Jacob Palecki | 2020-09-22 | 10 | -2/+14 |
| | | |||||
| * | Merge branch 'Experiment' into GUI | Jacob Palecki | 2020-09-22 | 2 | -0/+27 |
| |\ | |||||
| | * | log sigmoid sens done | Jacob Palecki | 2020-09-19 | 2 | -0/+27 |
| | | | |||||
| * | | faster type switch | Jacob Palecki | 2020-09-22 | 1 | -12/+14 |
| |/ | |||||
| * | Fix cap options, fix power style labels | Jacob Palecki | 2020-09-16 | 1 | -1/+1 |
| | | |||||
| * | Reenable weight for all styles, remove offset for sigmoidgain, fix active ↵ | Jacob Palecki | 2020-09-10 | 4 | -5/+5 |
| | | | | | value for midpoint | ||||
| * | Add improved logarithm style | Jacob Palecki | 2020-09-09 | 1 | -0/+21 |
| | | |||||
| * | Remove and sort usings en masse | Jacob Palecki | 2020-09-08 | 9 | -47/+0 |
| | | |||||
| * | Refactor type options | Jacob Palecki | 2020-09-07 | 10 | -34/+165 |
| | | |||||
| * | Remove log and sigmoid styles | Jacob Palecki | 2020-09-04 | 2 | -42/+0 |
| | | |||||
| * | Small fixes, correctly align labels and boxes | Jacob Palecki | 2020-09-01 | 1 | -1/+1 |
| | | |||||
| * | Second half - the parts in place | Jacob Palecki | 2020-09-01 | 11 | -22/+23 |
| | | |||||
| * | intermittent commit - large commit halfway done | Jacob Palecki | 2020-09-01 | 1 | -14/+1 |
| | | |||||
| * | Merge pull request #1 from Sidiouth/sidi | JacobPalecki | 2020-08-31 | 1 | -1/+1 |
| |\ | | | | | Small GUI tweaks | ||||
| | * | Initial commit | Sidiouth | 2020-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | -Right-alight option labels in the gui -Allow users to modify the string already in the options field | ||||
| * | | add independent xy accel to driver | a1xd | 2020-08-31 | 11 | -21/+32 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Sigmoid gain | Jacob Palecki | 2020-08-20 | 2 | -1/+21 |
| | | |||||