aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/searchOverlay/OverlayScreen.java
AgeCommit message (Collapse)Author
2024-02-17Rename search overlay package to match Java conventionsAaron
2024-02-12Fix bazaar and auction house items loading, item matching, and tooltipsKevinthegreat
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-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
2024-02-08add commands to open seacholim
add /bzs to search bazaar and /ahs to search ah
2024-02-08fix small bugs and formattingolim
fix most formatting issues and a few small bugs
2024-02-07added iconsolim
added icons to the suggested options and history
2024-02-07add history label to translatable locationolim
2024-02-07add descriptions for functionsolim
adds descriptions fall all new functions and removes unused renderBackground function
2024-02-06Added keep previous searcholim
added option to keep the previous search
2024-02-06fixed some namesolim
removed colour codes from names so they do not interfere with search
2024-02-06keyboard qololim
auto focus the search box and if enter key pressed in box close the overlay
2024-02-06fix crasholim
2024-02-06add Historyolim
add history options to the search overlay
2024-02-06small tweaksolim
use magnifying glass icon. use bazaar data in bazaar. and have max length for search box
2024-02-06initial implimentationolim
basic implantation of features.