aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me
AgeCommit message (Collapse)Author
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-26Fix hotbar lock rendering mixin (#211)Kevin
2023-07-25Hide spammed warnings (#209)Kevin
2023-07-24Garden Tab Hud ImprovementsAaron
- Added visitors widget - Added camera position widget with yaw & pitch which've been rounded to 3 points of precision
2023-07-23Merge pull request #207 from AzureAaron/showoff-filterAaron
Add show off message filter
2023-07-23Merge pull request #206 from AzureAaron/ads-filter-trigger-fixAaron
Fix ads filter triggering when it shouldn't
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-22Add show off message filterAaron
2023-07-22Fix ads filter triggering when it shouldn'tAaron
2023-07-22Merge branch 'SkyblockerMod:master' into dark-auction-tabhudAaron
2023-07-20Merge pull request #195 from kevinthegreat1/shortcutsKevin
Shortcuts
2023-07-20Add string argument to commands and remove Hypixel checkKevinthegreat
2023-07-18Add Dark Auction Tab HudAaron
2023-07-17Merge pull request #203 from Julienraptor01/ItemFixerUpper-rewriteKevin
Item fixer upper rewrite
2023-07-17Refactor queueOpenScreenKevinthegreat
2023-07-17Refactor ShortcutsConfigListWidgetKevinthegreat
2023-07-17Remove some default shortcutsKevinthegreat
2023-07-17Add cancel changes confirmationKevinthegreat
2023-07-17Only save when the done button is pressedKevinthegreat
2023-07-17Add shortcuts editingKevinthegreat
2023-07-17Add Shortcuts config screenKevinthegreat
2023-07-17Add shortcuts loading and savingKevinthegreat
2023-07-17Add ShortcutsKevinthegreat
2023-07-16POC for JSON-based tabhud config.msg-programs
2023-07-16Rendering Improvements, Fixes + Occlusion CullingAaron
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-14fix leaves2 and enhance terracotta and wooden_slabJulienraptor01
2023-07-14add comments and enhance leaves2 replacementJulienraptor01
2023-07-14rewrite of the ItemFixerUpperJulienraptor01
thanks @AzureAaron, @ExternalTime, and @Futuremappermydud for helping me debug/enhance the code
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