| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix power + gain + input cap + offset edge case | a1xd | 2021-09-23 | 1 | -0/+8 |
| * | fix input checks | a1xd | 2021-09-23 | 1 | -2/+8 |
| * | fix input checks | a1xd | 2021-09-23 | 1 | -10/+13 |
| * | improve installer | a1xd | 2021-09-23 | 1 | -12/+11 |
| * | bump version, target win10 | a1xd | 2021-09-23 | 1 | -3/+3 |
| * | inline lerp | a1xd | 2021-09-23 | 2 | -9/+10 |
| * | set modifier flags in userspace | a1xd | 2021-09-23 | 1 | -49/+60 |
| * | rename classic_cap_mode | a1xd | 2021-09-23 | 4 | -16/+16 |
| * | rename directional multipliers | a1xd | 2021-09-23 | 3 | -13/+13 |
| * | broaden motivity fp_rep_range | a1xd | 2021-09-23 | 1 | -1/+1 |
| * | generalize power start-from-1 | a1xd | 2021-09-23 | 5 | -159/+102 |
| * | Add power start from one | Jacob Palecki | 2021-09-23 | 2 | -14/+64 |
| * | Remove weight | Jacob Palecki | 2021-09-23 | 3 | -6/+1 |
| * | Get power cap working | Jacob Palecki | 2021-09-23 | 1 | -8/+114 |
| * | fix gain classic with input cap mode | a1xd | 2021-09-23 | 1 | -1/+1 |
| * | fix legacy classic with io cap mode | a1xd | 2021-09-23 | 1 | -3/+4 |
| * | rename driver_settings | a1xd | 2021-09-23 | 2 | -14/+14 |
| * | fix clang build errors | a1xd | 2021-09-23 | 2 | -11/+10 |
| * | Mostly working cap type in GUI | Jacob Palecki | 2021-09-23 | 1 | -8/+0 |
| * | YToXRatio fully works | Jacob Palecki | 2021-09-23 | 1 | -5/+5 |
| * | Support infinite LP norm - any value greater than 64 | Jacob Palecki | 2021-09-23 | 1 | -0/+9 |
| * | increase lut points capacity to 257 | a1xd | 2021-09-23 | 2 | -5/+3 |
| * | make profile count dynamic (unlimited) | a1xd | 2021-09-23 | 2 | -12/+51 |
| * | change lookup impl to use binary search | a1xd | 2021-09-23 | 1 | -142/+42 |
| * | make ioctls constexpr | a1xd | 2021-09-23 | 2 | -13/+8 |
| * | refactor vec2/math | a1xd | 2021-09-23 | 11 | -52/+44 |
| * | add per-device configuration | a1xd | 2021-09-23 | 14 | -535/+555 |
| * | 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 |
| * | bugfix - off by 1 | a1xd | 2021-07-06 | 1 | -1/+1 |
| * | guard against large values of smooth_rate for jump types | a1xd | 2021-07-06 | 1 | -3/+7 |
| * | allow p < 2 in Lp distance mode | a1xd | 2021-07-06 | 1 | -4/+4 |
| * | fix typo and wrapper/input code from lut2 merge | a1xd | 2021-07-06 | 2 | -104/+0 |
| * | merge lut2 | a1xd | 2021-07-05 | 24 | -783/+1363 |
| |\ | |||||
| | * | Small fixes, guide additions, tweaks | Jacob Palecki | 2021-07-03 | 1 | -2/+2 |
| | * | ensure normal return values from accel | a1xd | 2021-04-14 | 2 | -9/+9 |
| | * | bump version | a1xd | 2021-04-14 | 1 | -3/+3 |
| | * | fix arbitrary output starting from 0 in sens mode | a1xd | 2021-04-14 | 1 | -1/+1 |
| | * | move arbitrary input into settings | a1xd | 2021-04-13 | 6 | -44/+64 |
| | * | additional fixes | Jacob Palecki | 2021-04-09 | 1 | -2/+2 |
| | * | Mostly working now | Jacob Palecki | 2021-04-09 | 1 | -5/+6 |
| | * | Some more small additions and fixes | Jacob Palecki | 2021-04-09 | 1 | -5/+10 |
| | * | Fixed some bugs | Jacob Palecki | 2021-04-09 | 1 | -7/+11 |
| | * | merge and improve | Jacob Palecki | 2021-04-08 | 4 | -52/+69 |
| | |\ | |||||
| | | * | make it safe | a1xd | 2021-04-08 | 1 | -21/+28 |
| | | * | make sizeof arbitrary close to others | a1xd | 2021-04-08 | 4 | -25/+39 |
| | | * | fix conversions in arbitrary constructor | a1xd | 2021-04-08 | 1 | -3/+3 |
| | | * | fix some things | a1xd | 2021-04-08 | 1 | -2/+2 |
| | * | | Progress in arbitrary | Jacob Palecki | 2021-04-08 | 2 | -8/+10 |
| | |/ | |||||
| | * | Fix return bug | Jacob Palecki | 2021-04-08 | 1 | -0/+2 |