summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix conversion of non-linear quake accela1xd2020-10-121-1/+3
| |
| * fix #34 bad cap and sens conversiona1xd2020-10-111-6/+8
| |
| * refactor convertera1xd2020-10-112-82/+107
| |
| * raise default scale cap from 9 to 128a1xd2020-10-101-1/+1
|/
* Merge pull request #33 from a1xd/1.1v1.1.0a1xd2020-10-0820-1196/+1310
|\ | | | | 1.1
| * add magic number to constantsa1xd2020-10-082-2/+4
| |
| * disable write button when settings are toggled offa1xd2020-10-081-4/+4
| |
| * improve comments, variable namesa1xd2020-10-084-118/+118
| |
| * Follow full C# conventionJacob Palecki2020-10-082-2/+22
| |
| * rename sensitivity field to 'sens multiplier'a1xd2020-10-083-4/+4
| |
| * add scroll to chartsa1xd2020-10-088-1089/+1070
| |
| * add toggle button + save gui settings on closea1xd2020-10-0812-98/+184
| | | | | | | | remove option to disable write on startup
| * ease requirements for loading driver settingsa1xd2020-10-072-22/+39
| | | | | | | | | | | | | | gui settings are no longer needed this covers edge case where interaccel converter is used but the gui does not run until after reboot
| * add static default settings in wrappera1xd2020-10-072-2/+2
| |
| * improve installer + docsa1xd2020-10-073-3/+11
|/ | | | | improve exception handling add link to vcr redist in install section of guide
* Fixed anisotropy not loading correctly on savev1.0.2a1xd2020-10-073-4/+8
|
* Merge pull request #31 from a1xd/fix-1.0.0JacobPalecki2020-09-291-0/+2
|\ | | | | forbid 0 accel with naturalgain
| * forbid 0 accel with naturalgaina1xd2020-09-301-0/+2
|/
* Merge pull request #30 from a1xd/fix-1.0.0JacobPalecki2020-09-293-4/+7
|\ | | | | small fixes for 1.0.0
| * fix typo in guia1xd2020-09-291-1/+1
| |
| * build writer as win app instead of console appa1xd2020-09-291-1/+4
| |
| * change cut off from 1 to 10 for natural(gain) accel vala1xd2020-09-291-2/+2
|/
* Merge pull request #29 from JacobPalecki/GUIa1xd2020-09-293-4/+4
|\ | | | | Docs: Small Fixes
| * Small fixesJacob Palecki2020-09-293-4/+4
|/
* Merge pull request #28 from a1xd/initial-releaseJacobPalecki2020-09-2939-81/+617
|\ | | | | interaccel converter
| * Potential link fix, better power picJacob Palecki2020-09-292-8/+8
| |
| * fix doc linka1xd2020-09-291-1/+1
| |
| * move docs out of graphera1xd2020-09-2912-1/+1
| |
| * change scale cap keya1xd2020-09-291-0/+1
| |
| * add readme touchups and grapher name changea1xd2020-09-296-27/+16
| |
| * merge + small fixesJacob Palecki2020-09-2923-33/+579
| |\
| | * set invisible args to default values before writea1xd2020-09-295-20/+22
| | |
| | * add wrapper optimizationa1xd2020-09-291-5/+4
| | |
| | * add interaccel convertera1xd2020-09-294-0/+363
| | |
| | * disallow negative weight with non-additive typesa1xd2020-09-282-4/+7
| | |
| | * update build configa1xd2020-09-2814-4/+183
| |/ |/|
| * Use 0 for cap\offset when not visibleJacob Palecki2020-09-281-3/+3
|/
* Merge pull request #27 from JacobPalecki/GUIa1xd2020-09-285-50/+68
|\ | | | | GUI Error Handling
| * Fix legacy offset bugsJacob Palecki2020-09-271-23/+4
| |
| * Show MessageBox with exception on driver not installedJacob Palecki2020-09-271-1/+2
| |
| * Handle errors from bad arg on writeJacob Palecki2020-09-272-2/+30
| |
| * Fix tab behaviorJacob Palecki2020-09-271-21/+27
| |
| * Merge and fix write buttonJacob Palecki2020-09-2731-196/+606
| |\ | |/ |/|
* | Merge pull request #26 from a1xd/argcheckJacobPalecki2020-09-2734-196/+617
|\ \ | | | | | | Accel arg checks
| * | add arg checks in wrappera1xd2020-09-2728-195/+575
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor changes to settings shape, requires driver reinstall add error handling to writer grapher changes: add prettier serialization + comments add elements for scale and separated limit/exp reset irrelevant (invisible) arg input before checks/write
| * | add os detection to installera1xd2020-09-273-1/+29
| | | | | | | | | | | | it --probably-- doesn't run installation on anything older than W10
| * | Fix for second dot not clearing:Jacob Palecki2020-09-273-0/+13
|/ /
* | Merge pull request #25 from JacobPalecki/GUIa1xd2020-09-2615-77/+39
|\ \ | | | | | | Small fixes and touchups
* \ \ Merge pull request #24 from JacobPalecki/GUIa1xd2020-09-2614-8/+83
|\ \ \ | | | | | | | | Round out Guide, create FAQ, small bugfixes
* \ \ \ Merge pull request #23 from JacobPalecki/GUIa1xd2020-09-2623-191/+451
|\ \ \ \ | | | | | | | | | | Settings writer; GUI performance enhancement and touchups