summaryrefslogtreecommitdiff
path: root/common/rawaccel.hpp
Commit message (Expand)AuthorAgeFilesLines
* rename driver_settingsa1xd2021-09-081-6/+6
* make profile count dynamic (unlimited)a1xd2021-09-061-8/+5
* refactor vec2/matha1xd2021-09-031-29/+5
* add per-device configurationa1xd2021-09-031-77/+144
* allow p < 2 in Lp distance modea1xd2021-07-061-4/+4
* optimize a bit/refactor modifya1xd2021-04-081-194/+129
* use callbacks for applying accela1xd2021-04-011-11/+10
* add minimum to complement speed capa1xd2021-04-011-41/+43
* make weights work in by component modea1xd2021-04-011-41/+33
* refactor lut/motivitya1xd2021-03-301-3/+8
* add zero/inf/nan guardsa1xd2021-03-291-2/+6
* formatting + file renamesa1xd2021-03-291-91/+3
* refactor common/settingsa1xd2021-03-291-161/+72
* increase default sens capa1xd2021-02-021-1/+1
* add angle snappinga1xd2021-01-211-0/+32
* direction/distance calc - small optsa1xd2021-01-211-17/+9
* Some fixesJacob Palecki2021-01-111-11/+19
* Implement direcitonality UIJacob Palecki2021-01-101-8/+3
* Add to stigma, directional to settingsJacob Palecki2021-01-081-11/+20
* Add core logic in commonJacob Palecki2021-01-071-1/+77
* add changes from reviewa1xd2020-12-031-7/+7
* add directional multipliersa1xd2020-12-031-1/+12
* move speedcap into acceleratora1xd2020-10-211-10/+9
* add speed capa1xd2020-10-201-6/+22
* raise default scale cap from 9 to 128a1xd2020-10-101-1/+1
* add arg checks in wrappera1xd2020-09-271-2/+0
* Remove logarithmJacob Palecki2020-09-261-3/+0
* Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-221-4/+1
* Rename experiment two to motivityJacob Palecki2020-09-221-7/+7
* add lut exp to drivera1xd2020-09-221-8/+19
* log sigmoid sens doneJacob Palecki2020-09-191-0/+3
* Add improved logarithm styleJacob Palecki2020-09-091-0/+3
* Remove log and sigmoid stylesJacob Palecki2020-09-041-7/+1
* add independent xy accel to drivera1xd2020-08-311-152/+114
* Display active valuesJacob Palecki2020-08-201-0/+3
* Sigmoid gainJacob Palecki2020-08-201-1/+2
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-1/+2
* Disallow differing x and y weights with gain capJacob Palecki2020-08-111-2/+1
* Merge branch 'master' into GainCapJacob Palecki2020-08-111-2/+4
|\
| * define exceptions for invalid arg & io errorsa1xd2020-08-111-2/+4
* | Further commentsJacob Palecki2020-08-051-5/+41
* | Fix gain cap for positive offsetsJacob Palecki2020-08-051-15/+11
* | Add velocity gain optionJacob Palecki2020-08-041-5/+65
|/
* move clipp/parse logic into console projecta1xd2020-07-311-1/+1
* add more tweaks for st-refactora1xd2020-07-311-17/+11
* Make weight a member of accel_basea1xd2020-07-301-18/+6
* add tweaks for st-refactora1xd2020-07-301-40/+33
* Use modifier object in wrapperJacob Palecki2020-07-291-1/+1
* Inline methods for linking, and fix sens application bugJacob Palecki2020-07-291-3/+7
* Separate accel implementations into filesJacob Palecki2020-07-291-188/+24