Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-23 | Translated using Weblate (English (Canada)) | Aaron | |
Currently translated at 8.2% (33 of 398 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/en_CA/ | |||
2024-01-23 | Translated using Weblate (Portuguese (Brazil)) | OhRetro | |
Currently translated at 77.6% (285 of 367 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/pt_BR/ | |||
2024-01-23 | Translated using Weblate (Chinese (Simplified)) | PumpkinXD | |
Currently translated at 44.1% (157 of 356 strings) Translation: Skyblocker/Skyblocker Translate-URL: https://translate.hysky.de/projects/Skyblocker/skyblocker/zh_Hans/ | |||
2024-01-22 | Lowercase party and search strings to ignore case (#513) | Rime | |
2024-01-22 | Merge pull request #505 from Thsgun/master | Kevin | |
Make fancy_slot_lock.png | |||
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 | Added fancy_slot_lock.png | Thsgun | |
2024-01-21 | Fix Active Effects widget (#510) | Aaron | |
2024-01-21 | Slot lock texture size and transparency (#509) | Julienraptor01 | |
2024-01-21 | Merge pull request #500 from Emirlol/clientside-dungeon-score | Kevin | |
Add dungeon score calculation on client-side | |||
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. | |||
2024-01-21 | Change onEntityStatus mixin to use ModifyExpressionValue | Rime | |
2024-01-21 | Match translation key to the path in the config | Rime | |
2024-01-21 | Changed exception handling to use a logger in Utils and DungeonScore | Rime | |
2024-01-21 | Fix entrance floor score calculation | Rime | |
2024-01-21 | Reduce Enum#valueOf calls and prevent infinite or negative score and ↵ | Rime | |
division by 0 | |||
2024-01-21 | Check chat messages for dungeon start instead of scoreboard | Rime | |
2024-01-21 | Reduce mimic floor pattern matching to once per run and refactor ↵ | Rime | |
isMimicKilled boolean | |||
2024-01-21 | Prevent sending 270 message if 300 message is already sent | Rime | |
This can happen if the player leaves the dungeon and rejoins while score is above 300, then fall below 300 from player deaths etc. | |||
2024-01-21 | Refactored score hud configs from Dungeons to DungeonScore | Rime | |
2024-01-21 | Wrapped initializeMayorCache in a CompletableFuture | Rime | |
2024-01-21 | Cleaned up some sections and added comments on some critical points | Emirlol | |
2024-01-21 | Made the score hud element's location and size configurable | Emirlol | |
2024-01-21 | Added dungeon score to the hud and cleaned up code | Emirlol | |
2024-01-21 | Fixed most things and cleaned up code | Emirlol | |