-
Notifications
You must be signed in to change notification settings - Fork 204
Port more miscellaneous blocks to MUI2 #2835
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
Open
Zorbatron
wants to merge
117
commits into
master
Choose a base branch
from
zb/alarm-mui2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
117 commits
Select commit
Hold shift + click to select a range
ae90d5f
almost satisfied
Zorbatron 641a188
SelectorWidget is kil :sob:
Zorbatron 0b1c551
Always add sus record when in dev env
Zorbatron 44e9cb5
Looks better
Zorbatron 924cb69
The list widget has been tamed
Zorbatron 3f2d459
Fix the sound being stopped when the gui is opened and probably fix s…
Zorbatron 758a2ba
Unbrick on servers
Zorbatron cf8356d
Speaker icon for sound popup button
Zorbatron dd56f09
Basic port to get things working
Zorbatron e2a70e0
Forgot to copy over setting the closest tier when entering a voltage
Zorbatron fef6cda
Add tooltip to + and - buttons
Zorbatron 9fb0e9c
When set back to source, don't set everything to 0
Zorbatron 65311aa
Use layout widgets instead of magic pos numbers
Zorbatron bdb9d46
Replace tier button with slider
Zorbatron b1c05b1
Make `tierSync` a `DoubleSyncValue` so it can be used directly in the…
Zorbatron b5e1b95
Change the `MetaTileEntityCreativeEnergy` constructor to take the res…
Zorbatron d6c318e
spotless
Zorbatron d275cfa
Basic port of data access hatches
Zorbatron f2284d6
Add logo icon that displays the provided recipes of the data items
Zorbatron e224379
Add a small amount of space after the tooltip title
Zorbatron 51f2e62
Merge branch 'zb/creative-energy-mui2' into zb/alarm-mui2
Zorbatron d4815e7
Basic port of turbo charger block
Zorbatron f85f04d
Add colored overlay to charger slots that indicate the charge level o…
Zorbatron 4aee3ad
ough I'm lerping
Zorbatron b97bced
Port item collectors to MUI2
Zorbatron 5a8a8fd
Move mark dirty into server check
Zorbatron 2884466
spotless
Zorbatron bc93a1f
Change GTValues FOOLS and XMAS from a `Supplier<Boolean>` to a `Boole…
Zorbatron 70fe50c
spotless
Zorbatron bd20ac0
Oops fogor
Zorbatron f834668
Delete TapeItemStackHandler and replace usage with FilteredItemStackH…
Zorbatron f0e40e2
Merge branch 'master' into zb/alarm-mui2
Zorbatron f7eee09
maintenance hatch port start
Zorbatron ebf5e07
sorry no commit message i fogor
Zorbatron aa92100
Refactor how fixing problems with tools and toolbelts is done.
Zorbatron 3ad2888
Finish toolbelt maintenance handling refactor
Zorbatron 762b0d5
minor consumeDuctTape refactor
Zorbatron 8201a32
Add shift clicking to the tape slot
Zorbatron 543ed7b
Clean up time/duration multiplier code
Zorbatron d92d082
add FloatSyncValue
Zorbatron 12a77dc
Use slider instead of +/- buttons (whoopsies text widgets have wayyy …
Zorbatron 934485d
forgot a stopper point
Zorbatron a4e6531
Better slider and hide stoppers
Zorbatron 982342e
Almost working drawing the static wire images
Zorbatron 8c6373f
Kill among us imposter
Zorbatron cfa9c54
Merge branch 'master' into zb/alarm-mui2
Zorbatron a7f5c59
Post merge fixes
Zorbatron bcfe780
FlappyGreg is pretty functional now
Zorbatron 294be61
Use MUI stencil instead of manual scissoring
Zorbatron 2c93606
Remove comment about NotNull buildUI
Zorbatron 7fe8793
Use enum for game state and refactor how FOOLS and XMAS event are han…
Zorbatron bc3e8d8
Use MetaTileEntityGuiData instead of PosGuiData
Zorbatron 5a5f5d0
Fix how the bytes are copied from the gui data buffer to the s -> c p…
Zorbatron fffe4b3
Remove `return true` debug from april fools function
Zorbatron ae48b1c
Don't use tall panel when it's not april fools
Zorbatron 4b08fff
Fix fixAllMaintenance setting the bits to broken
Zorbatron 7441b64
Revert "Remove comment about NotNull buildUI"
Zorbatron fbec85e
Re-refactor MUI2 MTEs into an interface and instanceof check
Zorbatron 3e31d69
Add warning about read only buffer
Zorbatron 1e8970d
skull emoji
Zorbatron 73e1f47
Add descriptive javadoc to IMetaTileEntityGuiHolder
Zorbatron 3f9705e
Correct nullability
Zorbatron 39913d7
Change around UI checks in onRightClick
Zorbatron 4ff4dde
Forgot to remove image files
Zorbatron 61a360a
Clamp charge between 0-1
Zorbatron 73b6a6c
Actually register range sync handler
Zorbatron ba64936
wrong overlay text
Zorbatron a5ccc60
Add javadoc about new UIs on MTEs and fix not returning true from onR…
Zorbatron 21cc7ae
fix isItemChargable
Zorbatron b068759
Add javadoc to isItemChargableWithEU
Zorbatron 1c56346
fix xmas
Zorbatron 349ad95
add todo about legacy mui mtes
Zorbatron 76905a5
Move single TooltipUtil method to TooltipHelper
Zorbatron 6456ed6
todo on combineRGB
Zorbatron d04c55b
make item collectors default to auto output false
Zorbatron ac93b8e
remove unused class
Zorbatron 997692f
Fix dedicated servers
Zorbatron 2754b04
refactor maintenance stuff
Zorbatron c835e0d
fix error widget
Zorbatron 892fb58
simplify tool checking method
Zorbatron d33f004
merge ifs
Zorbatron 3b0d64b
actually fix the problems bruh
Zorbatron a56bab8
use mui synced actions, required update to 3.0.5
Zorbatron e7f44a2
modular panels can't have custom names anymore
Zorbatron e0d9233
if maintenance slot clicked with item, only use that item
Zorbatron f1cf851
MathHelper.clamp
Zorbatron c2e51ef
remove ui-less mtes from todo list
Zorbatron 0299d6e
remove two more unused classes
Zorbatron fe3c47b
Remove unused classes pt2 :cry:
Zorbatron 58db060
remove among us vestigial
Zorbatron c511e21
check special events config
Zorbatron c636b3e
limit data hatch slot to stack size of 1
Zorbatron bb588b2
use proper mteguidata class in MultiblockUIFactory
Zorbatron 9cfd168
data hatch logo blinks yellow when no recipes
Zorbatron acfd69d
Remove unnecessary setters
Zorbatron a9851aa
Merge branch 'master' into zb/alarm-mui2
Zorbatron 1af23ad
Delete the old among us textures that I'm pretty sure I already deleted
Zorbatron 4b57778
directly return panel
Zorbatron 2b639b8
improve creative emitter slider
Zorbatron c89770f
spotl
Zorbatron 0f426e5
Use MetaItems.DUCT_TAPE directly
Zorbatron bd8c2a9
Remove uses of deprecated PanelSyncHandler#panel
Zorbatron 3002d2f
slightly improve alarm ui code
Zorbatron 0cdeaf5
add sound preview button to alarm
Zorbatron 76ec40f
Remove among us trap remix
Zorbatron 3b06909
Remove among us trap remix pt2
Zorbatron f9590f4
spotless
Zorbatron d274ad1
Be less API breaking
Zorbatron 33b0c7e
spot
Zorbatron 67dcd3d
Don't use custom rectangle class
Zorbatron cbcc7eb
that actually makes it worse
Zorbatron 69c0c2b
turns out these were needed after all
Zorbatron 790ba9b
don't open ui if clicking maint hatch with toolbelt
Zorbatron d718d92
Move getIncrementValue from CoverWithUI to GTUtility
Zorbatron 559af08
Move createAdjustOverlay from CoverWithUI to KeyUtil
Zorbatron d096bb7
make the amp +/- buttons affected by modifier keys
Zorbatron e2ee90e
Separate the source and sink voltage/amperage
Zorbatron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.