summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * skeletonJacob Palecki2020-07-275-58/+342
|/
* Merge pull request #5 from JacobPalecki/WrapperAndGraphera1xd2020-07-2416-0/+904
|\
| * Add correct names and labelsJacob Palecki2020-07-243-24/+34
| * Merge branch 'master' into WrapperAndGrapherJacob Palecki2020-07-241-21/+30
| |\ | |/ |/|
* | Merge pull request #4 from a1xd/vec-parse-fixa1xd2020-07-241-21/+30
|\ \
| * | Disambiguate CLI syntax of optional 2d vectorsa1xd2020-07-241-21/+30
|/ /
* | Merge pull request #3 from JacobPalecki/PowerFixa1xd2020-07-242-8/+7
|\ \
| | * Merge branch 'PowerFix' into WrapperAndGrapherJacob Palecki2020-07-242-8/+7
| | |\ | | |/ | |/|
| * | Flip k and b as scale and exponent for power modeJacob Palecki2020-07-242-8/+7
| | * Merge branch 'PowerFix' into WrapperAndGrapherJacob Palecki2020-07-241-2/+2
| | |\ | | |/ | |/|
| * | Apply k to speed, allow values over 0Jacob Palecki2020-07-241-2/+2
|/ /
| * Add a basic windows forms grapherJacob Palecki2020-07-2414-4/+664
| * Added simple c++/cli wrapperJacob Palecki2020-07-235-0/+234
|/
* Merge pull request #2 from JacobPalecki/PowerStylea1xd2020-07-232-3/+7
|\
| * increment k for power styleJacob Palecki2020-07-231-0/+1
| * Use speed instead of b, preserve speed < 1 behavior without offsetJacob Palecki2020-07-231-1/+1
| * Fix offset for power mode, add scale factor for power modeJacob Palecki2020-07-232-3/+6
|/
* Merge pull request #1 from JacobPalecki/PowerStylea1xd2020-07-232-2/+8
|\
| * Added source-style power acceleration optionJacob Palecki2020-07-222-2/+8
|/
* add a licensea1xd2020-07-221-0/+21
* make a readmea1xd2020-07-221-0/+13
* Add project files.v0.1-testa1xd2020-07-2219-0/+10729