summaryrefslogtreecommitdiff
path: root/wrapper
Commit message (Expand)AuthorAgeFilesLines
* forbid 0 accel with naturalgaina1xd2020-09-301-0/+2
* change cut off from 1 to 10 for natural(gain) accel vala1xd2020-09-291-2/+2
* change scale cap keya1xd2020-09-291-0/+1
* set invisible args to default values before writea1xd2020-09-291-0/+1
* add wrapper optimizationa1xd2020-09-291-5/+4
* disallow negative weight with non-additive typesa1xd2020-09-281-3/+6
* update build configa1xd2020-09-281-1/+7
* add arg checks in wrappera1xd2020-09-272-23/+93
* Hide minimum time attributeJacob Palecki2020-09-261-0/+1
* Remove logarithmJacob Palecki2020-09-261-1/+1
* add initial writera1xd2020-09-251-10/+129
* add lut exp to drivera1xd2020-09-221-2/+19
* Add delay on button enable after writing to driverJacob Palecki2020-09-081-0/+2
* add 1s write delay to drivera1xd2020-09-012-6/+0
* add independent xy accel to drivera1xd2020-08-316-158/+99
* clean up wrapper, minimize heap alloca1xd2020-08-245-96/+27
* Fix rotation getterJacob Palecki2020-08-221-1/+1
* Saving and loading fully worksJacob Palecki2020-08-222-6/+10
* Serialization mostly workingJacob Palecki2020-08-201-0/+3
* Display active valuesJacob Palecki2020-08-202-13/+30
* Fix initial points, add poll time constantJacob Palecki2020-08-132-0/+14
* Disallow differing x and y weights with gain capJacob Palecki2020-08-111-1/+1
* Merge branch 'master' into GainCapJacob Palecki2020-08-111-3/+0
|\
| * define exceptions for invalid arg & io errorsa1xd2020-08-111-3/+0
* | Add velocity gain optionJacob Palecki2020-08-042-2/+5
|/
* Read from driver to get graph valuesJacob Palecki2020-08-032-1/+5
* Start work on reading from driverJacob Palecki2020-08-037-21/+37
* move write function into common io headera1xd2020-07-315-11/+11
* Show no settings for off, remove unused class for PRJacob Palecki2020-07-312-14/+18
|\
| * update grapher/wrapper for st-refactora1xd2020-07-312-11/+12
* | Fix small bugs, add AccelOptions classJacob Palecki2020-07-302-0/+3
* | Take all variables through GUIJacob Palecki2020-07-292-4/+33
* | Compiles but may fileJacob Palecki2020-07-296-5/+53
|/
* Use modifier object in wrapperJacob Palecki2020-07-292-17/+17
* add per-class args structsJacob Palecki2020-07-281-5/+5
* Get rid of enum and use types\tags directlyJacob Palecki2020-07-281-2/+2
* Rename acceleration constants, argumentsJacob Palecki2020-07-281-1/+1
* More comments and light refactoringJacob Palecki2020-07-282-2/+2
* Remove extra mode from variablesJacob Palecki2020-07-281-1/+1
* Further refactoring and commentsJacob Palecki2020-07-281-1/+1
* skeletonJacob Palecki2020-07-272-2/+2
* Add a basic windows forms grapherJacob Palecki2020-07-242-4/+9
* Added simple c++/cli wrapperJacob Palecki2020-07-234-0/+214