aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker
AgeCommit message (Collapse)Author
2024-07-06Refactor retry bit shiftKevin
2024-07-06Clean up code after rebaseRime
2024-07-06Fix scheduled time being early spring 1st rather than late spring 27thRime
Also adds more robust handling of get request failures
2024-07-06Change mayor ticking to calculate the time of the next election and schedule ↵Rime
for that
2024-07-01Fix timer scheduling for SkyblockTimeRime
2024-06-30Remove the development environment branch from the isInLocation methods (#810)Rime
2024-06-30Add completed commission highlight (#797)Vricken
2024-06-30Merge pull request #752 from kevinthegreat1/more-tipsKevin
Refactor and add more tips
2024-06-30Merge pull request #738 from UpFault/NucleusWaypointsKevin
Nucleus waypoints
2024-06-30Merge pull request #708 from BigloBot/mainKevin
Profile Viewer
2024-06-29Refactor profile viewer command and update open screen commandsKevinthegreat
2024-06-29lol revert thre removal of the reversionnmccullagh
2024-06-29single import removal lolnmccullagh
2024-06-29command changes and some logic cleanupnmccullagh
2024-06-29Change OptionalInt cost to OptionalLong (#809)Rime
2024-06-29profile viewer skill pagenmccullagh
2024-06-28Compatibility with "No Chat Report"Yasin
2024-06-28fixes #799Yasin
2024-06-27Move rendering from CrystalsHud to CrystalsLocationsManager and add JavaDocs ↵Kevinthegreat
for CrystalsLocationsManager
2024-06-26fixes #803Yasin
2024-06-24Fix Golden Stray Rabbit String (#790)Julienraptor01
2024-06-22Map Midas Sword and Midas staff to original ids for NEUAaron
2024-06-22Add missing Accept headerAaron
Doesn't affect functionality, but it's more compliant with how HTTP works
2024-06-22Update ItemStackMixin.javaYasin
midas sword/staff
2024-06-22Add documentationAaron
2024-06-20Fix recipe book flipping two pages at a timeAaron
2024-06-20Apparently a pet's uuid is an optional field .-.Aaron
2024-06-20Implement new item-specific LBIN pricingAaron
2024-06-19Add missing null checkAaron
2024-06-18Use hysky redirectAaron
2024-06-1810 minute resync allow time for museum cacheAaron
2024-06-18Pet CacheAaron
2024-06-18Track Museum Item DonationsAaron
2024-06-18API AuthenticationAaron
2024-06-18Fix text renderingAaron
2024-06-18Fix Recipe Book Crash & NEU Repo items not loadingAaron
2024-06-18Fix dynamic registry usage and related testsKevinthegreat
2024-06-181.21Aaron
2024-06-18Update StatusBarsConfigScreen.javaYasin
done by vic Co-Authored-By: viciscat <51047087+viciscat@users.noreply.github.com>
2024-06-18fix and adding stuffYasin
slot text - change most of aggresive text color to more unobtrusive text color - added 4 more slot text (Your essence, essence shop, Stats Tuning, Power Stones Guide) Farming hud: - No Counter doesnt show an counter anymore commision waypoints: - still works if commision hud is turned off
2024-06-16Fix rabbit coach being highlighted more often than it should be (#774)Rime
2024-06-16Merge pull request #775 from SkyblockerMod/farming-price-fixAaron
Use NPC price if its higher
2024-06-16Fix Search Overlay NPE (#778)Kevin
Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com>
2024-06-16Fix null crashKevinthegreat
2024-06-16Add JavaDocs to price textKevinthegreat
2024-06-15Use NPC price if its higherAaron
2024-06-15Switch colour check for exotic tooltip (#773)Kevin
Also removes dead local variable in ItemUtils Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com>
2024-06-15Add docs to ItemTooltip#getNeuName and ItemRepository#getItemStack (#772)Kevin
Fix farming hud icon stack id
2024-06-15Switch metal detector regex from matches to find (#767)Kevin
2024-06-15Fix missing parenthesis (#771)Julienraptor01