aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/dwarven/CrystalsLocationsManager.java
AgeCommit message (Collapse)Author
2024-07-24Fix test and daily mojankKevinthegreat
2024-07-22Apply code reviewKevinthegreat
2024-07-15fix rebaseolim
2024-07-15implement requested changesolim
2024-07-15Fix regex and add tests for the regexRime
2024-07-15do not overwite esisting waypointsolim
when incoming chat message with waypoint locations make sure the waypoint does not already exist in active waypoints, so waypoints can not get randomly moved
2024-07-15implement requested changesolim
fix formatting of code in place to be correct
2024-07-15adds location selection menu for share add and removeolim
when the player just types add share and remove to commands without arguments bring up a menu in chat to select the location to use for that action
2024-07-15fix command and increase accuracyolim
fix clickable command text and use more particles for wishing compass making it a lot more accurate
2024-07-15only use chat to verify messages onceolim
2024-07-15remove unknown waypoint when actual found closeolim
2024-07-15add options to config and translationsolim
add option for wishing compass to config and translations for text in it. add separate scale for crystal waypoints and commissions
2024-07-15add remove command and consistenceolim
add command to remove way-point and consistence for the add and share
2024-07-15clean up some unwanted cwords being passedolim
2024-07-15add scanning for location chatolim
scan for messages to improve locations and auto add King. also fix bugs just introduced
2024-07-15improve cword parssingolim
take more location formats and partial matches for names
2024-07-15replace crystal waypoints with mining lebelsolim
replace the use of crystal waypoints with mining labels so they can be read from the hole of the hollows
2024-07-11Move block pos argument stuff into a different folderRime
2024-07-10Add client block pos and egg type argument types and update usagesRime
2024-06-27Move rendering from CrystalsHud to CrystalsLocationsManager and add JavaDocs ↵Kevinthegreat
for CrystalsLocationsManager
2024-05-08language file thingYasin
option->config categorie->config and corrected prefix
2024-05-08debloat SkyblockerConfig.java + translate changeYasin
removed text.autoconfig. prefix new way is skyblocker.option.
2024-04-08Refactor CrystalsLocationsManagerKevinthegreat
2024-04-08add ability to share crystal waypoint locationsolim
2024-03-21Update Dwarven, Crystals, and Backpack Preview (#601)Kevin
2024-02-04Cleanup locations enum & add Odawa and Key Guardian locationsAaron
2024-02-03Fix final few code formatting thingsAaron
2024-02-03Tweak waypoint coloursAaron
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-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-30fixed cwords from chatolim
fixed not being able to get coordinates from chat by using the correct ClientReceiveMessageEvent of GAME instead of CHAT
2024-01-30add Corleone and map icon changesolim
changed map icon so it smaller centred on player and dose not look like it can rotate as that is non functional. and added Corleone to locations
2024-01-30Update CrystalsLocationsManager.javaolim
makes sure the coordinates from a chat message are in the bound of crystal hollows map. and re add check that the user is in the crystal hollow to get coordinates
2024-01-30location colors and on mapolim
made it so that locations in the crystal hollows can be shown on them map as well as way points. and also add colors for the way points and map.
2024-01-30start of crystal hollows feturesolim
basic implementation of a map and way-points features for the crystal hollows