aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/data
AgeCommit message (Collapse)Author
2023-10-17removed unnecessary extension functionhannibal2
2023-10-17oops (#600)CalMWolfs
Fixed error with internal sacks data. #600
2023-10-17Fixed NullPointerExceptionhannibal2
2023-10-17sack changes (#582)CalMWolfs
better sack status #582
2023-10-17Hiding a bunch of garden guis in a bunch of garden inventories.hannibal2
2023-10-16Fixed SkyHanni gui edit button not working inside storage even if neu ↵hannibal2
storage is not disabled.
2023-10-15Feature: Show alerts when the player catches a legendary sea creature (#530)Brandon
dded Alerts when the player catches a legendary sea creature. #530
2023-10-15Feature: Crimson Isle Fetch Quest Helper (#437)NetheriteMiner
Added Quest Item Helper. #437
2023-10-14renamed CopyErrorCommand to ErrorManagerhannibal2
2023-10-14Feature: Modify Visual Words (#492)CalMWolfs
Added /shwords. #492
2023-10-14Feature: SBA Chroma but in SH (#487)Vixid
Porting SBA's chroma into SkyHanni with many more options and chroma everything. #487
2023-10-12fixed globalRender description and replaced RenderWorldLastEvent with ↵hannibal2
LorenzRenderWorldEvent
2023-10-12creating globalRenderTogglehannibal2
2023-10-12Fix + Backend: Made mouse buttons work as key binds (#560)CalMWolfs
Fix + Backend: Made mouse buttons work as key binds #560
2023-10-12moved sendTitle into LorenzUtilshannibal2
2023-10-11Update: Sack Display (#550)HiZe_
Added button to change Price and Number format #550
2023-10-11Ignoring item in inventory change for quiver arrow (replaces sb menu when ↵hannibal2
holding a shortbow, at least in dungeon sometimes)
2023-10-11Fixed int limit in sack api + sack displayhannibal2
2023-10-07add support for dynamic bingo rankshannibal2
2023-10-07use bingo api classhannibal2
2023-10-07added guild apihannibal2
2023-10-07Feature: Compact tab list (from sba but better) (#459)CalMWolfs
Added Advanced Tab List #459
2023-10-05Added support for burning desert, using the slayer api more, only show ↵hannibal2
slayer features while inside the correct SkyBlock area, add slayer info to debug command
2023-10-01Removed debug messageshannibal2
2023-09-29Random Code Cleanup (#516)Walker Selby
Sonar Lint for the win #516
2023-09-28Added support for slayer drops that go directly into the sack.hannibal2
2023-09-27removed wildcards from imports v4hannibal2
2023-09-27removed wildcards from importshannibal2
2023-09-26More party messages support #505CalMWolfs
* party time :tada:
2023-09-24typohannibal2
2023-09-24fixed party member detection #500CalMWolfs
* no bedwar * added /shpartydebug
2023-09-24Added Sack change chat message Hider.hannibal2
2023-09-23removing crimsonIsleLatestTrophyFishInInventoryhannibal2
2023-09-23code cleanuphannibal2
2023-09-23guh (#495)CalMWolfs
internal sidebar changes #495
2023-09-23Better error handling if mod conflicts happenhannibal2
2023-09-23adding catacombs island typehannibal2
2023-09-15moved garden level into garden apihannibal2
2023-09-15Fix + Backend: Sack Save (#469)CalMWolfs
2023-09-15Fix: One area in the zealot hideout showing as The End (#461)Brandon
Co-authored-by: Brandon Wamboldt <brandon.wamboldt@maplewave.com>
2023-09-15code cleanuphannibal2
2023-09-15Feature: gui scaling (#464)Linnea Gräf
Add gui scaling #464
2023-09-14Fixed typos in the word SkyBlockhannibal2
2023-09-10code cleanuphannibal2
2023-09-10SackAPI event and storing data #410CalMWolfs
* implement SackChangeEvent * move SackAPI * handling events * fixed small errors * fetching item data * moved over sack display * it should work * saving gemstones * saving gemstones * new config file for sacks * saving last change amount * fix conflicts fully * implement SackChangeEvent * move SackAPI * handle 'other items' correctly * move sackAPI again * handling events * fixed small errors * fetching item data * moved over sack display * it should work * saving gemstones * saving gemstones * new config file for sacks * saving last change amount * Merge branch 'beta' into sack_storage * fix conflicts fully * Merge remote-tracking branch 'origin/sack_storage' into sack_storage * Merge branch 'hannibal002:beta' into sack_storage * Merge remote-tracking branch 'origin/sack_storage' into sack_storage * remove unnecessary thing
2023-09-10Added support for slayer profit trackers on stranded.hannibal2
2023-09-10Fixed Ender Node Tracker tracking Mite Gel incorrectly and npc/george/lowest ↵Eric W
bin price problems. #430 * fix not using lBIN for certain items * set loaded to true before broadcasting ConfigLoadEvent * now accurately tracks mite gel
2023-09-08moving current area into test class and code cleanuphannibal2
2023-09-08Fix bad skyblock locations in the end, howling cave, and dreadfarm (#453)Brandon
Fix bad skyblock locations in the end, howling cave, and dreadfarm #453
2023-09-08Only allow calling drawSlotText inside the eventhannibal2