Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-13 | Rework some dungeon screens from the rp, fix collideWith op to make them ↵ | msg-programs | |
work correctly | |||
2023-08-13 | Make padding from screen edges larger | msg-programs | |
2023-08-10 | Implement missing arguments (top, bot) for collide op | msg-programs | |
2023-08-06 | Add missing location values for place op | msg-programs | |
2023-08-06 | Have screen padding respect the scale | msg-programs | |
2023-08-06 | Introduce layout constants, make padding to screen bigger | msg-programs | |
2023-08-06 | Merge 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-06 | Add error handling, rename EmptyWidget to ErrorWidget and allow custom string. | msg-programs | |
2023-08-06 | Fix Croesus Helper (#226) | Aaron | |
2023-08-06 | Merge pull request #220 from Julienraptor01/AOTV-Overlay---Teleport-Overlays | Kevin | |
Add Overlays for ALL forms of TP | |||
2023-08-02 | Fix TeleportOverlay raycasting | Kevinthegreat | |
2023-07-30 | Disable remapping of non-obfuscated injection points | Aaron | |
2023-07-30 | Convert stuff to BetterInject | Aaron | |
2023-07-30 | Swap order of checks to fix crash | Aaron | |
The config isn't initialized early enough | |||
2023-07-30 | Refactor mixins | Kevinthegreat | |
2023-07-29 | Change resource dirs to not contain uppercase letters. | msg-programs | |
2023-07-29 | Remove unused imports | msg-programs | |
2023-07-29 | Move HudCommsWidget to a different dir | msg-programs | |
2023-07-29 | Refactor PlayerSkinProviderMixin | Kevinthegreat | |
2023-07-29 | Refactor TeleportOverlay | Kevinthegreat | |
2023-07-29 | Yay | Julienraptor01 | |
2023-07-29 | Merge pull request #214 from AzureAaron/aotv-overlay | Yasin | |
Add Etherwarp Overlay | |||
2023-07-28 | Cleaner if statement | Aaron | |
2023-07-28 | incase people cannot affork 200k | Aaron | |
2023-07-28 | goodbye null check | Aaron | |
2023-07-28 | more changes | Aaron | |
this is making me sad ;( | |||
2023-07-28 | Etherwarp Conduit | Aaron | |
2023-07-28 | Check range | Aaron | |
2023-07-28 | Check sneak key | Aaron | |
2023-07-28 | AOTE Compatibility + Etherwarp check | Aaron | |
2023-07-29 | Merge pull request #217 from AzureAaron/remove-invalid-base64-log-spam | Yasin | |
Remove invalid base64 log spam | |||
2023-07-28 | Remove invalid base64 log spam | Aaron | |
2023-07-28 | Add Etherwarp Overlay | Aaron | |
2023-07-27 | Add new trophy fishing emblem (#212) | Aaron | |
2023-07-27 | Load 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-27 | Misc fixes and changes | msg-programs | |
2023-07-26 | Fix hotbar lock rendering mixin (#211) | Kevin | |
2023-07-25 | Hide spammed warnings (#209) | Kevin | |
2023-07-24 | Garden Tab Hud Improvements | Aaron | |
- Added visitors widget - Added camera position widget with yaw & pitch which've been rounded to 3 points of precision | |||
2023-07-23 | Merge pull request #207 from AzureAaron/showoff-filter | Aaron | |
Add show off message filter | |||
2023-07-23 | Merge pull request #206 from AzureAaron/ads-filter-trigger-fix | Aaron | |
Fix ads filter triggering when it shouldn't | |||
2023-07-23 | Massive refactor, see details | msg-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-22 | Add show off message filter | Aaron | |
2023-07-22 | Fix ads filter triggering when it shouldn't | Aaron | |
2023-07-22 | Merge branch 'SkyblockerMod:master' into dark-auction-tabhud | Aaron | |
2023-07-20 | Merge pull request #195 from kevinthegreat1/shortcuts | Kevin | |
Shortcuts | |||
2023-07-20 | Add string argument to commands and remove Hypixel check | Kevinthegreat | |
2023-07-18 | Add Dark Auction Tab Hud | Aaron | |
2023-07-17 | Merge pull request #203 from Julienraptor01/ItemFixerUpper-rewrite | Kevin | |
Item fixer upper rewrite | |||
2023-07-17 | Refactor queueOpenScreen | Kevinthegreat | |