aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/skyblock
AgeCommit message (Collapse)Author
2023-08-06Add missing location values for place opmsg-programs
2023-08-06Have screen padding respect the scalemsg-programs
2023-08-06Introduce layout constants, make padding to screen biggermsg-programs
2023-08-06Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
json-tabhud # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/screens/main/GardenScreen.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/util/PlayerLocator.java Pull upstream changes
2023-08-06Add error handling, rename EmptyWidget to ErrorWidget and allow custom string.msg-programs
2023-08-06Fix Croesus Helper (#226)Aaron
2023-08-06Merge pull request #220 from Julienraptor01/AOTV-Overlay---Teleport-OverlaysKevin
Add Overlays for ALL forms of TP
2023-08-02Fix TeleportOverlay raycastingKevinthegreat
2023-07-30Refactor mixinsKevinthegreat
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-29Refactor TeleportOverlayKevinthegreat
2023-07-29YayJulienraptor01
2023-07-28Cleaner if statementAaron
2023-07-28incase people cannot affork 200kAaron
2023-07-28goodbye null checkAaron
2023-07-28more changesAaron
this is making me sad ;(
2023-07-28Etherwarp ConduitAaron
2023-07-28Check rangeAaron
2023-07-28Check sneak keyAaron
2023-07-28AOTE Compatibility + Etherwarp checkAaron
2023-07-28Add Etherwarp OverlayAaron
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-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-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-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-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