aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2024-02-21Multithread the rules and locations loadingAaron
Avoids blocking the main thread
2024-02-21Fix formattingAaron
The text rendering methods use AARRGGBB not RRGGBB so I fixed that too.
2024-02-20fix typoolim
2024-02-20add defalut rules on first loadolim
add rule to clean hub chat and for mining ability when first loaded as examples of what the user can do
2024-02-20fix a couple formatting errors and fix bug with null sound savedolim
made getter and setters in chatRule protected and fix bug where loading a null sound would crash
2024-02-20Merge remote-tracking branch 'upstream/master' into chat-rulesolim
2024-02-19Support the local memory cache for the API (#558)Aaron
2024-02-19Fix discoveries index (#557)Kevin
2024-02-19Refactor IceFillKevinthegreat
2024-02-19Fix english localizationKevinthegreat
2024-02-19Optimize ice fillKevinthegreat
2024-02-19Change IceFill from bfs to dfsKevinthegreat
2024-02-19Add configKevinthegreat
2024-02-19Finish silverfish and ice fill solversKevinthegreat
2024-02-19Add silverfish board parsingKevinthegreat
2024-02-19Add solversKevinthegreat
2024-02-19Fix beacon highlights persisting after the boss dies (#554)Aaron
2024-02-19Merge pull request #553 from Ghost-3/SpidersDenAaron
Spider's Den Server Widget
2024-02-19Improve secrets caching behaviour (#545)Aaron
2024-02-19fix the current custom sound not loading in the config uiolim
compare the ids as this seams the only way to get the correct index
2024-02-19Added Broodmother statesGhost
2024-02-18fix most formatting issuesolim
tried to find all of the formatting problems left in my code
2024-02-18Minor fixGhost
2024-02-18Fix powder hud not updating when commissions hud is disabled (#550)Aaron
2024-02-18Merge pull request #548 from AzureAaron/bazaar-data-source-changeAaron
Small search overlay changes
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 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.