-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Finish client GUI #621
Finish client GUI #621
Conversation
Additional fixes: - Move SubtitlePositioner (not only GUI logic) - Remove invalid PacketReportProvider mapping (by gradle task) - Append `website` to wordlist
Can you enable actions on your fork of the repository so that I can download the generated diff? |
- Well, fastutil is still down, but at least it is *less* broken...
Should be enabled now. Since I pushed a new commit as well, it performs a fresh run of the workflows, which I couldn't get it to do with the old commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, mostly just nitpicks
mappings/net/minecraft/client/gui/screen/TelemetryDataScreen.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/screen/realms/RealmsBackupScreen.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/screen/realms/RealmsMainScreen.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/widget/list/EntryListWidget.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/widget/list/world/WorldEntryListWidget.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/widget/list/world/WorldEntryListWidget.mapping
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great, thank you so much for the huge PR! just a few suggestions
mappings/net/minecraft/client/gui/screen/realms/RealmsMainScreen.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/screen/realms/RealmsMainScreen.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/screen/world/CreateWorldScreen.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/widget/CheckboxWidget.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/widget/CheckboxWidget.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/widget/list/EntryListWidget.mapping
Outdated
Show resolved
Hide resolved
Applied some of your suggestions, let me know what you think! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some thoughts of mine
mappings/net/minecraft/client/gui/WorldGenerationProgressTracker.mapping
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small things
mappings/net/minecraft/client/gui/screen/realms/RealmsPlayerScreen.mapping
Show resolved
Hide resolved
Did not mean to rerequest @ix0rai for review (screw you github for moving the UI unexpectedly) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double approved
When would this be eligible for merge? |
whoops, I was supposed to start fcp when I approved, mb |
Title. My first QM contribution, please be gentle!
Additional fixes:
SubtitlePositioner
(not only GUI logic)PacketReportProvider
mapping (by gradle task)website
to wordlist