| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Take all variables through GUI | Jacob Palecki | 2020-07-29 | 3 | -30/+103 |
| | | |||||
| * | Take new data for most fields by pressing enter | Jacob Palecki | 2020-07-29 | 2 | -16/+106 |
| | | |||||
| * | Rename elements and add write button | Jacob Palecki | 2020-07-29 | 2 | -142/+169 |
| | | |||||
| * | Compiles but may file | Jacob Palecki | 2020-07-29 | 10 | -38/+102 |
| | | |||||
| * | Added skeleton for input fields | Jacob Palecki | 2020-07-29 | 2 | -17/+253 |
| | | |||||
| * | Allow zooming on graph | Jacob Palecki | 2020-07-29 | 1 | -0/+17 |
| | | |||||
| * | Use modifier object in wrapper | Jacob Palecki | 2020-07-29 | 3 | -18/+18 |
| | | |||||
| * | Inline methods for linking, and fix sens application bug | Jacob Palecki | 2020-07-29 | 9 | -25/+29 |
| | | |||||
| * | Separate accel implementations into files | Jacob Palecki | 2020-07-29 | 11 | -192/+314 |
| | | |||||
| * | add per-class args structs | Jacob Palecki | 2020-07-28 | 3 | -51/+61 |
| | | |||||
| * | Get rid of enum and use types\tags directly | Jacob Palecki | 2020-07-28 | 4 | -29/+15 |
| | | |||||
| * | Rename acceleration constants, arguments | Jacob Palecki | 2020-07-28 | 3 | -39/+39 |
| | | |||||
| * | More comments and light refactoring | Jacob Palecki | 2020-07-28 | 4 | -7/+61 |
| | | |||||
| * | Fix not all paths returning value | Jacob Palecki | 2020-07-28 | 1 | -2/+4 |
| | | |||||
| * | Rename variables and add modify functions | Jacob Palecki | 2020-07-28 | 4 | -20/+33 |
| | | |||||
| * | Remove extra mode from variables | Jacob Palecki | 2020-07-28 | 3 | -5/+3 |
| | | |||||
| * | Further refactoring and comments | Jacob Palecki | 2020-07-28 | 4 | -236/+323 |
| | | |||||
| * | skeleton | Jacob Palecki | 2020-07-27 | 5 | -58/+342 |
| | | |||||
| * | Merge pull request #5 from JacobPalecki/WrapperAndGrapher | a1xd | 2020-07-24 | 16 | -0/+904 |
| |\ | | | | | Wrapper and grapher | ||||
| | * | Add correct names and labels | Jacob Palecki | 2020-07-24 | 3 | -24/+34 |
| | | | |||||
| | * | Merge branch 'master' into WrapperAndGrapher | Jacob Palecki | 2020-07-24 | 1 | -21/+30 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #4 from a1xd/vec-parse-fix | a1xd | 2020-07-24 | 1 | -21/+30 |
| |\ \ | | | | | | | Disambiguate CLI syntax of optional 2d vectors | ||||
| | * | | Disambiguate CLI syntax of optional 2d vectors | a1xd | 2020-07-24 | 1 | -21/+30 |
| |/ / | |||||
| * | | Merge pull request #3 from JacobPalecki/PowerFix | a1xd | 2020-07-24 | 2 | -8/+7 |
| |\ \ | | | | | | | Power style: additional fixes | ||||
| | | * | Merge branch 'PowerFix' into WrapperAndGrapher | Jacob Palecki | 2020-07-24 | 2 | -8/+7 |
| | | |\ | | |/ | |/| | |||||
| | * | | Flip k and b as scale and exponent for power mode | Jacob Palecki | 2020-07-24 | 2 | -8/+7 |
| | | | | |||||
| | | * | Merge branch 'PowerFix' into WrapperAndGrapher | Jacob Palecki | 2020-07-24 | 1 | -2/+2 |
| | | |\ | | |/ | |/| | |||||
| | * | | Apply k to speed, allow values over 0 | Jacob Palecki | 2020-07-24 | 1 | -2/+2 |
| |/ / | |||||
| | * | Add a basic windows forms grapher | Jacob Palecki | 2020-07-24 | 14 | -4/+664 |
| | | | |||||
| | * | Added simple c++/cli wrapper | Jacob Palecki | 2020-07-23 | 5 | -0/+234 |
| |/ | |||||
| * | Merge pull request #2 from JacobPalecki/PowerStyle | a1xd | 2020-07-23 | 2 | -3/+7 |
| |\ | | | | | Fix offset for power mode, add scale factor for power mode | ||||
| | * | increment k for power style | Jacob Palecki | 2020-07-23 | 1 | -0/+1 |
| | | | |||||
| | * | Use speed instead of b, preserve speed < 1 behavior without offset | Jacob Palecki | 2020-07-23 | 1 | -1/+1 |
| | | | |||||
| | * | Fix offset for power mode, add scale factor for power mode | Jacob Palecki | 2020-07-23 | 2 | -3/+6 |
| |/ | |||||
| * | Merge pull request #1 from JacobPalecki/PowerStyle | a1xd | 2020-07-23 | 2 | -2/+8 |
| |\ | | | | | Added source-style power acceleration option | ||||
| | * | Added source-style power acceleration option | Jacob Palecki | 2020-07-22 | 2 | -2/+8 |
| |/ | |||||
| * | add a license | a1xd | 2020-07-22 | 1 | -0/+21 |
| | | |||||
| * | make a readme | a1xd | 2020-07-22 | 1 | -0/+13 |
| | | |||||
| * | Add project files.v0.1-test | a1xd | 2020-07-22 | 19 | -0/+10729 |
| | | |||||
| * | Add .gitignore and .gitattributes. | a1xd | 2020-07-22 | 2 | -0/+403 |