-
Notifications
You must be signed in to change notification settings - Fork 367
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
Support Elite: Dangerous #1896
Merged
diogotr7
merged 84 commits into
antonpup:dev
from
DrParanoia:feature/support-elite-dangerous
Mar 22, 2020
Merged
Support Elite: Dangerous #1896
diogotr7
merged 84 commits into
antonpup:dev
from
DrParanoia:feature/support-elite-dangerous
Mar 22, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- added an icon - added a simple background layer - added a simple Overview
…port_elite_dangerous
…port_elite_dangerous
- started working on Elite: Dangerous game state and event
…port_elite_dangerous
- implemented a file watcher for bind files - stop/start file watchers as needed
…port_elite_dangerous
- added some classes for the future
- added structures for binds - started implementing control/color groups
- working on making color groups depend on the game status
- implemented a file reader - implemented more color groups - implemented blinking keys
- added control groups for the galaxy and system maps
- changed how game state is checked
…port_elite_dangerous # Conflicts: # Project-Aurora/Project-Aurora/Project-Aurora.csproj
- added highlighting for UI panels
- better key color presetting - code cleanups
# Conflicts: # Project-Aurora/Project-Aurora/packages.config
…bindings are not used
- moved SelectTarget to Offence color group
# Conflicts: # Project-Aurora/Project-Aurora/Project-Aurora.csproj
# Conflicts: # Project-Aurora/Project-Aurora/Profiles/LightingStateManager.cs # Project-Aurora/Project-Aurora/Project-Aurora.csproj
…x a potential crash)
…ated during the game
…le does not yet exist
…at or Discovery mode
diogotr7
approved these changes
Mar 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After some time and tests (performed by me and some members from the E: D community) I decided to finally create a PR.
Something will most likely break after the HUGE update in December of 2020, but until then, my current implementation of E: D integration should be enough.
Post on E: D forums: https://forums.frontier.co.uk/threads/rgb-keyboard-support-for-elite.521011/
Small demonstration video: https://www.youtube.com/watch?v=AZcko72GoBc
P.S.
Never coded in C#, so please be gentle :D