aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-02-18Spider's Den server WidgetGhost
2024-02-18Better location management (#547)Ghost
* Better location management * Location enum rework * Removed unused constants
2024-02-18Merge pull request #546 from Fluboxer/item-quality-floorAaron
Add Item Floor Tier to tooltip
2024-02-18Merge branch 'SkyblockerMod:master' into chat-rulesolim88
2024-02-18add tooltipsolim
add tool-tips for the config ui
2024-02-18improve locations inputolim
use actual locations names from the api for the input
2024-02-18add text style to the replacement textolim
make it so styles can be added to the replacement text
2024-02-18Merge pull request #544 from Ghost-3/powderAaron
Show the diff in the Powders widget
2024-02-18Check all door blocks and fix fairy room door (#536)Kevin
2024-02-18Number format fixGhost
2024-02-17Rename search overlay package to match Java conventionsAaron
2024-02-17Refactor search overlay bazaar data sourceAaron
2024-02-17Merge branch 'chat-rules' of https://github.com/olim88/Skyblocker into ↵olim
chat-rules
2024-02-17fix file nameolim
2024-02-17add sound effectolim
added the ability to choose between a few sound effects to play when a message is received
2024-02-17Made tooltip also show floor instead of only showing tier numberFluboxer
2024-02-17Made config tip more readableFluboxer
2024-02-17Minor fixGhost
2024-02-17added floor tier to item tooltip as item quality without tier was half uselessFluboxer
2024-02-16greatly improve the config uiolim
improve the layout and use of the config ui to be close to its final state hopefully
2024-02-16Use NumberFormat.getInstance()Ghost
2024-02-16Show the diff in the Powders widgetGhost
2024-02-15fix locations and increace text input lengtholim
fixed the location check being backwards and increased the length of the filter and replace inputs
2024-02-15added annoucmentsolim
added the announcement output option for the chat rules
2024-02-15add test for isMacholim
create test for most parts of the isMatch check
2024-02-15add config options for ignore case and valid locationsolim
implemented option to ignore the case of the message. and option to make it only work when raw location = value or != value.
2024-02-15make the rules acutaly workolim
now scans each chat message with the rules to see if they match
2024-02-15makes the config ui workolim
the ui works and lets the user configure the rules but has a few quirks to fix in a later commit as it is usable for now
2024-02-15start of implimentationolim
has config ui that dose not save the rules and the basic building blocks for the rest of the feature
2024-02-15add test for isMacholim
create test for most parts of the isMatch check
2024-02-15add config options for ignore case and valid locationsolim
implemented option to ignore the case of the message. and option to make it only work when raw location = value or != value.
2024-02-15center table components (#543)Anton
2024-02-15Treasure Hoarder Puncher Commission fix (#542)Ghost
2024-02-15Item Quality (dungeon drops) (#541)Fluboxer
2024-02-15Boulder Solver (#540)Yasin
2024-02-15Add End HUD Widget (#524)viciscat
2024-02-15make the rules acutaly workolim
now scans each chat message with the rules to see if they match
2024-02-15makes the config ui workolim
the ui works and lets the user configure the rules but has a few quirks to fix in a later commit as it is usable for now
2024-02-15start of implimentationolim
has config ui that dose not save the rules and the basic building blocks for the rest of the feature
2024-02-14Merge pull request #537 from olim88/Search-overlaysKevin
Search overlays for bz and ah
2024-02-14Merge pull request #535 from esteban4567890/masterKevin
Add Visitor helper
2024-02-14Disable title and chat messages for Melon/Pumpkin Dicer (#534)Ghost
2024-02-14Merge pull request #519 from AzureAaron/kuudraKevin
Kuudra Features
2024-02-12Fix bazaar and auction house items loading, item matching, and tooltipsKevinthegreat
2024-02-11Refactor VisitorHelperKevinthegreat
2024-02-09Fixed NumberFormatException with 4 digit stackesteban4567890
2024-02-08correct tool tip and name for books in bazaarolim
corrected the tool tip for books in the bazaar. and fixed bug with suggestions not rendering.
2024-02-08add logger outputs to catcholim
added logger outputs in try catch when loading item lists
2024-02-08small fixes and commentsolim
fix small bugs and add more comments
2024-02-08add tool tipsolim
add a tool tip to the button depending on the item they are showing. assuming it is the name of an item