| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix input checks | a1xd | 2021-09-23 | 1 | -2/+8 |
| | | | | | only check for cap < offset if relevant modes are selected | ||||
| * | fix input checks | a1xd | 2021-09-23 | 1 | -10/+13 |
| | | |||||
| * | rename classic_cap_mode | a1xd | 2021-09-23 | 1 | -1/+1 |
| | | |||||
| * | rename directional multipliers | a1xd | 2021-09-23 | 1 | -2/+2 |
| | | | | | changes profile layout | ||||
| * | generalize power start-from-1 | a1xd | 2021-09-23 | 1 | -3/+12 |
| | | | | | starting output is determined by (gain) offset | ||||
| * | Remove weight | Jacob Palecki | 2021-09-23 | 1 | -4/+0 |
| | | |||||
| * | increase lut points capacity to 257 | a1xd | 2021-09-23 | 1 | -2/+2 |
| | | | | | remove unneeded constants | ||||
| * | add per-device configuration | a1xd | 2021-09-23 | 1 | -71/+79 |
| | | | | | | | | | | | | adds input and [in, out] cap for classic mode adds input cap for power mode change wrapper/input, now gets useful device names change (now dev specific) dpi to adjust sensitivity change y sensitivity to y/x ratio remove spaced LUTs grapher and convert do not build | ||||
| * | bugfix - oob in SettingsErrors::ToString | a1xd | 2021-08-29 | 1 | -4/+4 |
| | | |||||
| * | add validation checks for jump mode | a1xd | 2021-08-29 | 1 | -0/+6 |
| | | |||||
| * | Small fixes, guide additions, tweaks | Jacob Palecki | 2021-07-03 | 1 | -2/+2 |
| | | |||||
| * | move arbitrary input into settings | a1xd | 2021-04-13 | 1 | -3/+8 |
| | | | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file | ||||
| * | make sizeof arbitrary close to others | a1xd | 2021-04-08 | 1 | -1/+1 |
| | | | | | refactor constructor/fix conversions | ||||
| * | optimize a bit/refactor modify | a1xd | 2021-04-08 | 1 | -4/+8 |
| | | |||||
| * | Fix natural legacy algorithm, rename accelNatural to decayRate | Jacob Palecki | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | Rename accelMotivity to growthRate | Jacob Palecki | 2021-04-06 | 1 | -1/+1 |
| | | |||||
| * | update wrapper + writer to handle lut | a1xd | 2021-04-06 | 1 | -1/+2 |
| | | | | | grapher is building but applying options still broken for the most part | ||||
| * | add minimum to complement speed cap | a1xd | 2021-04-01 | 1 | -3/+6 |
| | | | | | | | important feature fixes some validation checks | ||||
| * | driver - apply accel disregarding num packets | a1xd | 2021-04-01 | 1 | -0/+4 |
| | | | | | add setting for max time threshold | ||||
| * | update rest | a1xd | 2021-04-01 | 1 | -0/+168 |
| grapher is still broken refactored io / error handling a bit | |||||