summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Some more small additions and fixesJacob Palecki2021-04-092-6/+25
|
* Fixed some bugsJacob Palecki2021-04-092-8/+12
|
* Something works and that's pretty coolJacob Palecki2021-04-081-3/+7
|
* Try reinterpret castJacob Palecki2021-04-081-1/+1
|
* merge and improveJacob Palecki2021-04-085-59/+76
|\
| * make it safea1xd2021-04-081-21/+28
| |
| * make sizeof arbitrary close to othersa1xd2021-04-085-26/+40
| | | | | | | | refactor constructor/fix conversions
| * fix conversions in arbitrary constructora1xd2021-04-081-3/+3
| |
| * fix some thingsa1xd2021-04-082-6/+6
| |
* | Progress in arbitraryJacob Palecki2021-04-083-9/+12
|/
* Fix return bugJacob Palecki2021-04-081-0/+2
|
* add constructor and improvementsJacob Palecki2021-04-071-4/+21
|
* Merge remote-tracking branch 'upstream/dyn-lut-b' into lut2Jacob Palecki2021-04-0710-249/+189
|\
| * optimize a bit/refactor modifya1xd2021-04-0810-249/+189
| |
| * unmark fill as consta1xd2021-04-081-1/+1
| |
* | remove const from uneeded classJacob Palecki2021-04-071-1/+1
|/
* Add arbitrary lut structJacob Palecki2021-04-071-0/+103
|
* Add active value labels for gain switchJacob Palecki2021-04-079-6/+58
|
* natural legacy algorithm was correct, leave as it wasJacob Palecki2021-04-061-1/+1
|
* Fix natural legacy algorithm, rename accelNatural to decayRateJacob Palecki2021-04-068-9/+10
|
* Rename accelMotivity to growthRateJacob Palecki2021-04-067-7/+8
|
* Remove cap and offset style switchesJacob Palecki2021-04-064-122/+37
|
* Fix checkbox not snappingJacob Palecki2021-04-062-2/+14
|
* Resize vertically for correctnessJacob Palecki2021-04-052-2/+5
|
* Correctly align gain switchJacob Palecki2021-04-051-0/+1
|
* Add gain switchJacob Palecki2021-04-0516-15/+181
|
* LUT GUI fixesJacob Palecki2021-04-055-16/+34
|
* update wrapper + writer to handle luta1xd2021-04-0623-501/+665
| | | | grapher is building but applying options still broken for the most part
* LUT text layoutJacob Palecki2021-04-0513-3/+43
|
* It buildsJacob Palecki2021-04-053-15/+16
|
* Add textoption for lut text displayJacob Palecki2021-04-042-1/+97
|
* Fix two more errors, add LUT layoutJacob Palecki2021-04-042-2/+29
|
* Fix most errors from wrapper rewriteJacob Palecki2021-04-0411-68/+67
|
* Add differing table typesJacob Palecki2021-04-013-38/+55
|
* Add lookuptable jsonJacob Palecki2021-04-013-3/+70
|
* use callbacks for applying accela1xd2021-04-017-66/+113
|
* check for safe mode before hooking into dev stacka1xd2021-04-011-1/+7
| | | | can't stop the driver from being loaded in safe mode, an early return here is the best we can do
* add minimum to complement speed capa1xd2021-04-014-46/+55
| | | | | | important feature fixes some validation checks
* make weights work in by component modea1xd2021-04-013-43/+41
| | | | | domain weights now applied under inf norm range weights now applied when equal
* driver - apply accel disregarding num packetsa1xd2021-04-014-19/+29
| | | | add setting for max time threshold
* add flag to negate device matcha1xd2021-04-013-2/+8
|
* update resta1xd2021-04-0118-498/+508
| | | | | | grapher is still broken refactored io / error handling a bit
* refactor lut/motivitya1xd2021-03-3011-166/+315
|
* put utility in namespacea1xd2021-03-302-32/+39
|
* add zero/inf/nan guardsa1xd2021-03-293-28/+49
|
* add jump typea1xd2021-03-294-0/+85
|
* formatting + file renamesa1xd2021-03-2913-126/+158
|
* refactor common/settingsa1xd2021-03-2913-370/+260
| | | | | | | | | | | | | | | | | | | | | | | | | only driver compiles remove accel-base types merge linear + classic move gain cap logic into classic impl, cap is now set in terms of output use cap/limit to determine negation remove weight, add replacement for power mode only remove legacy offset option remove naturalgain mode add legacy mode flag naturalgain -> natural natural -> natural + legacy flag add dpi setting and more accel args + defaults (prep for ips mode) replace output speed cap with input cap
* Merge pull request #81 from a1xd/log-unhandled-exv1.4.3a1xd2021-03-113-9/+21
|\ | | | | add handler for unhandled exceptions
| * add handler for unhandled exceptionsa1xd2021-03-113-9/+21
|/