summaryrefslogtreecommitdiff
path: root/grapher/Models
Commit message (Expand)AuthorAgeFilesLines
* move speedcap into acceleratora1xd2020-10-211-3/+6
* put autowrite option back in menua1xd2020-10-215-69/+78
* fix sens label visibility when separateda1xd2020-10-211-1/+2
* add speed capa1xd2020-10-201-1/+2
* Fix output velocity calculationJacob Palecki2020-10-181-2/+2
* Fix simulated mouse input bug + small renamingJacob Palecki2020-10-154-70/+74
* add magic number to constantsa1xd2020-10-081-1/+1
* disable write button when settings are toggled offa1xd2020-10-081-4/+4
* improve comments, variable namesa1xd2020-10-081-4/+4
* Follow full C# conventionJacob Palecki2020-10-082-2/+22
* rename sensitivity field to 'sens multiplier'a1xd2020-10-081-1/+1
* add scroll to chartsa1xd2020-10-085-91/+15
* add toggle button + save gui settings on closea1xd2020-10-086-60/+159
* ease requirements for loading driver settingsa1xd2020-10-072-22/+39
* add static default settings in wrappera1xd2020-10-071-1/+1
* Fixed anisotropy not loading correctly on savev1.0.2a1xd2020-10-071-1/+2
* set invisible args to default values before writea1xd2020-09-294-20/+21
* Fix legacy offset bugsJacob Palecki2020-09-271-23/+4
* Handle errors from bad arg on writeJacob Palecki2020-09-272-2/+30
* Merge and fix write buttonJacob Palecki2020-09-278-78/+167
|\
| * add arg checks in wrappera1xd2020-09-278-78/+165
| * Fix for second dot not clearing:Jacob Palecki2020-09-273-0/+13
* | Fix for second dot not clearing:Jacob Palecki2020-09-273-0/+13
|/
* Remove logarithmJacob Palecki2020-09-261-1/+0
* Scale Last Mouse Move by poll rateJacob Palecki2020-09-263-5/+20
* Show active values correctly for x\y option sensitivityJacob Palecki2020-09-264-3/+47
* SetActive changes field default, bugs fixedJacob Palecki2020-09-256-20/+25
* Last mouse move perfetly responsive at 100 FPSJacob Palecki2020-09-255-1/+47
* Fix 0 point for separate x y sensJacob Palecki2020-09-251-3/+8
* merge with writerJacob Palecki2020-09-253-142/+25
|\
| * add initial writera1xd2020-09-253-143/+25
* | Use log LUT rather than binary search for last mouse move pointJacob Palecki2020-09-252-16/+70
* | Remove waithandle:Jacob Palecki2020-09-241-4/+0
* | Add to Guide, fix motility nameJacob Palecki2020-09-231-0/+3
|/
* Fix gain scalingJacob Palecki2020-09-221-2/+2
* Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-223-9/+18
* Save option to show velocity and gain on gui startupJacob Palecki2020-09-223-2/+12
* Rename write buttonJacob Palecki2020-09-221-2/+0
* Rename active to current, make dropdown display accel type on active value setJacob Palecki2020-09-222-6/+2
* Fix cap style defaulting to legacyJacob Palecki2020-09-221-1/+1
* Scaling improvement, remove y data from xy combinedJacob Palecki2020-09-226-0/+116
* Rename experiment two to motivityJacob Palecki2020-09-225-3/+54
* Fix bug & rename x axis to input speedJacob Palecki2020-09-222-2/+13
* Mostly worksJacob Palecki2020-09-228-5/+62
* Merge branch 'GUI' into experimentJacob Palecki2020-09-2113-154/+640
|\
| * x/y diff sens worksJacob Palecki2020-09-212-1/+6
| * separate x/y mostly worksJacob Palecki2020-09-218-26/+59
| * Attempt to get separate x/y workingJacob Palecki2020-09-205-18/+109
| * further workJacob Palecki2020-09-193-25/+35
| * Add y lines to graphes + further workJacob Palecki2020-09-176-14/+25