Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-21 | Fix formatting | Aaron | |
The text rendering methods use AARRGGBB not RRGGBB so I fixed that too. | |||
2024-02-20 | fix typo | olim | |
2024-02-20 | add defalut rules on first load | olim | |
add rule to clean hub chat and for mining ability when first loaded as examples of what the user can do | |||
2024-02-20 | fix a couple formatting errors and fix bug with null sound saved | olim | |
made getter and setters in chatRule protected and fix bug where loading a null sound would crash | |||
2024-02-20 | Merge remote-tracking branch 'upstream/master' into chat-rules | olim | |
2024-02-19 | Support the local memory cache for the API (#558) | Aaron | |
2024-02-19 | Fix discoveries index (#557) | Kevin | |
2024-02-19 | Refactor IceFill | Kevinthegreat | |
2024-02-19 | Fix english localization | Kevinthegreat | |
2024-02-19 | Optimize ice fill | Kevinthegreat | |
2024-02-19 | Change IceFill from bfs to dfs | Kevinthegreat | |
2024-02-19 | Add config | Kevinthegreat | |
2024-02-19 | Finish silverfish and ice fill solvers | Kevinthegreat | |
2024-02-19 | Add silverfish board parsing | Kevinthegreat | |
2024-02-19 | Add solvers | Kevinthegreat | |
2024-02-19 | Fix beacon highlights persisting after the boss dies (#554) | Aaron | |
2024-02-19 | Merge pull request #553 from Ghost-3/SpidersDen | Aaron | |
Spider's Den Server Widget | |||
2024-02-19 | Improve secrets caching behaviour (#545) | Aaron | |
2024-02-19 | fix the current custom sound not loading in the config ui | olim | |
compare the ids as this seams the only way to get the correct index | |||
2024-02-19 | Added Broodmother states | Ghost | |
2024-02-18 | fix most formatting issues | olim | |
tried to find all of the formatting problems left in my code | |||
2024-02-18 | Minor fix | Ghost | |
2024-02-18 | Fix powder hud not updating when commissions hud is disabled (#550) | Aaron | |
2024-02-18 | Merge pull request #548 from AzureAaron/bazaar-data-source-change | Aaron | |
Small search overlay changes | |||
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 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 |