-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Updates from mainline #2482
Merged
Merged
Updates from mainline #2482
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
The extraListener is now an interface
The extraListener is now an interface Co-authored-by: SerpentSpirale <[email protected]>
- Removed profiles fragment because Serpent begged me not to use viewpager - Progressed further with the profiles dialog, now it's actually usable - Now launcher doesn't have profile amnesia - More splitting of raw version selector and profile selector Bugs: - Saving profiles in the editor does nothing TODO: - Implement launching the game with selected profile - Replace "Unknown" version ID in profiles with mProfile.selectedVersion for ease of migration
OpenGL 4.4 is incomplete, especially GL_ARB_buffer_storage, which is enabled by default in Sodium.
Fix secondary pointers not affecting the touchbar
Co-authored-by: SerpentSpirale <[email protected]>
Related issue: #2378
Added side by side (alpha, non-alpha color view) Removed "tapping" from all listeners (since it became pointless) Now all listeners don't fire events when the values are set programmatically Remove unneeded logging Clean up typos
Other changes: The ColorSelectionListener is back! Now ColorSelector.runColor(int) is used for unified initialization Added invalidate flag into SVRectangleView.setColor() to avoid a useless invalidation in runColor() Moved repeating Color.HSVtoColor into ColorSelector.dispatchColorChange() Fixed a bug: mAlphaSelected wasn't set to the appropriate value by runColor, leading to the Color Preview and HEX edit breaking in some cases
Added access modifiers (why :despair:) Moved the cast Added error reporting if the tex in the HEX edit box is not a valid HEX value (by making the text red)
... which allowed me to remove the Google Material dependency once and for all!
Change Arc Capes title to Cosmetica Capes
Install the Internal JRE8 if there isn't any JRE8 installed (update Internal JRE8 remains unchanged)
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.
No description provided.