| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | * | add constructor and improvements | Jacob Palecki | 2021-04-07 | 1 | -4/+21 |
| | * | optimize a bit/refactor modify | a1xd | 2021-04-08 | 7 | -225/+166 |
| | * | unmark fill as const | a1xd | 2021-04-08 | 1 | -1/+1 |
| | * | Add arbitrary lut struct | Jacob Palecki | 2021-04-07 | 1 | -0/+103 |
| | * | Add active value labels for gain switch | Jacob Palecki | 2021-04-07 | 1 | -0/+1 |
| | * | natural legacy algorithm was correct, leave as it was | Jacob Palecki | 2021-04-06 | 1 | -1/+1 |
| | * | Fix natural legacy algorithm, rename accelNatural to decayRate | Jacob Palecki | 2021-04-06 | 3 | -4/+4 |
| | * | Rename accelMotivity to growthRate | Jacob Palecki | 2021-04-06 | 3 | -3/+3 |
| | * | update wrapper + writer to handle lut | a1xd | 2021-04-06 | 3 | -2/+7 |
| | * | use callbacks for applying accel | a1xd | 2021-04-01 | 5 | -57/+95 |
| | * | add minimum to complement speed cap | a1xd | 2021-04-01 | 3 | -45/+51 |
| | * | make weights work in by component mode | a1xd | 2021-04-01 | 3 | -43/+41 |
| | * | driver - apply accel disregarding num packets | a1xd | 2021-04-01 | 2 | -0/+8 |
| | * | add flag to negate device match | a1xd | 2021-04-01 | 1 | -0/+1 |
| | * | update rest | a1xd | 2021-04-01 | 7 | -68/+289 |
| | * | refactor lut/motivity | a1xd | 2021-03-30 | 9 | -136/+303 |
| | * | put utility in namespace | a1xd | 2021-03-30 | 1 | -30/+37 |
| | * | add zero/inf/nan guards | a1xd | 2021-03-29 | 2 | -2/+18 |
| | * | add jump type | a1xd | 2021-03-29 | 4 | -0/+85 |
| | * | formatting + file renames | a1xd | 2021-03-29 | 12 | -124/+156 |
| | * | refactor common/settings | a1xd | 2021-03-29 | 11 | -363/+253 |
| * | | bump version | a1xd | 2021-04-26 | 1 | -1/+1 |
| * | | ignore errors when trying to retrieve dev list | a1xd | 2021-04-26 | 1 | -1/+1 |
| * | | match error handling in MS raw input docs | a1xd | 2021-04-26 | 1 | -2/+2 |
| * | | refactor rawinput util | a1xd | 2021-04-26 | 1 | -47/+56 |
| * | | ignore GetRawInputDeviceInfo errors | a1xd | 2021-04-25 | 1 | -5/+12 |
| * | | bugfix - rawinput | a1xd | 2021-04-25 | 1 | -2/+2 |