Open
Conversation
492d977 to
29d2f12
Compare
29d2f12 to
ab14716
Compare
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
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.
fix super call in BaseScreen: this currently causes a stack overflow crash in any feather mods using malilib, since
isShiftDownis calledisShiftKeyDownetc. in feather. I think you mentioned you wanted to move these out ofBaseScreen, but this fixes it for now.getPointedInventory from cameraEntity instead of player: this changes the method to match pre-rewrite Tweakeroo's implementation, and allows freecam to target chests.
add GeometryResizeNotifier for viewport size to InfoOverlay: add a window resize check. Currently, info lines and C.S.I. don't change positions when the window is resized unless they are activated/deactivated.