forked from CleanroomMC/ModularUI
-
Notifications
You must be signed in to change notification settings - Fork 19
Sync upstream #44
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
Merged
Merged
Sync upstream #44
Conversation
This file contains hidden or 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
* copy paste gtceu fake world rendering * first working fake world renderer * lots of stuff * isometric rendering * fix yaw/pitch * Fake world work (GTNewHorizons#59) * clean up, fix layer button & scroll wheel dragging * ArraySchema & fixes * minor changes
* fix jei compat * accound for potential server-side crash
* detach GuiScreenWrapper * fix mouse input * slightly scuffed gui overlays * fix text widget for unusual scales * lots of small stuff * setup tests & own matrix and vector impl * dont use deprecated field * move overlay test to own class * test button overlapping * allow creating custom gui wrappers from UIFactory * helpers & javadoc for ui factories
* texture rework * "minor" changes - abstract cycle & toggle button - helper method for drawable arrays - add widget property for widget theme override - and some minor things * minor stuff
Member
Author
|
@brachy84 sorry i dindt know this was not ready to work with gtu in gtnh |
* add overloads, methods, and improve rich text * fix off by one trim * no need to translate * increment x by space width * add back translate in ClientScreenHandler * fix --------- Co-authored-by: brachy84 <[email protected]> (cherry picked from commit 90d5f2f)
(cherry picked from commit 859adc8)
(cherry picked from commit f81ecea)
(cherry picked from commit e52f70a)
(cherry picked from commit 57056e8)
(cherry picked from commit 1d06e56)
(cherry picked from commit 572e51b)
(cherry picked from commit 261e2d8)
(cherry picked from commit ab568fb)
(cherry picked from commit 72a1472)
(cherry picked from commit c4c7f9b)
(cherry picked from commit 59266a3)
(cherry picked from commit 7df3412)
(cherry picked from commit 6bb3c19)
(cherry picked from commit e19c18f)
(cherry picked from commit d0457d8)
(cherry picked from commit 7452eec)
(cherry picked from commit 392686b)
(cherry picked from commit 348798a)
(cherry picked from commit e417b42)
(cherry picked from commit 50fd5d2)
FrostyFire1
approved these changes
Oct 11, 2025
Member
FrostyFire1
left a comment
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.
Thanks for the dynamic widget :D
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.
Syncs this fork with upstream. This is mostly fixes. I didnt manage to get fakeworld rendering to work in this version, so dont use it. The big thing here is the WidgetTheme refactor and it will break GT5U. See CleanroomMC#162 for details.
revert this pr #43