| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix last mouse move - swapped axes | a1xd | 2021-01-22 | 1 | -2/+2 |
| | | |||||
| * | Final graph fidelity tweaks and fixes | Jacob Palecki | 2021-01-20 | 1 | -2/+2 |
| | | |||||
| * | Directional works | Jacob Palecki | 2021-01-18 | 6 | -44/+24 |
| | | |||||
| * | Refactor for new graph calculation method | Jacob Palecki | 2021-01-18 | 6 | -25/+34 |
| | | |||||
| * | Many small tweaks | Jacob Palecki | 2021-01-12 | 2 | -8/+2 |
| | | |||||
| * | Driver works | Jacob Palecki | 2021-01-11 | 1 | -0/+4 |
| | | |||||
| * | Implement direcitonality UI | Jacob Palecki | 2021-01-10 | 1 | -1/+3 |
| | | |||||
| * | add more changes from review | a1xd | 2020-12-05 | 5 | -9/+9 |
| | | | | | | | improve version error messages revert poll time changes add range validation after text parse | ||||
| * | add changes from review | a1xd | 2020-12-03 | 1 | -4/+12 |
| | | | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher | ||||
| * | fix chart range not updating on disable | a1xd | 2020-12-03 | 1 | -15/+12 |
| | | |||||
| * | add directional multipliers | a1xd | 2020-12-03 | 5 | -9/+9 |
| | | | | | | | adds multipliers for movement in negative directions (up & left by default, can be flipped by rot or sens) avoid division by user input in mousewatcher | ||||
| * | Remove experiment file, set driver lang to c++17, fix by component last ↵ | Jacob Palecki | 2020-11-27 | 1 | -28/+2 |
| | | | | | mouse move | ||||
| * | Fix simulated mouse input bug + small renaming | Jacob Palecki | 2020-10-15 | 3 | -4/+4 |
| | | |||||
| * | add scroll to charts | a1xd | 2020-10-08 | 3 | -86/+11 |
| | | |||||
| * | add toggle button + save gui settings on close | a1xd | 2020-10-08 | 1 | -2/+2 |
| | | | | | remove option to disable write on startup | ||||
| * | Fix for second dot not clearing: | Jacob Palecki | 2020-09-27 | 3 | -0/+13 |
| | | |||||
| * | SetActive changes field default, bugs fixed | Jacob Palecki | 2020-09-25 | 1 | -6/+6 |
| | | |||||
| * | Last mouse move perfetly responsive at 100 FPS | Jacob Palecki | 2020-09-25 | 3 | -0/+21 |
| | | |||||
| * | Remove sigmoidgain, only allow one instance of grapher to run at a time | Jacob Palecki | 2020-09-22 | 1 | -6/+16 |
| | | |||||
| * | Scaling improvement, remove y data from xy combined | Jacob Palecki | 2020-09-22 | 4 | -0/+29 |
| | | |||||
| * | Rename experiment two to motivity | Jacob Palecki | 2020-09-22 | 1 | -1/+0 |
| | | |||||
| * | Fix bug & rename x axis to input speed | Jacob Palecki | 2020-09-22 | 1 | -0/+4 |
| | | |||||
| * | Mostly works | Jacob Palecki | 2020-09-22 | 3 | -0/+45 |
| | | |||||
| * | separate x/y mostly works | Jacob Palecki | 2020-09-21 | 4 | -15/+40 |
| | | |||||
| * | Attempt to get separate x/y working | Jacob Palecki | 2020-09-20 | 1 | -1/+7 |
| | | |||||
| * | further work | Jacob Palecki | 2020-09-19 | 1 | -1/+1 |
| | | |||||
| * | Add y lines to graphes + further work | Jacob Palecki | 2020-09-17 | 4 | -1/+24 |
| | | |||||
| * | Further work | Jacob Palecki | 2020-09-17 | 6 | -28/+45 |
| | | |||||
| * | Much progress | Jacob Palecki | 2020-09-17 | 5 | -5/+62 |
| | | |||||
| * | Unsure if I will use this | Jacob Palecki | 2020-09-16 | 6 | -116/+330 |
| | | |||||
| * | Clean up chart titles, axes, legends | Jacob Palecki | 2020-09-08 | 1 | -1/+14 |
| | | |||||
| * | By component, anisotropy full works | Jacob Palecki | 2020-09-08 | 2 | -9/+25 |
| | | |||||
| * | Add option to turn off last mouse move dot | Jacob Palecki | 2020-09-08 | 2 | -7/+32 |
| | | |||||
| * | Center write button | Jacob Palecki | 2020-09-08 | 1 | -1/+12 |
| | | |||||
| * | Remove and sort usings en masse | Jacob Palecki | 2020-09-08 | 3 | -21/+1 |
| | | |||||
| * | Add chart resize | Jacob Palecki | 2020-09-07 | 2 | -0/+49 |
| | | |||||
| * | Move constants to central class | Jacob Palecki | 2020-09-01 | 2 | -14/+7 |
| | | |||||
| * | Add constants class and separate classes into regions | Jacob Palecki | 2020-09-01 | 3 | -11/+27 |
| | | |||||
| * | Show xy charts only when accel applied by component | Jacob Palecki | 2020-09-01 | 1 | -7/+3 |
| | | |||||
| * | Fix initial points, add poll time constant | Jacob Palecki | 2020-08-13 | 2 | -4/+4 |
| | | |||||
| * | All works smoothly | Jacob Palecki | 2020-08-13 | 3 | -54/+82 |
| | | |||||
| * | Dot to show mouse move | Jacob Palecki | 2020-08-13 | 2 | -32/+131 |
| | | |||||
| * | Almost working | Jacob Palecki | 2020-08-12 | 2 | -14/+51 |
| | | |||||
| * | Factor accel calculations into calculation classes | Jacob Palecki | 2020-08-12 | 2 | -1/+19 |
| | | |||||
| * | Reorganized solution into directories | Jacob Palecki | 2020-08-12 | 2 | -0/+259 |