aboutsummaryrefslogtreecommitdiff
path: root/mod/src
AgeCommit message (Collapse)Author
2023-02-04- Fix star mobs staring dmg boxsyeyoung
- Fix log spam1 Signed-off-by: syeyoung <cyoung06@naver.com>
2023-02-04- Remove some stupid featuressyeyoung
- Fix PredicateArmorStand - WidgetMechanicBrowser now actually works Signed-off-by: syeyoung <cyoung06@naver.com>
2023-02-04- Configuration Overhaulsyeyoung
- Move to new system - more shaders!! Signed-off-by: syeyoung <cyoung06@naver.com>
2023-02-03- time for FeatureParameter fixsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-02-02how many times do I have to revamp configsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-27Merge remote-tracking branch 'origin/dg4.0' into dg4.0syeyoung
2023-01-27Add variable fullbright support (#282)Walker Selby
Add alias "fullbight" to "gimmebright" Add optional argument for Gamma, defaults to 1000 if not specified.
2023-01-27Refactor CommandDungeonsGuide.java (#280)Walker Selby
Migrate to switch statement Add tab support Increase readability Migrate to ChatTransmitter system
2023-01-27- popup menusyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-27- Snapping, and new gui configsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-26- the correct order to do stuffsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-26- the correct order to do stuffsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-26Rounded Rectangles!syeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-26- do not break contract - richtextsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-26- Fix a bug where freezing line didn't worksyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- fix awkward spacesyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- support guild join leave messagessyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Shader boilerplatesyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- how did I not notice this?syeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- limit optionssyeyoung
- very cool command to measure your pc performance Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- don't clip yourselfsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- coroutinish pathfindersyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- no more scale :)syeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Fix richtext not incorporating top ascent to render stuffsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Fix ABSXY trying to set locaiton when size is not setsyeyoung
- Fix AbsLocationPopup using relativebound to determine scale Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Builder style textstylesyeyoung
- Text now parses formatting codes. Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Fix expected texture2d inconsistencysyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- ignore no discord exceptionsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Gui scale applied to discord stuffsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Text delegate to rich textsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Fix pfp not loading properlysyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Fix GIF going toooo fastsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Text now uses richtext as backendsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- option to specifysyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- fix feature registrysyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- lol scalezsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- :)syeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Follow user's scaled width and heightsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Mastermode supports for m1~m4syeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-25- Fix livid solver breaking randomly #241syeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-24- fix it eating up chat message when stomp errorsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-24- lombok errorsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-24- revert default prefixsyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-24- lol didn't apply typo pr heresyeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-24Adjust isDev check to allow users other than syeyoung to run /saveroomsWalker Selby
Make subcommand arguments case insensitive Reorganize into functions for better readability Migrate sender.addChatMessage calls to ChatTransmitter.addToQueue Effectively revert the prior change of .equalsIgnoreCase -> I missed line 84 where arg is arg[0].toLowerCase() Migrate to a switch statement for ease of readability Add tab support
2023-01-24Merge branch 'typos' into dg4.0syeyoung
# Conflicts: # mod/src/main/java/kr/syeyoung/dungeonsguide/mod/cosmetics/CustomNetworkPlayerInfo.java # mod/src/main/java/kr/syeyoung/dungeonsguide/mod/cosmetics/chatreplacers/ChatReplacerChatByMe.java # mod/src/main/java/kr/syeyoung/dungeonsguide/mod/cosmetics/chatreplacers/ChatReplacerCoop.java # mod/src/main/java/kr/syeyoung/dungeonsguide/mod/cosmetics/chatreplacers/ChatReplacerMessage.java # mod/src/main/java/kr/syeyoung/dungeonsguide/mod/cosmetics/chatreplacers/ChatReplacerPV.java # mod/src/main/java/kr/syeyoung/dungeonsguide/mod/cosmetics/chatreplacers/ChatReplacerSocialOptions.java # mod/src/main/java/kr/syeyoung/dungeonsguide/mod/cosmetics/chatreplacers/ChatReplacerViewProfile.java
2023-01-24- Fixes #259syeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-24- Fix #261syeyoung
Signed-off-by: syeyoung <cyoung06@naver.com>
2023-01-22Fix typos, grammar, and article agreementWalker Selby
Adjust variable/function capitalization to match camelCase Refactor some things for typos
2023-01-22Refactor DungeonMapConstantRetreiver.java to ↵Walker Selby
DungeonMapConstantRetriever.java because typo