summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ability to have x\y graphsJacob Palecki2020-08-126-81/+268
* Fixed some edge cases around not using enterJacob Palecki2020-08-122-6/+12
* Nicer decimals, enter press not needed to enter valuesJacob Palecki2020-08-123-75/+99
* Merge pull request #14 from JacobPalecki/GainCapa1xd2020-08-1211-74/+391
|\
| * Disallow differing x and y weights with gain capJacob Palecki2020-08-117-28/+73
| * Merge branch 'master' into GainCapJacob Palecki2020-08-1115-47/+87
| |\ | |/ |/|
* | Merge pull request #13 from a1xd/write-cda1xd2020-08-1115-47/+87
|\ \
| * | define exceptions for invalid arg & io errorsa1xd2020-08-1113-42/+65
| * | add a cooldown on write (one second)a1xd2020-08-062-5/+22
|/ /
| * Further commentsJacob Palecki2020-08-051-5/+41
| * Fix gain cap for positive offsetsJacob Palecki2020-08-051-15/+11
| * Add velocity gain optionJacob Palecki2020-08-049-61/+301
|/
* Merge pull request #12 from JacobPalecki/GUIa1xd2020-08-0414-168/+539
|\
| * Even nicerJacob Palecki2020-08-041-7/+3
| * Remove unnecessary .clear() callJacob Palecki2020-08-041-5/+0
| * Data rebind for faster graph updateJacob Palecki2020-08-042-27/+29
| * Read from driver to get graph valuesJacob Palecki2020-08-032-1/+5
| * Merge from masterJacob Palecki2020-08-031-5/+6
| |\ | |/ |/|
* | Merge pull request #9 from a1xd/read-fixa1xd2020-08-032-5/+7
|\ \
| * | fix read function using direct ioa1xd2020-08-032-5/+7
|/ /
| * Start work on reading from driverJacob Palecki2020-08-0310-22/+40
| * Merge branch 'master' into GUIJacob Palecki2020-08-0319-248/+273
| |\ | |/ |/|
* | Merge pull request #8 from a1xd/reada1xd2020-08-0119-248/+273
|\ \
| * | move clipp/parse logic into console projecta1xd2020-07-3111-162/+142
| * | move write function into common io headera1xd2020-07-3111-66/+45
| * | add reada1xd2020-07-314-23/+89
|/ /
| * Add tool menu to enable\disable chartsJacob Palecki2020-08-036-91/+225
| * Add gain and velocity graphsJacob Palecki2020-08-023-3/+80
| * Add velocity graphJacob Palecki2020-08-023-19/+82
| * Move logic out of forms class into accelgui classJacob Palecki2020-08-023-115/+198
|/
* Merge pull request #7 from JacobPalecki/GUIa1xd2020-07-3128-75/+1388
|\
| * Show no settings for off, remove unused class for PRJacob Palecki2020-07-3140-459/+562
| |\ | |/ |/|
* | Merge pull request #6 from a1xd/st-refactora1xd2020-07-3120-225/+842
|\ \
| * | update grapher/wrapper for st-refactora1xd2020-07-314-13/+89
| * | 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-2917-212/+570
| |\ \
| * | | add sum typesa1xd2020-07-292-0/+232
|/ / /
| | * Add class for storing settings from fileJacob Palecki2020-07-313-7/+23
| | * Small refactoring, use new struct to store magnitudesJacob Palecki2020-07-317-38/+114
| | * Use options instead of fieldsJacob Palecki2020-07-307-135/+170
| | * Use class heirarchy for layout typesJacob Palecki2020-07-3012-134/+234
| | * Fully use acceloptionsJacob Palecki2020-07-305-79/+200
| | * Fix small bugs, add AccelOptions classJacob Palecki2020-07-307-13/+115
| | * Adde accel type switchJacob Palecki2020-07-292-14/+43
| | * Fix a few bugs around fieldXYJacob Palecki2020-07-292-3/+7
| | * Add FieldXYJacob Palecki2020-07-295-90/+242
| | * All single-value boxes use fieldsJacob Palecki2020-07-293-62/+56
| | * Separate classes into files, add Field class for text box stateJacob Palecki2020-07-295-51/+182