Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2024-02-08 | add commands to open seach | olim | |
add /bzs to search bazaar and /ahs to search ah | |||
2024-02-08 | fix small bugs and formatting | olim | |
fix most formatting issues and a few small bugs | |||
2024-02-07 | added icons | olim | |
added icons to the suggested options and history | |||
2024-02-07 | fix auction item list | olim | |
found that there is a neu repo thing to get item names. uses this for auction items. | |||
2024-02-07 | add history label to translatable location | olim | |
2024-02-07 | add descriptions for functions | olim | |
adds descriptions fall all new functions and removes unused renderBackground function | |||
2024-02-07 | add descriptions to the options | olim | |
add tool tip options for the settings | |||
2024-02-07 | improved enchants in bz | olim | |
removed the Ultimate from the name of enchants in bz so they are search able | |||
2024-02-07 | slightly improve pet skins | olim | |
made it so most pet skins are named correctly | |||
2024-02-06 | removed bazaar items not in bazaar | olim | |
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-06 | add pets and runes. and pet skins | olim | |
add pets and runes to search for ah. and also added pet skins | |||
2024-02-06 | fix duplicating " " | olim | |
when loading a sing an extra space was being added even if one existed already | |||
2024-02-06 | slightly improve auction items list | olim | |
remove unneeded data from auction items id so more likely to get name. | |||
2024-02-06 | improve search lists | olim | |
added enchants to bazaar list. and improved auction list | |||
2024-02-06 | Added keep previous search | olim | |
added option to keep the previous search | |||
2024-02-06 | fixed some names | olim | |
removed colour codes from names so they do not interfere with search | |||
2024-02-06 | keyboard qol | olim | |
auto focus the search box and if enter key pressed in box close the overlay | |||
2024-02-06 | fix crash | olim | |
2024-02-06 | add History | olim | |
add history options to the search overlay | |||
2024-02-06 | small tweaks | olim | |
use magnifying glass icon. use bazaar data in bazaar. and have max length for search box | |||
2024-02-06 | initial implimentation | olim | |
basic implantation of features. | |||
2024-02-06 | Garden check to mouse clicked | esteban4567890 | |
2024-02-06 | Visitor helper | esteban4567890 | |
2024-02-04 | Add the missing starter commission to the Dwarven HUD. (#532) | Kaluub | |
2024-02-04 | Update mayor cache every 20 minutes (#525) | Aaron | |
2024-02-04 | Fix chest value not getting price data under certain circumstances (#522) | Aaron | |
2024-02-04 | Beacon Highlighter performance fix + Fix fire sales widget (#521) | Aaron | |
* Beacon Highlighter performance improvements * Fix Fire Sales widget (yet again) | |||
2024-02-04 | Merge pull request #523 from olim88/crystal-hollows-fetures | Aaron | |
Crystal hollows fetures | |||
2024-02-04 | Nothing to see here (#526) | Kevin | |
2024-02-04 | Change King to King Yolkar | Aaron | |
2024-02-04 | Cleanup locations enum & add Odawa and Key Guardian locations | Aaron | |
2024-02-03 | Refactor to use Vector2i for pos coordinates | Aaron | |
Using a vector meant for X and Y values makes much more sense. | |||
2024-02-03 | Fix final few code formatting things | Aaron | |
2024-02-03 | Fixed rotation of Map Player Marker | olim | |
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-03 | Vanilla-like marker rotation | Aaron | |
2024-02-03 | Improve Map Player Marker | Aaron | |
It will now show you what way you're looking. | |||
2024-02-03 | Tweak waypoint colours | Aaron | |
2024-02-02 | fixed displaying everywere | olim | |
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-02 | fixed scaling | olim | |
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) |