Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialization fixes and an extra DiscreteAction #14

Merged
merged 4 commits into from Nov 11, 2014

Conversation

ddaf
Copy link
Contributor

@ddaf ddaf commented Nov 11, 2014

I had a problem with flybywire not saving my manual deadzone settings, which I have now fixed. I added a DiscreteAction for doing pitch trimming, which works really well compared to analog trimming. I also moved the toolbar button image into the addon folder, since this is what other addons seem to do. I lost a lot of settings because I didn't know I had to manually save configuration under Mod Settings first, so I made it save state whenever a setting window is closed, which might help a lot of new users.

This is my first ever pull request on a KSP addon, so do inspect my code and make sure I didn't make any mistakes. Thanks for a really awesome addon!

ddaf added 4 commits November 11, 2014 02:42
Fixed manualDeadZones and treatHatsAsButtons not being serialized
properly
Moved toolbar btn image into addon folder
Saving changes right away should prevent loss of changes in case of
crashes etc.
@AlexanderDzhoganov
Copy link
Owner

This is really cool :) Thank you so much for the contribution, I really appreciate the help!
Code is awesome, merging this immediately

AlexanderDzhoganov added a commit that referenced this pull request Nov 11, 2014
Serialization fixes and an extra DiscreteAction
@AlexanderDzhoganov AlexanderDzhoganov merged commit 0543cdf into AlexanderDzhoganov:master Nov 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants