Feature/glow effect - #30
Draft
brunoxkk0 wants to merge 27 commits into
Draft
Conversation
…h hardcoded values for `necrotempus`; updated Gradle wrapper to 9.6.1.
…d NecroTempusMixins for improved modularity and dropped deprecated logic.
…ing and Angelica font batching bypass through mixins. Updated dependencies to include Angelica.
… redundant array usage, improving code clarity and consistency.
… glyph batching logic, introduced `GlyphQuad` abstraction, and optimized state handling for Angelica font rendering.
…t for custom glyph padding, fit modes, and dynamic sizing logic.
… `GlyphQuad` structure, removed obsolete fit mode logic, and delegated rendering to `GlyphsRender`.
…dering alignment.
…`nt$pendingGlyphQuad` to manage shadow-copy overwrites and optimized quad commit logic.
…endering alignment.
…ntProviderGlyph`: implemented `ModernFontEntry` batching, rendering, and compatibility logic.
…dererMixin` to match vanilla shadow behavior.
…d textures for `accented` and `nonlatin_european` fonts.
…added shadow copy filtering, updated glyph deduplication logic, and unified glyph rendering with `GlyphsRender`.
…ndererMixin` to improve synchronization with Angelica's state cache.
…FontRendererMixin` to prevent inflated string width.
…roved rendering alignment.
…usting `cachedGlyphScale` and Y-offset calculations.
…placed `Char2ObjectArrayMap` with `Char2ObjectOpenHashMap` across multiple modules for improved performance. Refactored mixin targeting and modern font glyph rendering logic.
# Conflicts: # dependencies.gradle # gradle.properties # src/main/java/io/github/cruciblemc/necrotempus/NecroTempus.java # src/main/java/io/github/cruciblemc/necrotempus/NecroTempusConfig.java # src/main/java/io/github/cruciblemc/necrotempus/NecroTempusCoremod.java # src/main/java/io/github/cruciblemc/necrotempus/NecroTempusPlugin.java # src/main/java/io/github/cruciblemc/necrotempus/api/bossbar/BossBarType.java # src/main/java/io/github/cruciblemc/necrotempus/modules/crucible/CrucibleServerListEntry.java # src/main/java/io/github/cruciblemc/necrotempus/modules/features/bossbar/client/render/BossBarGui.java # src/main/java/io/github/cruciblemc/necrotempus/modules/features/bossbar/compat/crafttweaker/BossBar.java # src/main/java/io/github/cruciblemc/necrotempus/modules/features/glyphs/GlyphsRegistry.java # src/main/java/io/github/cruciblemc/necrotempus/modules/features/glyphs/GlyphsRender.java # src/main/java/io/github/cruciblemc/necrotempus/modules/features/glyphs/compat/crafttweaker/Glyphs.java # src/main/java/io/github/cruciblemc/necrotempus/modules/features/modernfonts/ModernFontSupport.java # src/main/java/io/github/cruciblemc/necrotempus/modules/features/playertab/client/render/PlayerTabGui.java # src/main/java/io/github/cruciblemc/necrotempus/modules/mixin/MixinTargetedMod.java # src/main/java/io/github/cruciblemc/necrotempus/modules/mixin/NecroTempusMixins.java # src/main/java/io/github/cruciblemc/necrotempus/modules/mixin/mixins/angelica/BatchingFontRendererMixin.java # src/main/java/io/github/cruciblemc/necrotempus/modules/mixin/mixins/customnpcs/MixinRenderNPCInterface.java # src/main/java/io/github/cruciblemc/necrotempus/modules/mixin/mixins/minecraft/FontRenderer2Mixin.java # src/main/java/io/github/cruciblemc/necrotempus/modules/mixin/mixins/minecraft/FontRendererMixin.java # src/main/java/io/github/cruciblemc/necrotempus/modules/mixin/plugin/MixinPlugin.java # src/main/java/io/github/cruciblemc/necrotempus/modules/mixin/plugin/NecroTempusLateMixins.java # src/main/java/io/github/cruciblemc/necrotempus/proxy/ClientProxy.java # src/main/java/io/github/cruciblemc/necrotempus/utils/ServerUtils.java # src/main/java/io/github/cruciblemc/necrotempus/utils/TextureUtils.java
…uration options, and client-server synchronization
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.
No description provided.