aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy
AgeCommit message (Collapse)Author
2023-08-13Rework some dungeon screens from the rp, fix collideWith op to make them ↵msg-programs
work correctly
2023-08-13Make padding from screen edges largermsg-programs
2023-08-10Implement missing arguments (top, bot) for collide opmsg-programs
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-30Disable remapping of non-obfuscated injection pointsAaron
2023-07-30Convert stuff to BetterInjectAaron
2023-07-30Swap order of checks to fix crashAaron
The config isn't initialized early enough
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 PlayerSkinProviderMixinKevinthegreat
2023-07-29Refactor TeleportOverlayKevinthegreat
2023-07-29YayJulienraptor01
2023-07-29Merge pull request #214 from AzureAaron/aotv-overlayYasin
Add Etherwarp Overlay
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-29Merge pull request #217 from AzureAaron/remove-invalid-base64-log-spamYasin
Remove invalid base64 log spam
2023-07-28Remove invalid base64 log spamAaron
2023-07-28Add Etherwarp OverlayAaron
2023-07-27Add new trophy fishing emblem (#212)Aaron
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