aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-12-07Add viewstash suggestions (#1067)Rime
2024-12-06Sack Item Autocomplete (#1062)Aaron
* Sack Item Autocomplete * Add amount argument --------- Co-authored-by: Rime <81419447+Emirlol@users.noreply.github.com>
2024-12-06Alternate Skyblock ID tooltip design (#1066)Aaron
* Alternate Skyblock ID tooltip design * Tweak injection point
2024-12-06Waypoints refactor (#976)Kevin
* Add ordered waypoints gui * Use InstancedUtils * Add fromColeweightJson * Add soopy waypoints importing * Refactor category to group * Add skyblocker format * Fix UI * Deprecate OrderedWaypoints and migrate to Waypoints * Start indices at 1 * Remove unused translations * Add Javadocs * Update waypoint text size * Refactor mining waypoints * Migrate from String to Location * Fix export translation key * Refactor individual waypoint * Remove unused translation strings * Update GoldorWaypointsManager * Migrate waypoints to both dwarven and crystal hollows * Refactor Waypoints api * Add Javadocs
2024-12-06Item DFU Unification (#1054)Aaron
2024-12-05Random status bar changes (#1009)viciscat
* Random status bar changes * Add a hide button to the right-click menu * More text/value customization * Hopefully make text resizing easier on lower gui scales * Make values show in config screen * T A B S * port * use vanilla outline text renderer might be faster since it only draws the text 2 times instead of 5
2024-11-25Fel Head Glow (#1061)Aaron
* Fel Head Glow * Optimization
2024-11-25Item Stuff (#1060)Aaron
* Add getUuid and getPetInfo methods to ItemStacks * Fix pet rarity backgrounds in the pets menu * Skyblock ID Tooltip * Stacking Enchantment Progress Tooltip * Use Advanced Item Tooltips for skyblock id
2024-11-25add old mushroom hitbox (#1051)Khafra
* add old mushroom hitbox * fixup
2024-11-25Tweak texture positions for quick craft (#1031)Rime
* Tweak texture positions * Move the quicknav overlay into the crafting table container * Fix position and texture stuff after rebase * Wtf formatting
2024-11-25Fix slot text scaling and update essence adders (#1023)Kevin
* Fix slot text scaling and update essence adders * Refactor container solver and add ContainerAndInventorySolver * Remove chest value shadow
2024-11-25CTRL + F to search inventory (#933)viciscat
* CTRL + F to search inventory * remake the whole thing pretty much * comments yipee * aaron * extra translation trying array map
2024-11-22Added Purse API and Purse Change Event (#950)Westsi
* Created Purse API and event for when it changes to allow for use in upcoming feature I am making * Removed unnecessary log statements and formatted files * Update src/main/java/de/hysky/skyblocker/utils/Utils.java Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> * Update src/main/java/de/hysky/skyblocker/utils/purse/PurseChangeCause.java Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> * Created Purse API and event for when it changes to allow for use in upcoming feature I am making * Refactor purse api * Update src/main/java/de/hysky/skyblocker/utils/purse/PurseChangeCause.java --------- Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com>
2024-11-22Shortcuts config fix (#973)Kevin
* Fix not being able to add shortcuts when no shortcuts exist * Clean up shortcuts * Fix garden warp
2024-11-22Add configurable waypoints for Goldor phase on f7. (#934)Daroche
* Add configurable waypoints for Goldor phase on f7. * Re-use existing descriptions for config texts * Fix order in DungeonsConfig.java * Refine iterator used to find closest terminal Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com> * Missing import --------- Co-authored-by: GatienDoesStuff <GatienDoesStuff@users.noreply.github.com> Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com>
2024-11-22the fixes (#1055)viciscat
2024-11-22Fix NPE with irregular inventory data (#1053)Aaron
2024-11-22Revert Egg finder fix (#1039) Base64 skins (#1059)Julien Bolly
Fix skins being rolled back because Hypixel
2024-11-16Fix Glow (#1050)Aaron
* Fix Glow * Remove cache
2024-11-16Add colored item dump output (#1048)Rime
2024-11-16Fix slot text not rendering when multiple adders add to same slot (#1046)Rime
2024-11-16Fix offhand slot moving around (#1045)Rime
* Fix offhand slot moving left each time another screen is displayed while in inventory * Oops copied too much * Javadoc improvements * Remove unnecessary double ;
2024-11-16Egg finder fix (#1039)Julien Bolly
* Fix skins being updated with the backend change * Fix warning dues to bad usage of the logger * Automatic Reformat
2024-11-16Add more slot text adders (#1025)Rime
* Add EvolvingItemAdder * Add NewYearCakeAdder This is untested due to an ongoing maintenance of skyblock * Add NewYearCakeAdder to the adders array in SlotTextManager * Fix NewYearCakeAdder and change its color as well * Add wardrobe slot text
2024-11-02Fix NPE when there is no intersection (#1042)Kevin
2024-11-02Add math teacher helper (#1041)Rime
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2024-10-31Fix Nukekubi heads not highlighing due to hypixel skin changes (#1037)Hazem
2024-10-31Fix Skin Transparency Correction (#1036)Aaron
2024-10-31Add clamps to wherever they might be needed in DungeonScore (#1035)Rime
2024-10-31Update Glacite waypointsFluboxer
2024-10-26Fix air tooltip in recipe bookKevinthegreat
2024-10-26Update noop recipe screen handler sync idKevinthegreat
2024-10-26REI Compatibility for hiding the status effect overlayAaron
Hopefully this can also work for EMI and JEI when they come to 1.21.2!
2024-10-26Update REI IntegrationAaron
2024-10-26Formatting and maybe more coherent sync idAaron
2024-10-231.21.3Aaron
2024-10-22Always use Vanilla render thread schedulingAaron
Sodium abandoned their plans regarding this and deleted their API
2024-10-22Fix Equipment Slot Highlights and Improve Beacon HighlighterAaron
2024-10-221.21.2Aaron
2024-10-21Refactor Entity MixinAaron
2024-10-21ProfilingAaron
2024-10-21Update YACL and Misc code improvementsAaron
2024-10-21Repackages and RefactorsAaron
2024-10-211.21.2-rc1Aaron
2024-10-211.21.2-pre3Aaron
2024-10-21Add SalvageHelper (#999)Kevin
2024-10-21added 2 items to ItemCooldowns (#1018)VeritasDL
* added 3 items to ItemCooldowns * added more items to ItemCooldowns * methods? best way i could think of doing it * changes
2024-10-21Add debug config and a keybind to dump nearby entities (#961)Rime
* Add debug config * Fix indents --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2024-10-21Dont glow f/m4 minis (#996)BigloBot
2024-10-21More consistent wishing compass triangulation (#1003)wahfl2
* Make wishing compass triangulate more consistently * Slightly more readable * Remove debug println, my b * Add parallel check