summaryrefslogtreecommitdiff
path: root/grapher/Models/Calculations/AccelCalculator.cs
Commit message (Expand)AuthorAgeFilesLines
* get grapher buildinga1xd2021-09-231-10/+10
* Fix high DPI issueJacob Palecki2021-06-281-44/+126
* Fix graphing error in by component graph calculationJacob Palecki2021-01-221-2/+7
* Fix graph for lp_norm != 1Jacob Palecki2021-01-211-2/+1
* TweaksJacob Palecki2021-01-201-16/+22
* Remove debug statementJacob Palecki2021-01-201-5/+0
* Final graph fidelity tweaks and fixesJacob Palecki2021-01-201-23/+30
* further tweaksJacob Palecki2021-01-191-31/+21
* Mostly workingJacob Palecki2021-01-191-9/+69
* Directional worksJacob Palecki2021-01-181-166/+134
* Refactor for new graph calculation methodJacob Palecki2021-01-181-0/+73
* Fix output velocity calculationJacob Palecki2020-10-181-2/+2
* Fix simulated mouse input bug + small renamingJacob Palecki2020-10-151-66/+70
* SetActive changes field default, bugs fixedJacob Palecki2020-09-251-4/+4
* Fix 0 point for separate x y sensJacob Palecki2020-09-251-3/+8
* Use log LUT rather than binary search for last mouse move pointJacob Palecki2020-09-251-7/+55
* Fix gain scalingJacob Palecki2020-09-221-2/+2
* Scaling improvement, remove y data from xy combinedJacob Palecki2020-09-221-0/+79
* Mostly worksJacob Palecki2020-09-221-0/+5
* Merge branch 'GUI' into experimentJacob Palecki2020-09-211-12/+99
|\
| * separate x/y mostly worksJacob Palecki2020-09-211-4/+4
| * Attempt to get separate x/y workingJacob Palecki2020-09-201-3/+43
| * further workJacob Palecki2020-09-191-22/+32
| * Add y lines to graphes + further workJacob Palecki2020-09-171-11/+0
| * Further workJacob Palecki2020-09-171-5/+0
| * Much progressJacob Palecki2020-09-171-2/+55
* | log sigmoid sens doneJacob Palecki2020-09-191-0/+1
|/
* Fix chart scaling for DPIs < 1200Jacob Palecki2020-09-161-3/+7
* Remove and sort usings en masseJacob Palecki2020-09-081-3/+0
* Move constants to central classJacob Palecki2020-09-011-5/+4
* Add constants class and separate classes into regionsJacob Palecki2020-09-011-9/+19
* add independent xy accel to drivera1xd2020-08-311-5/+6
* Display active valuesJacob Palecki2020-08-201-3/+3
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-14/+50
* Fix initial points, add poll time constantJacob Palecki2020-08-131-4/+13
* All works smoothlyJacob Palecki2020-08-131-0/+2
* Dot to show mouse moveJacob Palecki2020-08-131-5/+5
* Almost workingJacob Palecki2020-08-121-14/+57
* Factor accel calculations into calculation classesJacob Palecki2020-08-121-0/+91