aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-04Remove 1.20.2 from version selection menu in issue templates (#530)Aaron
* Update bug_report.yml * Update crash_report.yml
2024-02-04Update IF conflict (#529)Aaron
* Update IF conflict * Update conflict for new IF version
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-01Fix formatting of test classesAaron
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-31updated READMEolim
fix readme to include new fetures
2024-01-31Revert "update readme"olim
This reverts commit 79ea4d82b5ab19a84bf3735233d6df1d809d1c20.
2024-01-31update readmeolim
update the readme's to add config for the new features
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