aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy
AgeCommit message (Collapse)Author
2023-07-29Change resource dirs to not contain uppercase letters.msg-programs
2023-07-29Remove unused importsmsg-programs
2023-07-29Move HudCommsWidget to a different dirmsg-programs
2023-07-27Load layout from resoure packs, see details.msg-programs
Use resource pack logic to load the layouts. Finally delete the old screen defs, replace with builtin layout JSON files. Include a top-aligned layout as a builtin resource pack. Implement more possibilites for the layout to support said pack.
2023-07-27Misc fixes and changesmsg-programs
2023-07-23Massive refactor, see detailsmsg-programs
Instead of creating a new widget instance every frame, instantiate once and update content. This means that every widget had to be updated to work like that. This also necessitated some ugly hackery for the dwarven HUD. Many other minor things like moving and renaming classes
2023-07-16POC for JSON-based tabhud config.msg-programs
2023-07-14Merge pull request #201 from AzureAaron/skyblock-levels-fixes-improvementsAaron
Skyblock Levels fixes + Tab Hud improvements
2023-07-14Merge pull request #200 from AzureAaron/dungeon-blessings-enhancementsAaron
Sort + Colourize Blessings
2023-07-14Refactor DungeonBuffWidgetKevinthegreat
2023-07-14Refactor player widgetsKevinthegreat
2023-07-13Format player names in the players widgetAaron
2023-07-13Fix rank prefixes and emblems showing in some player listsAaron
2023-07-13Fix ads filter to work with emblemsAaron
2023-07-13Merge pull request #198 from AzureAaron/truncate-item-nameKevin
Truncate text in the recipe book
2023-07-12The one tab...Aaron
2023-07-12Improved SolutionAaron
Now draws a tooltip over truncated text to show what it originally said. Thanks to @LifeIsAParadox for this solution!
2023-07-11Sort + Colourize BlessingsAaron
2023-07-10Final touch upsSpencer
2023-07-10Fix merge conflictsSpencer
2023-07-09Ellipsis constantAaron
2023-07-09Truncate craft textAaron
2023-07-09Truncate item names in recipe bookAaron
2023-07-09Fix mania indicatorFuturemappermydud
2023-07-09Update Title Container renderingKevinthegreat
2023-07-09Refactor TitleKevinthegreat
2023-07-08Move to default y position back to 60%Futuremappermydud
2023-07-08Fix scaling issuesFuturemappermydud
2023-07-08Make Some more changesFuturemappermydud
Add +/- to change scale Mouse now properly goes to center for text box Added comments to rendering code
2023-07-08Refactor Title ContainerKevinthegreat
2023-07-07Simplify Code + Fix Vertical BBFuturemappermydud
2023-07-07Remove Duplicate CodeFuturemappermydud
2023-07-07Proper Movement MenuFuturemappermydud
2023-07-07WIP Title Container movement + Duration methodsFuturemappermydud
Added a WIP configuration screen under /Skyblocker hud titleContainer that allows you to move, change alignment, and reorient the titles inside. Added methods(TitleContainer.addTitleWithDismiss, and RenderHelper.displayInTitleContainerWDismissAndPlaySound) that will display the given title and after a set amount of ticks will disable that title.
2023-07-05Make Changes + Add scalingFuturemappermydud
2023-07-04remove debug stuffFuturemappermydud
2023-07-04oopsie daisyFuturemappermydud
2023-07-04Change PositionFuturemappermydud
2023-07-04New Slayer StuffFuturemappermydud
Implement TitleContainer for stacking titles. Implement Mania Indicator to show the player when they are standing on green terracotta during mania.
2023-07-02Vampire Minion (#194)Aaron
2023-07-01Fix dragged items not rendering (#193)Aaron
2023-07-01McGrubber BurgersAaron
2023-07-01Add Motes Price TooltipAaron
2023-07-01Merge pull request #176 from koloiyolo/autorejoin2Aaron
Add Reparty Auto Rejoin
2023-06-29extended the reparty accept window from 1s to 3sJakub Kolodziej
2023-06-29changed "[A-z0-9_]" in regex to "."Jakub Kolodziej
2023-06-29Implement Vampire Slayer Features (#191)Futuremappermydud
Implement Vampire Slayer Features Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2023-06-27Refactor RenderHelperKevinthegreat
2023-06-26Format fileAaron
2023-06-26Reuse vectorAaron