aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me
AgeCommit message (Collapse)Author
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-28Use logger on PlayerListHudMixin exception instead of printStackTracemsg-programs
2023-05-28Add javadoc comments to key classes.msg-programs
2023-05-28Adjust default keybinds, add logger.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-21Remove debugging leftovermsg-programs
2023-05-19Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab Merge new commits.
2023-05-19Rework just about everything to gracefully handle unexpected inputsmsg-programs
2023-05-17Merge branch 'master' into masterKevin
2023-05-17Merge pull request #145 from kevinthegreat1/docsKevin
Renamed container package to gui and added docs
2023-05-17Merge pull request #131 from kevinthegreat1/masterKevin
Migrated to ClientReceiveMessageEvents and some fixes
2023-05-18Added crafting requirement text, fixed dependencylantice3720
2023-05-18Added crafting requirement text, fixed dependencylantice3720
2023-05-14revert jgit pull with some modificationsFix3d
2023-05-13Merge branch 'SkyblockerMod:master' into minor-updatesSerhan
2023-05-13Rework component paddings, see belowmsg-programs
Components now consistently don't include any padding to the left and downwards. This "external" padding is used by widgets and the TableComponent to position their (sub-)components, so they should apply it themselves. This finally fixes the player list widget's drifting seperators and not-wide-enough cols.
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-12Prevent errors when player list is incomplete shortly after join or area changemsg-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-09Change layout of CI screenmsg-programs
2023-05-08Fixed wrong refactorKevinthegreat
2023-05-07Put fancy tab HUD config into its own sectionmsg-programs
2023-05-07Fix another regex...msg-programs
2023-05-07Fixed usage find mechanism errorlantice3720
2023-05-07Changed Workstaton icon.lantice3720
2023-05-07Merge branch 'SkyblockerMod:master' into masterlanthanide
2023-05-07Fixed item search error. Finished basic integration.lantice3720
2023-05-07REI Integration. Needed to add recipe identifier. Small change in itemlist.lantice3720
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
The HUD is now drawn above the hotbar and chat. Blocks in the HUD aren't drawn behind the BG anymore.
2023-05-06Move logic to find the player's location to it's own classmsg-programs
2023-05-06Minor refactoringmsg-programs
2023-05-06Add more info to comment about Commission recordmsg-programs
2023-05-06Make code style in screen classes more consistentmsg-programs