aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
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-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)
2024-02-02Add map scaling optionAaron
Also fixed the last few formatting issues I saw
2024-02-01Refactor + Other changesAaron
- Fix Mines of Divan not showing - Code formatting - Small Optimizations/Changes
2024-02-01fixed regresionolim
a line was removed that cleared they active way points in last commit. put this back
2024-02-01fix request changesolim
fixed the issues brought. and also fixed issue that dwarven hud render classic did not have values for powder
2024-01-31add testsolim
add tests for the maps location transformation function and the location manager valid location and LocaitonMessage functions
2024-01-31comments and desriptionsolim
add more comments to new code and added Tooltips to the new options in the config menu
2024-01-31update waypointsolim
updated waypoints to use the global waypoint option
2024-01-31map location size configurable and removed unused codeolim
removed code that was unused in the new functions. and added a config option for the locations on the crystals map as well as showing certain locations smaller to better fit their size
2024-01-31added locationolim
added King to way point locations and fixed color of Corleone.
2024-01-31fixed textolim
fixed the text for the config in dwarven mines category
2024-01-31added powder hudolim
added powder to the dwarven hud
2024-01-30fixed cwords from chatolim
fixed not being able to get coordinates from chat by using the correct ClientReceiveMessageEvent of GAME instead of CHAT