Here's the list of commits I've pushed to the
virtual-axis branch. Release is close!
Code:
6755e28 - mfep, 3 minutes ago : DeadZone on user interface
e0a6d0c - mfep, 81 minutes ago : fix limit cycle in axis-controlled buttons
0598f7e - mfep, 87 minutes ago : deadZone internals I.
d1169e9 - mfep, 2 hours ago : GamepadAxis on user interface
9b7d0c4 - mfep, 2 hours ago : Read control should be the one with the largest absolute value
525ecca - mfep, 2 hours ago : GamepadAxisType internal
b368fca - mfep, 2 hours ago : fix warning in ButtonControl
301adcf - mfep, 20 hours ago : gamepadButtons on user interface
0b812dd - mfep, 21 hours ago : gamepadButton in KeyValue
1ae6b1e - mfep, 21 hours ago : Update visualization
490cac4 - mfep, 2 days ago : Remove original button when overwriting
483bdc5 - mfep, 2 days ago : Fix a bug in VirtualButtonsFromCode
bd3e5be - mfep, 2 days ago : Ensure that PositiveKeys and NegativeKeys are never null in ButtonTuple
3db5ec2 - mfep, 2 days ago : Second iteration of linear attack/release envelope in VirtualButton + UI
14ddde2 - mfep, 2 days ago : implement GetButton accessor in InputManager
6b31d7f - mfep, 6 days ago : Implement ButtonsChanged generalized event in the editor plugin
6fd97b4 - mfep, 8 days ago : Basics of uniform button events
196424b - mfep, 8 days ago : C#7 idiom in MappingSerializeErrorHandler
bb6b1a9 - mfep, 8 days ago : specify tool image in appveyor.yml
b3d730d - mfep, 8 days ago : new API is exposed in InputManager
fe623ec - mfep, 8 days ago : Add CurrentValueDisplayComponent
4266e18 - mfep, 8 days ago : First iteration of linear attack/release envelope in VirtualButton
ed2a717 - mfep, 9 days ago : fix appveyor build
783f0b4 - mfep, 9 days ago : code style
c5b5f93 - mfep, 9 days ago : update keymapping
21d77f2 - mfep, 10 days ago : Adapt tests to check axis functionality
0babd6e - mfep, 13 days ago : improve user interface design
dd06444 - mfep, 13 days ago : Merge branch 'master' into virtual-axis
fa717a7 - mfep, 13 days ago : remove possilble NullReferenceException
8562eaf - mfep, 13 days ago : Implement positive and negative keys in editor
d2f1745 - mfep, 13 days ago : ensure not having the same keyvalue present in the positive and negative keys
cf82611 - mfep, 13 days ago : new Editor first steps
e51ba15 - mfep, 13 days ago : Minor refactoring and Log message in MappingSerializeErrorHandler
355117c - mfep, 2 weeks ago : Write an SerializationErrorHandler to maintain backwards compatibility
5bf213b - mfep, 2 weeks ago : Merging new VirtualAxis functionality to VirtualButton
298ea4f - mfep, 2 weeks ago : VirtualAxis I.