aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky
AgeCommit message (Collapse)Author
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
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-07fix auction item listolim
found that there is a neu repo thing to get item names. uses this for auction items.
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-07add descriptions to the optionsolim
add tool tip options for the settings
2024-02-07improved enchants in bzolim
removed the Ultimate from the name of enchants in bz so they are search able
2024-02-07slightly improve pet skinsolim
made it so most pet skins are named correctly
2024-02-06removed bazaar items not in bazaarolim
for some reason the bazaar item list had items that were not in it so add a check to make sure the sell volume of an item is not 0
2024-02-06add pets and runes. and pet skinsolim
add pets and runes to search for ah. and also added pet skins
2024-02-06fix duplicating " "olim
when loading a sing an extra space was being added even if one existed already
2024-02-06slightly improve auction items listolim
remove unneeded data from auction items id so more likely to get name.
2024-02-06improve search listsolim
added enchants to bazaar list. and improved auction list
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.
2024-02-06Garden check to mouse clickedesteban4567890
2024-02-06Visitor helperesteban4567890
2024-02-04Add the missing starter commission to the Dwarven HUD. (#532)Kaluub
2024-02-04Update mayor cache every 20 minutes (#525)Aaron
2024-02-04Fix chest value not getting price data under certain circumstances (#522)Aaron
2024-02-04Beacon Highlighter performance fix + Fix fire sales widget (#521)Aaron
* Beacon Highlighter performance improvements * Fix Fire Sales widget (yet again)
2024-02-04Merge pull request #523 from olim88/crystal-hollows-feturesAaron
Crystal hollows fetures
2024-02-04Nothing to see here (#526)Kevin
2024-02-04Change King to King YolkarAaron
2024-02-04Cleanup locations enum & add Odawa and Key Guardian locationsAaron
2024-02-03Refactor to use Vector2i for pos coordinatesAaron
Using a vector meant for X and Y values makes much more sense.
2024-02-03Fix final few code formatting thingsAaron
2024-02-03Fixed rotation of Map Player Markerolim
make it so it rotates around the centre of the player marker and re add the flip (+180) so marker is facing correct direction.
2024-02-03Vanilla-like marker rotationAaron
2024-02-03Improve Map Player MarkerAaron
It will now show you what way you're looking.
2024-02-03Tweak waypoint coloursAaron
2024-02-02fixed displaying everywereolim
fixed bug introduced by Refactor (setting commission list to a new array only if updating its values in the update function). by adding check for is in Dwarven mines or crystal hollow on the render conditions. instead of if the list is empty or not
2024-02-02fixed scalingolim
the scaling was also scaling the hudX and hudY for the player icon and location boxes offsetting them. (the map can also be scaled the same now)