Fix errors and warnings that populate into debug.txt every time#281
Open
AbbyRead wants to merge 16 commits intoChefZander:masterfrom
Open
Fix errors and warnings that populate into debug.txt every time#281AbbyRead wants to merge 16 commits intoChefZander:masterfrom
AbbyRead wants to merge 16 commits intoChefZander:masterfrom
Conversation
The health bar is in a weird position already, and specifying a size doesn't change that. I couldn't find anything online as far as if this was ever resolved, so I just assume it eventually became enforced displacement. We'll want to figure this out at some point for our hud bars to look right when the player is damaged. But for now at least, we can silence this particular warning (that's gone unheeded for years).
I needed something that would allow me to change the extended palette to something that doesn't go over 256 pixels. There's no getting around the log warning when you do, and I wanted to prevent that without changing anything from a player's standpoint. I know this is nuts, but when the engine doesn't let me silence these warnings, I go crazy.
Blast Furnace needs three ingredients to craft, adding an empty value fixes this
…branch 'master' of https://codeberg.org/skyblock_zero/skyblock_zero into log-issue-fixes
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.
This is mostly developer qol, but it might also make us look just a tad bit better in the eyes of players if they encounter actual bugs. All the stuff fixed here is stuff that wasn't actually a problem in the first place. I don't think those kinds of things should occupy the same space and loudness as things that are of genuine concern.