aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy
AgeCommit message (Collapse)Author
2023-05-12Prevent errors when player list is incomplete shortly after join or area changemsg-programs
2023-05-09Add comments to and change comments of widget classes where neededmsg-programs
2023-05-09Let forge widget handle 4 commissionsmsg-programs
2023-05-09Correct crit dmg/chance text in skills widgetmsg-programs
2023-05-09Handle god potion in EffectWidgetmsg-programs
2023-05-09Add more missing player messages to dungeon player widgetmsg-programs
2023-05-09Show correct text in cookie widgetmsg-programs
2023-05-09Fix CommsWidget to handle 4 commissions correctlymsg-programs
2023-05-09Change layout of CI screenmsg-programs
2023-05-07Put fancy tab HUD config into its own sectionmsg-programs
2023-05-07Fix another regex...msg-programs
2023-05-06Fix various faulty regexesmsg-programs
2023-05-06Disable depth test again after renderingmsg-programs
2023-05-06Minor foramtting and code style changesmsg-programs
2023-05-06Add option to scale HUD relatively to the vanilla GUI scalemsg-programs
2023-05-06Enable depth test to fix Z-layering issuesmsg-programs
The HUD is now drawn above the hotbar and chat. Blocks in the HUD aren't drawn behind the BG anymore.
2023-05-06Move logic to find the player's location to it's own classmsg-programs
2023-05-06Minor refactoringmsg-programs
2023-05-06Add more info to comment about Commission recordmsg-programs
2023-05-06Make code style in screen classes more consistentmsg-programs
2023-05-06Hopefully fix CI reputation progress regex.msg-programs
2023-05-06Skills widget should now handle maxxed skills correctlymsg-programs
2023-05-06Fire sale widget now correctly shows time until event start.msg-programs
2023-05-06Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab # Conflicts: # README.md # gradle.properties # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/resources/assets/skyblocker/lang/de_de.json # src/main/resources/skyblocker.mixins.json Pull updates from upstream
2023-05-02Merge pull request #138 from AzureAaron/240-fairy-soulsYasin
There is now 240 fairy souls!
2023-05-02Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
tooltopfix # Conflicts: # src/main/resources/assets/skyblocker/lang/de_de.json Conflicts resolved. d5b0357... had changed the indent from 2 to 4 spaces.
2023-05-01Merge pull request #127 from AzureAaron/dungeon-map-scale-adjustmentYasin
Dungeon map scale adjustment customization
2023-05-01Merge pull request #134 from Julienraptor01/Barn-SolversYasin
Hungry Hiker and Treasure Hunter solver
2023-04-29Add untested crimson isle supportmsg-programs
2023-04-23There is now 240 fairy souls!Aaron
2023-04-23Dungeon puzzle widget now works as intended.msg-programs
2023-04-21Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab pull new commits from upstream
2023-04-19fix missing dots at end of sentencesJulienraptor01
2023-04-17fix Official wiki being wrong againJulienraptor01
no FR i'm gonna get angry at some point, there are so many errors in it...
2023-04-16Add missing check for if the player is on skyblockmsg-programs
2023-04-16Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
tooltopfix merge newest changes from upstream
2023-04-15Merge branch 'SkyblockerMod:master' into dungeon-map-scale-adjustmentAaron
2023-04-15change coordJulienraptor01
slightly change coord cause better
2023-04-15Add option to hide empty tooltips in inventories.msg-programs
Hypixel's inventory menus sometimes use items with empty names. When the game draws the tooltip for such an item, a small dark rectangle is seen. Mixin into the function that draws tooltips and disable it when that is the case.
2023-04-15Add new "tab-menu-like" style options to dwarven mines HUD.msg-programs
2023-04-13change regexJulienraptor01
this msg can't be picked up otherwise : Some dirt was kicked up by the water pool in the overgrown Mushroom Cave. Have a look over there.
2023-04-10More I18n for configcatandA
2023-04-10Update TreasureHunter.javaJulienraptor01
2023-04-09Change orderJulienraptor01
Sort Additions alphabetically for easier findability
2023-04-09Hungry Hiker solverJulienraptor01
2023-04-08modified the regex to make more senseJulienraptor01
i moved back the dot in the group 1 (but outside of the [] this time and added back dots at the end of the strings in hashmap)
2023-04-08fix official wiki againJulienraptor01
2023-04-08fix one sentence which is wrong on the official wikiJulienraptor01
2023-04-08final fix fr this timeJulienraptor01
thanks for this part ! Co-Authored-By: ExternalTime <84183548+ExternalTime@users.noreply.github.com>
2023-04-08final fixJulienraptor01