Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-18 | Spider's Den server Widget | Ghost | |
2024-02-18 | Better location management (#547) | Ghost | |
* Better location management * Location enum rework * Removed unused constants | |||
2024-02-18 | Merge pull request #546 from Fluboxer/item-quality-floor | Aaron | |
Add Item Floor Tier to tooltip | |||
2024-02-18 | Merge branch 'SkyblockerMod:master' into chat-rules | olim88 | |
2024-02-18 | add tooltips | olim | |
add tool-tips for the config ui | |||
2024-02-18 | improve locations input | olim | |
use actual locations names from the api for the input | |||
2024-02-18 | add text style to the replacement text | olim | |
make it so styles can be added to the replacement text | |||
2024-02-18 | Merge pull request #544 from Ghost-3/powder | Aaron | |
Show the diff in the Powders widget | |||
2024-02-18 | Check all door blocks and fix fairy room door (#536) | Kevin | |
2024-02-18 | Number format fix | Ghost | |
2024-02-17 | Rename search overlay package to match Java conventions | Aaron | |
2024-02-17 | Refactor search overlay bazaar data source | Aaron | |
2024-02-17 | Merge branch 'chat-rules' of https://github.com/olim88/Skyblocker into ↵ | olim | |
chat-rules | |||
2024-02-17 | fix file name | olim | |
2024-02-17 | add sound effect | olim | |
added the ability to choose between a few sound effects to play when a message is received | |||
2024-02-17 | Made tooltip also show floor instead of only showing tier number | Fluboxer | |
2024-02-17 | Made config tip more readable | Fluboxer | |
2024-02-17 | Minor fix | Ghost | |
2024-02-17 | added floor tier to item tooltip as item quality without tier was half useless | Fluboxer | |
2024-02-16 | greatly improve the config ui | olim | |
improve the layout and use of the config ui to be close to its final state hopefully | |||
2024-02-16 | Use NumberFormat.getInstance() | Ghost | |
2024-02-16 | Show the diff in the Powders widget | Ghost | |
2024-02-15 | fix locations and increace text input length | olim | |
fixed the location check being backwards and increased the length of the filter and replace inputs | |||
2024-02-15 | added annoucments | olim | |
added the announcement output option for the chat rules | |||
2024-02-15 | add test for isMach | olim | |
create test for most parts of the isMatch check | |||
2024-02-15 | add config options for ignore case and valid locations | olim | |
implemented option to ignore the case of the message. and option to make it only work when raw location = value or != value. | |||
2024-02-15 | make the rules acutaly work | olim | |
now scans each chat message with the rules to see if they match | |||
2024-02-15 | makes the config ui work | olim | |
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-15 | start of implimentation | olim | |
has config ui that dose not save the rules and the basic building blocks for the rest of the feature | |||
2024-02-15 | add test for isMach | olim | |
create test for most parts of the isMatch check | |||
2024-02-15 | add config options for ignore case and valid locations | olim | |
implemented option to ignore the case of the message. and option to make it only work when raw location = value or != value. | |||
2024-02-15 | center table components (#543) | Anton | |
2024-02-15 | Treasure Hoarder Puncher Commission fix (#542) | Ghost | |
2024-02-15 | Item Quality (dungeon drops) (#541) | Fluboxer | |
2024-02-15 | Boulder Solver (#540) | Yasin | |
2024-02-15 | Add End HUD Widget (#524) | viciscat | |
2024-02-15 | make the rules acutaly work | olim | |
now scans each chat message with the rules to see if they match | |||
2024-02-15 | makes the config ui work | olim | |
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-15 | start of implimentation | olim | |
has config ui that dose not save the rules and the basic building blocks for the rest of the feature | |||
2024-02-14 | Merge pull request #537 from olim88/Search-overlays | Kevin | |
Search overlays for bz and ah | |||
2024-02-14 | Merge pull request #535 from esteban4567890/master | Kevin | |
Add Visitor helper | |||
2024-02-14 | Disable title and chat messages for Melon/Pumpkin Dicer (#534) | Ghost | |
2024-02-14 | Merge pull request #519 from AzureAaron/kuudra | Kevin | |
Kuudra Features | |||
2024-02-12 | Fix bazaar and auction house items loading, item matching, and tooltips | Kevinthegreat | |
2024-02-11 | Refactor VisitorHelper | Kevinthegreat | |
2024-02-09 | Fixed NumberFormatException with 4 digit stack | esteban4567890 | |
2024-02-08 | correct tool tip and name for books in bazaar | olim | |
corrected the tool tip for books in the bazaar. and fixed bug with suggestions not rendering. | |||
2024-02-08 | add logger outputs to catch | olim | |
added logger outputs in try catch when loading item lists | |||
2024-02-08 | small fixes and comments | olim | |
fix small bugs and add more comments | |||
2024-02-08 | add tool tips | olim | |
add a tool tip to the button depending on the item they are showing. assuming it is the name of an item |