summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Fix weightJacob Palecki2020-09-091-1/+1
* Remove misleading commentJacob Palecki2020-09-091-1/+0
* Add improved logarithm styleJacob Palecki2020-09-094-1/+38
* Remove log and sigmoid stylesJacob Palecki2020-09-045-64/+2
* Refactor for nice gain offsetJacob Palecki2020-09-039-8/+26
* Change classic, natural, naturalgain to use gain offsetJacob Palecki2020-09-033-6/+15
* Start adding gain offsetsJacob Palecki2020-09-023-3/+16
* add 1s write delay to drivera1xd2020-09-012-9/+1
* add independent xy accel to drivera1xd2020-08-3115-520/+256
* clean up wrapper, minimize heap alloca1xd2020-08-241-7/+7
* Display active valuesJacob Palecki2020-08-201-0/+3
* Sigmoid gainJacob Palecki2020-08-204-2/+41
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-194-2/+36
* Disallow differing x and y weights with gain capJacob Palecki2020-08-112-2/+3
* Merge branch 'master' into GainCapJacob Palecki2020-08-1110-28/+58
|\
| * define exceptions for invalid arg & io errorsa1xd2020-08-1110-28/+58
* | 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
|/
* fix read function using direct ioa1xd2020-08-031-5/+6
* move clipp/parse logic into console projecta1xd2020-07-317-7187/+8
* move write function into common io headera1xd2020-07-311-0/+29
* add reada1xd2020-07-313-1/+48
* update grapher/wrapper for st-refactora1xd2020-07-311-1/+9
* add more tweaks for st-refactora1xd2020-07-3111-43/+34
* Make weight a member of accel_basea1xd2020-07-304-22/+35
* add tweaks for st-refactora1xd2020-07-3020-354/+301
* Merge remote-tracking branch 'downstream/Inheritance' into st-refactorJacob Palecki2020-07-2912-174/+532
|\
| * Use modifier object in wrapperJacob Palecki2020-07-291-1/+1
| * Inline methods for linking, and fix sens application bugJacob Palecki2020-07-299-25/+29
| * Separate accel implementations into filesJacob Palecki2020-07-2910-188/+310
| * add per-class args structsJacob Palecki2020-07-282-46/+56
| * Get rid of enum and use types\tags directlyJacob Palecki2020-07-282-26/+12
| * Rename acceleration constants, argumentsJacob Palecki2020-07-282-38/+38
| * More comments and light refactoringJacob Palecki2020-07-281-3/+57
| * Fix not all paths returning valueJacob Palecki2020-07-281-2/+4
| * Rename variables and add modify functionsJacob Palecki2020-07-282-5/+18
| * Remove extra mode from variablesJacob Palecki2020-07-281-3/+1
| * Further refactoring and commentsJacob Palecki2020-07-283-235/+322
| * skeletonJacob Palecki2020-07-273-56/+340
* | add sum typesa1xd2020-07-292-0/+232
|/
* Disambiguate CLI syntax of optional 2d vectorsa1xd2020-07-241-21/+30
* Flip k and b as scale and exponent for power modeJacob Palecki2020-07-242-8/+7
* Apply k to speed, allow values over 0Jacob Palecki2020-07-241-2/+2
* increment k for power styleJacob Palecki2020-07-231-0/+1
* Use speed instead of b, preserve speed < 1 behavior without offsetJacob Palecki2020-07-231-1/+1
* Fix offset for power mode, add scale factor for power modeJacob Palecki2020-07-232-3/+6
* Added source-style power acceleration optionJacob Palecki2020-07-222-2/+8
* Add project files.v0.1-testa1xd2020-07-226-0/+7369