summaryrefslogtreecommitdiff
path: root/common/rawaccel-validate.hpp
Commit message (Collapse)AuthorAgeFilesLines
* fix input checksa1xd2021-09-231-2/+8
| | | | only check for cap < offset if relevant modes are selected
* fix input checksa1xd2021-09-231-10/+13
|
* rename classic_cap_modea1xd2021-09-231-1/+1
|
* rename directional multipliersa1xd2021-09-231-2/+2
| | | | changes profile layout
* generalize power start-from-1a1xd2021-09-231-3/+12
| | | | starting output is determined by (gain) offset
* Remove weightJacob Palecki2021-09-231-4/+0
|
* increase lut points capacity to 257a1xd2021-09-231-2/+2
| | | | remove unneeded constants
* add per-device configurationa1xd2021-09-231-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::ToStringa1xd2021-08-291-4/+4
|
* add validation checks for jump modea1xd2021-08-291-0/+6
|
* Small fixes, guide additions, tweaksJacob Palecki2021-07-031-2/+2
|
* move arbitrary input into settingsa1xd2021-04-131-3/+8
| | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file
* make sizeof arbitrary close to othersa1xd2021-04-081-1/+1
| | | | refactor constructor/fix conversions
* optimize a bit/refactor modifya1xd2021-04-081-4/+8
|
* Fix natural legacy algorithm, rename accelNatural to decayRateJacob Palecki2021-04-061-1/+1
|
* Rename accelMotivity to growthRateJacob Palecki2021-04-061-1/+1
|
* update wrapper + writer to handle luta1xd2021-04-061-1/+2
| | | | grapher is building but applying options still broken for the most part
* add minimum to complement speed capa1xd2021-04-011-3/+6
| | | | | | important feature fixes some validation checks
* driver - apply accel disregarding num packetsa1xd2021-04-011-0/+4
| | | | add setting for max time threshold
* update resta1xd2021-04-011-0/+168
grapher is still broken refactored io / error handling a bit