| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Try reinterpret cast | Jacob Palecki | 2021-04-08 | 1 | -1/+1 | |
| | * | merge and improve | Jacob Palecki | 2021-04-08 | 5 | -59/+76 | |
| | |\ | ||||||
| | | * | make it safe | a1xd | 2021-04-08 | 1 | -21/+28 | |
| | | * | make sizeof arbitrary close to others | a1xd | 2021-04-08 | 5 | -26/+40 | |
| | | * | fix conversions in arbitrary constructor | a1xd | 2021-04-08 | 1 | -3/+3 | |
| | | * | fix some things | a1xd | 2021-04-08 | 2 | -6/+6 | |
| | * | | Progress in arbitrary | Jacob Palecki | 2021-04-08 | 3 | -9/+12 | |
| | |/ | ||||||
| | * | Fix return bug | Jacob Palecki | 2021-04-08 | 1 | -0/+2 | |
| | * | add constructor and improvements | Jacob Palecki | 2021-04-07 | 1 | -4/+21 | |
| | * | Merge remote-tracking branch 'upstream/dyn-lut-b' into lut2 | Jacob Palecki | 2021-04-07 | 10 | -249/+189 | |
| | |\ | ||||||
| | | * | optimize a bit/refactor modify | a1xd | 2021-04-08 | 10 | -249/+189 | |
| | | * | unmark fill as const | a1xd | 2021-04-08 | 1 | -1/+1 | |
| | * | | remove const from uneeded class | Jacob Palecki | 2021-04-07 | 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 | 9 | -6/+58 | |
| | * | 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 | 8 | -9/+10 | |
| | * | Rename accelMotivity to growthRate | Jacob Palecki | 2021-04-06 | 7 | -7/+8 | |
| | * | Remove cap and offset style switches | Jacob Palecki | 2021-04-06 | 4 | -122/+37 | |
| | * | Fix checkbox not snapping | Jacob Palecki | 2021-04-06 | 2 | -2/+14 | |
| | * | Resize vertically for correctness | Jacob Palecki | 2021-04-05 | 2 | -2/+5 | |
| | * | Correctly align gain switch | Jacob Palecki | 2021-04-05 | 1 | -0/+1 | |
| | * | Add gain switch | Jacob Palecki | 2021-04-05 | 16 | -15/+181 | |
| | * | LUT GUI fixes | Jacob Palecki | 2021-04-05 | 5 | -16/+34 | |
| | * | update wrapper + writer to handle lut | a1xd | 2021-04-06 | 23 | -501/+665 | |
| | * | LUT text layout | Jacob Palecki | 2021-04-05 | 13 | -3/+43 | |
| | * | It builds | Jacob Palecki | 2021-04-05 | 3 | -15/+16 | |
| | * | Add textoption for lut text display | Jacob Palecki | 2021-04-04 | 2 | -1/+97 | |
| | * | Fix two more errors, add LUT layout | Jacob Palecki | 2021-04-04 | 2 | -2/+29 | |
| | * | Fix most errors from wrapper rewrite | Jacob Palecki | 2021-04-04 | 11 | -68/+67 | |
| | * | Add differing table types | Jacob Palecki | 2021-04-01 | 3 | -38/+55 | |
| | * | Add lookuptable json | Jacob Palecki | 2021-04-01 | 3 | -3/+70 | |
| | * | use callbacks for applying accel | a1xd | 2021-04-01 | 7 | -66/+113 | |
| | * | check for safe mode before hooking into dev stack | a1xd | 2021-04-01 | 1 | -1/+7 | |
| | * | add minimum to complement speed cap | a1xd | 2021-04-01 | 4 | -46/+55 | |
| | * | make weights work in by component mode | a1xd | 2021-04-01 | 3 | -43/+41 | |
| | * | driver - apply accel disregarding num packets | a1xd | 2021-04-01 | 4 | -19/+29 | |
| | * | add flag to negate device match | a1xd | 2021-04-01 | 3 | -2/+8 | |
| | * | update rest | a1xd | 2021-04-01 | 18 | -498/+508 | |
| | * | refactor lut/motivity | a1xd | 2021-03-30 | 11 | -166/+315 | |
| | * | put utility in namespace | a1xd | 2021-03-30 | 2 | -32/+39 | |
| | * | add zero/inf/nan guards | a1xd | 2021-03-29 | 3 | -28/+49 | |
| | * | add jump type | a1xd | 2021-03-29 | 4 | -0/+85 | |
| | * | formatting + file renames | a1xd | 2021-03-29 | 13 | -126/+158 | |
| | * | refactor common/settings | a1xd | 2021-03-29 | 13 | -370/+260 | |
| * | | Merge pull request #87 from matthewstrasiotto/streamer_mode | JacobPalecki | 2021-05-19 | 9 | -22/+157 | |
| |\ \ | ||||||
| | * | | remove unused variable, improve legend position | Matthew Strasiotto | 2021-05-01 | 1 | -3/+1 | |
| | * | | set transparencies for chart elements in setup method | Matthew Strasiotto | 2021-05-01 | 1 | -4/+6 | |
| | * | | clean up from adding settings | Matthew Strasiotto | 2021-05-01 | 3 | -13/+17 | |
| | * | | remove Settings.Settings based config, migrate defintitions to constants | Matthew Strasiotto | 2021-05-01 | 5 | -109/+18 | |