aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky
AgeCommit message (Collapse)Author
2024-05-15Clean up rendering code and remove extra buttons optionKevinthegreat
2024-05-14Adjusted Button Rendering with the help of BigloBotVeritasDL
2024-05-14Machinika: MuseumVeritasDL
2024-05-14Merge pull request #696 from Emirlol/compact-damageAaron
Add compact damage
2024-05-14Merge pull request #702 from AzureAaron/hide-soulweaver-skullsAaron
Hide Soulweaver Skulls
2024-05-14Hide Soulweaver SkullsAaron
2024-05-14Use null check againAaron
2024-05-14Block Incorrect Terminal ClicksAaron
2024-05-14Merge pull request #686 from olim88/sign-calculatorAaron
Sign calculator
2024-05-14Make Million/Billion/Trillion abbreviations capitalizedAaron
2024-05-14Add support for mega crit abilityAaron
2024-05-14Add support for ring of love abilityAaron
2024-05-14Fix normal damage colour being overwrittenAaron
2024-05-14Add line smoothener (#711)Rime
* Add line smoothener * Update src/main/java/de/hysky/skyblocker/skyblock/item/tooltip/ItemTooltip.java
2024-05-14Fix color fr this timeRime
2024-05-14Actually preserve damage color if it doesn't match the criteriaRime
2024-05-14Add proper entity check and preserve damage color if not normal or crit dmgRime
2024-05-13Merge pull request #690 from olim88/mining-featuresKevin
add waypoints for commissions in dwarven mines and glacite.
2024-05-13Fix quite important AH bug (#689)viciscat
* fix the bug * press ESC to go back to Auctions browser from the auction view * hurray for formatting * Apply suggestions from code review --------- Co-authored-by: Kevin <92656833+kevinthegreat1@users.noreply.github.com>
2024-05-13Refactor ClientPlayNetworkHandlerMixin.skyblocker$onEntityTrackerUpdate to ↵Rime
use logger
2024-05-11Refactor MiningLocationLabel and formattingKevinthegreat
2024-05-11Allow equals signKevinthegreat
2024-05-11Fix invalid equation text and refactorKevinthegreat
2024-05-11Refactor ConfigDataFixerKevinthegreat
2024-05-11Remove unused fieldsKevinthegreat
2024-05-11Switch to DFUKevinthegreat
2024-05-11Add ConfigDataFixerTestKevinthegreat
2024-05-10More null safety for newer fieldsAaron
2024-05-10turn the lables into a recordolim
2024-05-10fix formmating problemsolim
2024-05-10Add exception messageAaron
2024-05-10Fix bounding being misspelledAaron
2024-05-10Refactored config to work with the new config categorizationRime
Changed formatting method From DecimalFormat to String#formatted to make it easier to configure. Also, the precision setting now applies instantly.
2024-05-10Refactored logic from using JSON to directly modifying Text objectsRime
2024-05-10Refactor entity type & null checkRime
2024-05-10Add compact damageRime
2024-05-10Config Data FixerAaron
Skyblocker's Version of DFU
2024-05-09fix text nameolim
2024-05-09fix to work with new configolim
2024-05-09finer control on if enabledolim
add options to only enable in dwarven or glacite locations
2024-05-09commisions update when in mineshaftolim
fix commissions not updating while in a mineshaft
2024-05-09glacite lake is also in tunnelsolim
this place is not in the wiki i did not realise it existed but it would show dwarven instead of glacite waypoints
2024-05-09fix showing when in the mineshaftsolim
2024-05-09add emissary waypointsolim
2024-05-09tidy up last bitsolim
2024-05-09add config optionsolim
2024-05-09fix formatting and add better coloursolim
2024-05-09rework to use labels instead of trying to use crystal waypointsolim
2024-05-09add waypoints for current commisionolim
still need to get locations in the mines
2024-05-09fix conflicts with new configolim