summaryrefslogtreecommitdiff
path: root/common/rawaccel.hpp
Commit message (Collapse)AuthorAgeFilesLines
* increase default sens capa1xd2021-02-021-1/+1
|
* add angle snappinga1xd2021-01-211-0/+32
| | | | probably works like interaccel
* direction/distance calc - small optsa1xd2021-01-211-17/+9
|
* Some fixesJacob Palecki2021-01-111-11/+19
|
* Implement direcitonality UIJacob Palecki2021-01-101-8/+3
|
* Add to stigma, directional to settingsJacob Palecki2021-01-081-11/+20
|
* Add core logic in commonJacob Palecki2021-01-071-1/+77
|
* add changes from reviewa1xd2020-12-031-7/+7
| | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher
* add directional multipliersa1xd2020-12-031-1/+12
| | | | | | 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
* move speedcap into acceleratora1xd2020-10-211-10/+9
|
* add speed capa1xd2020-10-201-6/+22
|
* raise default scale cap from 9 to 128a1xd2020-10-101-1/+1
|
* add arg checks in wrappera1xd2020-09-271-2/+0
| | | | | | | | | | | 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
* Remove logarithmJacob Palecki2020-09-261-3/+0
|
* Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-221-4/+1
|
* Rename experiment two to motivityJacob Palecki2020-09-221-7/+7
|
* add lut exp to drivera1xd2020-09-221-8/+19
|
* log sigmoid sens doneJacob Palecki2020-09-191-0/+3
|
* Add improved logarithm styleJacob Palecki2020-09-091-0/+3
|
* Remove log and sigmoid stylesJacob Palecki2020-09-041-7/+1
|
* add independent xy accel to drivera1xd2020-08-311-152/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other changes: modifier_args type name is now settings, which is now the type passed in driver ioctl remove most settings/args verification from driver, plan to let gui handle most of it add another accel arg, rate, which is used to set the 'accel' parameter of types which call exp (nat/sig), might want to cap it add (update) serializable DriverSettings (ModifierArgs) class to gui and static methods for interop remove properties from ManagedAccel, its now just a black box for accessing modifier methods add exception handling in wrapper_io to throw proper managed types change SettingsManager::Startup to make a new settings file if an error occurs during deserialization change structure of accel types; how offset and weight are applied now depend on additivity of types remove tagged_union and add a handrolled variant/visit impl AccelGui::UpdateActiveValueLabels currently broken for caps and a few other args remove gui default layout and initial natural accel setup cli not updated
* Display active valuesJacob Palecki2020-08-201-0/+3
|
* Sigmoid gainJacob Palecki2020-08-201-1/+2
|
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-1/+2
|
* Disallow differing x and y weights with gain capJacob Palecki2020-08-111-2/+1
|
* Merge branch 'master' into GainCapJacob Palecki2020-08-111-2/+4
|\
| * define exceptions for invalid arg & io errorsa1xd2020-08-111-2/+4
| |
* | Further commentsJacob Palecki2020-08-051-5/+41
| |
* | Fix gain cap for positive offsetsJacob Palecki2020-08-051-15/+11
| |
* | Add velocity gain optionJacob Palecki2020-08-041-5/+65
|/
* move clipp/parse logic into console projecta1xd2020-07-311-1/+1
|
* add more tweaks for st-refactora1xd2020-07-311-17/+11
|
* Make weight a member of accel_basea1xd2020-07-301-18/+6
| | | | This exposes weight to derived accel types, which now supply a method to transform acceleration into scale.
* add tweaks for st-refactora1xd2020-07-301-40/+33
|
* Use modifier object in wrapperJacob Palecki2020-07-291-1/+1
|
* Inline methods for linking, and fix sens application bugJacob Palecki2020-07-291-3/+7
|
* Separate accel implementations into filesJacob Palecki2020-07-291-188/+24
|
* add per-class args structsJacob Palecki2020-07-281-23/+35
|
* Get rid of enum and use types\tags directlyJacob Palecki2020-07-281-19/+5
|
* Rename acceleration constants, argumentsJacob Palecki2020-07-281-37/+37
|
* More comments and light refactoringJacob Palecki2020-07-281-3/+57
|
* Fix not all paths returning valueJacob Palecki2020-07-281-2/+4
|
* Rename variables and add modify functionsJacob Palecki2020-07-281-3/+16
|
* Remove extra mode from variablesJacob Palecki2020-07-281-3/+1
|
* Further refactoring and commentsJacob Palecki2020-07-281-235/+311
|
* skeletonJacob Palecki2020-07-271-55/+137
|
* Flip k and b as scale and exponent for power modeJacob Palecki2020-07-241-5/+4
|
* Apply k to speed, allow values over 0Jacob Palecki2020-07-241-2/+2
|
* 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
|