summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| | * Take all variables through GUIJacob Palecki2020-07-293-30/+103
| | * Take new data for most fields by pressing enterJacob Palecki2020-07-292-16/+106
| | * Rename elements and add write buttonJacob Palecki2020-07-292-142/+169
| | * Compiles but may fileJacob Palecki2020-07-2910-38/+102
| | * Added skeleton for input fieldsJacob Palecki2020-07-292-17/+253
| | * Allow zooming on graphJacob Palecki2020-07-291-0/+17
| |/
| * Use modifier object in wrapperJacob Palecki2020-07-293-18/+18
| * Inline methods for linking, and fix sens application bugJacob Palecki2020-07-299-25/+29
| * Separate accel implementations into filesJacob Palecki2020-07-2911-192/+314
| * add per-class args structsJacob Palecki2020-07-283-51/+61
| * Get rid of enum and use types\tags directlyJacob Palecki2020-07-284-29/+15
| * Rename acceleration constants, argumentsJacob Palecki2020-07-283-39/+39
| * More comments and light refactoringJacob Palecki2020-07-284-7/+61
| * Fix not all paths returning valueJacob Palecki2020-07-281-2/+4
| * Rename variables and add modify functionsJacob Palecki2020-07-284-20/+33
| * Remove extra mode from variablesJacob Palecki2020-07-283-5/+3
| * Further refactoring and commentsJacob Palecki2020-07-284-236/+323