aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2024-12-12Breaking more thingsviciscat
start moving default positioning to their own classes (kinda like the pipelines)
2024-12-12progress I thinkviciscat
2024-12-12smolviciscat
2024-12-12more PROGRESSviciscat
2024-12-12rebase config and widgets screen progressviciscat
2024-12-12made it work!viciscat
yes I deleted a lot of files also created the config screen class or whatever
2024-12-12more progressviciscat
2024-12-12progress porting all widgetsviciscat
2024-12-12and so it begins (sorry msg)viciscat
2024-12-09Reduce warning frequencyAaron
I'll change the warning message itself at a later time, this should do for now to make failures less annoying
2024-12-08Enable skin transparency correction while in the profile viewerAaron
This fixes an issue where if you looked at head items that are eligible for transparency correction in the pv before joining skyblock then there would be white pixels showing
2024-12-08OkLab Colour InterpolationAaron
The implementation has been written to take advantage of Java's hardware FMA intrinsic (available on all platforms) and the objects get optimized away by escape analysis. Using OkLab for colour interpolation makes the gradient much more balanced and even when sampling more colours from it.
2024-12-08Fix overflow mana causing the mana bar to overflowAaron
2024-12-08Fix Inventory Search clickingAaron
2024-12-08Update clicked headerKevinthegreat
2024-12-08Check world seedAaron
great idea Kevin :D
2024-12-08my world :(Aaron
2024-12-08Optimize rendering boxesKevinthegreat
2024-12-08Update lines renderingKevinthegreat
2024-12-08Update renderingKevinthegreat
2024-12-081.21.4-rc3Aaron
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