aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kr/syeyoung/dungeonsguide/features
AgeCommit message (Collapse)Author
2022-10-07fix player profile not never loading in chat (#63)kokoniara
* fix player profile not never loading in chat * cut out hychat like a cancer * ApiFetchur now caches whole players not single profiles, added a switch profile button in gui * ugh git * Revert "cut out hychat like a cancer" This reverts commit 2ee11afa * ugh git x2 * I tried, good luck maintaining this * forgot to uncomment hychat fix * now shows which profile is now selected put button on top a lil refactor * fix player profile sometimes not loading Co-authored-by: syeyoung <42869671+cyoung06@users.noreply.github.com>
2022-10-04make sonarlint less mad (refactor)kingstefan26
2022-10-04reimplement check if player deadkingstefan26
2022-10-04remove unnecessary yaw interpolation that caused weird jutterkingstefan26
turn the position from ints to floats, so it doesn't jump
2022-10-04un-rotate the heads on map (it was the wrong way)kingstefan26
2022-10-04fix the code not checking if player is not deadkingstefan26
2022-10-03fix dungeon map not showing ppl headskingstefan26
2022-05-07- Remove unnecessary un-culling.syeyoung
2022-05-06- Remove unnecessary close of mechanic browser tooltip.syeyoung
Mechanic Browser Tooltip will be closed on first click, no need to close it again
2022-02-01- remove spirit bow timer after player shoots an arrowsyeyoung
2022-01-31- Fix Custom Party List flickering and sometimes not displaying elementssyeyoung
- Fix Custom Party List displaying player count on "None" bedrock
2022-01-31- Add 3 new pathfinding algorithmssyeyoung
- Theta* - A* with finegrid used by jps - A* with finegrid used by jps + diagonal routes - Make MStringSelectionButton inc and dec button work as intended - Add new "feature" for choosing pathfind strategy
2022-01-12- Fix undisocvered room cnt getting reset to 0 on bossfightsyeyoung
- Miniboss not done is now 4 skill point penalty instead of 3 - Revamp skill score calculation so that it's a bit more read-able.
2022-01-12- Fix Timescore approximation with datasyeyoung
2022-01-12- Fix time score going over 100syeyoung
2021-12-23- Fix Discord alarms appearing while feature is disabledsyeyoung
2021-12-19- Ceil total secretssyeyoung
2021-12-19- Fix Dungeon Realtime resetting time on dungeon end instead of dungeon leavesyeyoung
2021-12-19- Collect Scoresyeyoung
- New Score Update
2021-12-18- Suggestion 353syeyoung
2021-12-18- Index out of bounds (-1)syeyoung
2021-11-28- wrong Bloodrush toggle messagesyeyoung
2021-11-28- chest price default to disabledsyeyoung
2021-11-28- default to disabledsyeyoung
2021-11-28- Blood Rush toggle keysyeyoung
2021-11-28- Party Readyness Indicatorsyeyoung
2021-11-28- Suggestion 255syeyoung
2021-11-27- Suggestion 266syeyoung
2021-11-27- Consistency across namingsyeyoung
2021-11-27- New Reparty using new PartyManagersyeyoung
2021-11-27- Deadlock on ApiFetchur (Waits until lilyweight data and lilyweight data ↵syeyoung
fetcher waits for other tasks to finish) - New PartyManager - ChatProcessor now manages all automatic chat messages and msot chat parsing - PartyFinderSetting now contains option to leave party - Log StompPayload when debug enabled
2021-11-26- Suggestion 186syeyoung
2021-11-26- Fix simon says not working (temporary fix)syeyoung
2021-11-04- Remove unnecessary soutsyeyoung
2021-11-04- NPE on disabled apisyeyoung
2021-10-13- Fix Talisman/Weight renderer throwing errorsyeyoung
2021-10-09- Precise color control for solverssyeyoung
2021-10-09- blaze colorsyeyoung
2021-10-07- Talisman count in /dg pvsyeyoung
- Lily weight in /dg pv
2021-10-04- sorted feature categoriessyeyoung
2021-10-04- multiple notes if pfsyeyoung
2021-10-04- Member count in pfsyeyoung
2021-10-04- Choose rooms in fairysoul alertsyeyoung
2021-10-04- Ability cooldown decimalssyeyoung
2021-10-04- Minimum Partyfinder sizesyeyoung
- Fix player heads in custom party finder rendering weird - FIX: Bug report 67 (popup menu closes after clicking on it)
2021-10-04- Blood rush modesyeyoung
2021-10-03- Keybinds to dg settingssyeyoung
2021-10-02- Added FeatureCreateRefreshLinesyeyoung
- PathfindLineProperties now has parent to it
2021-10-02Line Properties for each pathfind contextsyeyoung
2021-09-18Waypoints!syeyoung