aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kr/syeyoung/dungeonsguide/features
AgeCommit message (Collapse)Author
2022-05-21- Project separationsyeyoung
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
2021-09-18- Waypoints? and new JPS Pathfinding Algorithmsyeyoung
2021-08-29- Add fields for non-devenvsyeyoung
2021-08-28- Fix cursor issue after opening partyfinder guisyeyoung
2021-08-28- Option to disable GameSDKsyeyoung
- Fix disable reparty not working
2021-08-24Optimized Mechanic Browsersyeyoung
- As expected setBounds call to MScalablePanel is expensive
2021-08-23Optimized StyledTextRenderersyeyoung