aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/widget
AgeCommit message (Expand)Author
2023-08-07Fix dungeons death counter in the tab hudAaron
2023-07-24Garden Tab Hud ImprovementsAaron
2023-07-14Merge pull request #201 from AzureAaron/skyblock-levels-fixes-improvementsAaron
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-11Sort + Colourize BlessingsAaron
2023-07-02Vampire Minion (#194)Aaron
2023-06-24Reformat filesAaron
2023-06-24Added Rift Tab Hud + 1 Rift related fixAaron
2023-06-18Small code changesAaron
2023-06-18Improve Crimson Isle Tab HUDAaron
2023-06-171.20 PortAaron
2023-06-08Make PlainTextComponent use paddingmsg-programs
2023-06-08Improve text for currently forging items.msg-programs
2023-06-08Fix EffectWidget showing incorrect text when god pot is active.msg-programs
2023-06-04Fix edge case where home island owner isn't on but no offline text is givenmsg-programs
2023-06-04Fix UpgradeWidget not showing current upgradesmsg-programs
2023-06-04Fix IslandOwnersWidget crashing when owner is onlinemsg-programs
2023-06-04Add widget to display dungeon buffsmsg-programs
2023-05-28Fix logic error in DungeonDownedWidget that may cause null pointer execptions.msg-programs
2023-05-28Handle dead players correctly in DungeonPlayerWidgetmsg-programs
2023-05-28Use shorthand method in DungeonDeathWidgetmsg-programs
2023-05-28Add null failsafe to cookie widgetmsg-programs
2023-05-28Adjust formattingmsg-programs
2023-05-28Add javadoc comments to key classes.msg-programs
2023-05-21Fix colored part of ProgressComponent being transparentmsg-programs
2023-05-21Add missing percent sign in SkillsWidgetmsg-programs
2023-05-21Add missing space in DungeonDownedWidgetmsg-programs
2023-05-19Rework just about everything to gracefully handle unexpected inputsmsg-programs
2023-05-13Rework component paddings, see belowmsg-programs
2023-05-13Change confusing label for profile type in profile widgetmsg-programs
2023-05-13Only allow 80 entries in player list widgetmsg-programs
2023-05-09Add comments to and change comments of widget classes where neededmsg-programs
2023-05-09Let forge widget handle 4 commissionsmsg-programs
2023-05-09Correct crit dmg/chance text in skills widgetmsg-programs
2023-05-09Handle god potion in EffectWidgetmsg-programs
2023-05-09Add more missing player messages to dungeon player widgetmsg-programs
2023-05-09Show correct text in cookie widgetmsg-programs
2023-05-09Fix CommsWidget to handle 4 commissions correctlymsg-programs
2023-05-07Put fancy tab HUD config into its own sectionmsg-programs
2023-05-07Fix another regex...msg-programs
2023-05-06Fix various faulty regexesmsg-programs
2023-05-06Disable depth test again after renderingmsg-programs
2023-05-06Minor foramtting and code style changesmsg-programs
2023-05-06Add option to scale HUD relatively to the vanilla GUI scalemsg-programs
2023-05-06Enable depth test to fix Z-layering issuesmsg-programs
2023-05-06Hopefully fix CI reputation progress regex.msg-programs
2023-05-06Skills widget should now handle maxxed skills correctlymsg-programs