Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-02 | Add map scaling option | Aaron | |
Also fixed the last few formatting issues I saw | |||
2024-02-01 | Refactor + Other changes | Aaron | |
- Fix Mines of Divan not showing - Code formatting - Small Optimizations/Changes | |||
2024-02-01 | fixed regresion | olim | |
a line was removed that cleared they active way points in last commit. put this back | |||
2024-02-01 | fix request changes | olim | |
fixed the issues brought. and also fixed issue that dwarven hud render classic did not have values for powder | |||
2024-01-31 | add tests | olim | |
add tests for the maps location transformation function and the location manager valid location and LocaitonMessage functions | |||
2024-01-31 | comments and desriptions | olim | |
add more comments to new code and added Tooltips to the new options in the config menu | |||
2024-01-31 | update waypoints | olim | |
updated waypoints to use the global waypoint option | |||
2024-01-31 | map location size configurable and removed unused code | olim | |
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-31 | added location | olim | |
added King to way point locations and fixed color of Corleone. | |||
2024-01-31 | fixed text | olim | |
fixed the text for the config in dwarven mines category | |||
2024-01-31 | added powder hud | olim | |
added powder to the dwarven hud | |||
2024-01-30 | fixed cwords from chat | olim | |
fixed not being able to get coordinates from chat by using the correct ClientReceiveMessageEvent of GAME instead of CHAT | |||
2024-01-30 | add Corleone and map icon changes | olim | |
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-30 | Update CrystalsLocationsManager.java | olim | |
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-30 | location colors and on map | olim | |
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-30 | start of crystal hollows fetures | olim | |
basic implementation of a map and way-points features for the crystal hollows | |||
2024-01-25 | Merge pull request #502 from akarahdev/master | Yasin | |
Enderman Slayer Utilities | |||
2024-01-25 | Merge pull request #512 from Emirlol/anita-fortune-tabhud | Yasin | |
Add anita's talisman fortune boost indicator next to the relevant crop | |||
2024-01-23 | add extra check | akarahdev | |
2024-01-22 | Refactor ClientPlayNetworkHandlerMixin | Kevinthegreat | |
2024-01-22 | Lowercase party and search strings to ignore case (#513) | Rime | |
2024-01-22 | Refactor MobGlow | Kevinthegreat | |
2024-01-22 | guh | Kevinthegreat | |
2024-01-22 | adsjsjak | akarahdev | |
2024-01-22 | again! | akarahdev | |
2024-01-22 | refactor variable names | akarahdev | |
2024-01-22 | please work | akarahdev | |
2024-01-22 | finish up | akarahdev | |
2024-01-22 | add nukekubi glow coloring | akarahdev | |
2024-01-22 | make this not bannable | akarahdev | |
2024-01-22 | improve nukekubi highlighting | akarahdev | |
2024-01-22 | improve beacons | akarahdev | |
2024-01-22 | add beacon highlighting and nukekubi highlights | akarahdev | |
2024-01-22 | test | akarahdev | |
2024-01-22 | Code refactor | Rime | |
2024-01-22 | Added anita's talisman fortune boost indicator next to the relevant crops in ↵ | Rime | |
the tab hud and simplified crop pattern | |||
2024-01-21 | Add option to switch between slot lock styles | Aaron | |
2024-01-21 | Fix Active Effects widget (#510) | Aaron | |
2024-01-21 | Slot lock texture size and transparency (#509) | Julienraptor01 | |
2024-01-21 | Fix DungeonsCategory | Kevinthegreat | |
2024-01-21 | Fix incorrect merge leftovers | Rime | |
2024-01-21 | Refactor score hud settings | Rime | |
2024-01-21 | Fix mimic messages not increasing score when mimic filter is disabled | Rime | |
2024-01-21 | Singularize MimicMessages | Rime | |
2024-01-21 | Add death message filter and improve death regex | Rime | |
2024-01-21 | Small changes | Aaron | |
2024-01-21 | Add a description for score config | Rime | |
2024-01-21 | Improve mimic filter regex and refactor some code | Rime | |
2024-01-21 | Fix mimic floors pattern regex | Rime | |
There was a lingering ] that broke the whole mimic thing, and I spent 2 hours trying to figure out why... | |||
2024-01-21 | Changed Score text into a translatable and fixed score going off screen borders | Rime | |
Cleaned up the formatScore method to make sure all scores and letter rankings are equally wide, thereby making the text not move as score changes or go off screen borders when the location is set on a narrower score and a wider score is to be displayed. |