- 29 Oct, 2022 4 commits
-
-
AnimeGitB authored
-
BiosNod authored
* Add build (compile) script: gradlew jar * Move server and services log levels to ConfigContainer, ability to enable/disable show packet payload and loop packets * Add some loop packets to known list
-
sandtechnology authored
* [Security][Bugfix] Fix directory traversal exploit 1.The first slash will act as root path when resolving local path, so directory traversal is possible 2.Filter the illegal payload to prevent directory traversal 3.This also fix the bug about not loading the files in data folder when querying `/hk4e/announcement/` * Fix formatting * Update src/main/java/emu/grasscutter/server/http/handlers/AnnouncementsHandler.java
-
RBNXI authored
-
- 28 Oct, 2022 4 commits
- 26 Oct, 2022 6 commits
-
-
github-actions authored
-
github-actions authored
Update languages [skip actions] Fix whitespace [skip actions] Update README and fil-PH (#1901) Remove references to old repo Make Player lazyload correct Account (should fix #1900) Lombokify Grasscutter.java some more Update ru-RU.json (#1895) Extend setConstCommand "all" (#1884) add Quest command alias (#1891) Added zh-CN translaton for non-translated strings (#1890) Updated Polish Translation (#1889) Added "s" alias to SpawnCommand (closes #1840) fix: unlocking home bgm doesn't work. (#1886) Fix edge case on FileUtils::getFilenameWithoutPath Medicine revival&Login white screen (#1883) Save avatar in forceConstellationLevel (closes #1881) Fix IllegalStateException when execute toMap (#1879) Fix StackOverFlow when execute /give all (#1878) Version 1.4.2-dev [skip actions]
-
github-actions authored
-
github-actions authored
-
AwayJob authored
* made it more c l e a r e r * add . * Update README.md * Capitalised HTTPS * update actions to build * fixed typo Fixed the bullet point spacing, removed http://mitm.it as the download page don't exist anymore, added `mitmproxy-ca-cert.cer` and save script into the instruction. * added additional info about mitmproxy * minor fixes * Update README_fil-PH Synced with the README Removed bad words, insults like saying the user has skill issues Added some professionally * grammar fix
-
AnimeGitB authored
-
- 25 Oct, 2022 3 commits
-
-
AnimeGitB authored
-
AnimeGitB authored
-
TotalyNotOndre authored
-
- 24 Oct, 2022 5 commits
-
-
natsu authored
* Extend give command "talent" * Update src/main/java/emu/grasscutter/data/excels/AvatarSkillDepotData.java Shorten IntStream for getCombatSkills Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com> * Fix setSkillLevel to work during avatar construction Shortening getCombatSkills * changeSkillLevel now acts as intermediate operation to fetch skillIds * setSkillLevel changes to allow out of range levels to be normalized * Update src/main/java/emu/grasscutter/command/commands/GiveCommand.java Removing recalcStats since it's redundant Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com> * Major changes and cleanup: - AvatarSkillDepotData: removed getCombatSkills since it's unused - TalentCommand: shortened /talent all using getSkillsAndEnergySkill - GiveCommand: changed changeSkillLevel to setSkillLevel - Avatar: delete changeSkillLevel and moved the operation inside setSkillLevel,updated skillId to Integer to catch special cases from GiveCommand * Small cleanup: Removed the special case from Avatar to be handled inside of GiveCommand * Added "all" parameter to SetConst * Changed all to [all] int SetConstCommand usage Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com> Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com>
-
TotalyNotOndre authored
-
Fish and Chip authored
Added zh-CN translation for non-translated strings
-
Penelopeep authored
-
AnimeGitB authored
-
- 23 Oct, 2022 1 commit
-
-
hamusuke authored
* fix: unlocking home bgm doesn't work. * Update src/main/java/emu/grasscutter/game/home/GameHome.java Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com> Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com>
-
- 22 Oct, 2022 3 commits
- 21 Oct, 2022 1 commit
-
-
iTruth authored
-
- 20 Oct, 2022 1 commit
-
-
iTruth authored
* Fix StackOverFlow when execute /give all * Use more proper code
-
- 18 Oct, 2022 8 commits
-
-
github-actions authored
-
github-actions authored
Fix whitespace [skip actions] Restore ability to run without jar (#1875) Avoid NPE on CookingCompoundManager init Extend give command "skill level" & shortening /talent all (#1865) Remove stale item handling code Fix gacha avatars (fixes #1870) Refactor out some EntrySets send CompoundDataNotify on Login;fix spelling mistakes. (#1869) Change logging level on item use from info to debug feat:cooking food ingredient(aka:compound) implementation (#1858) Remove constellation charge and talent level bonuses from db Fix ambiguous command regexes feat: set emoji collection in chat screen (#1864) feat: set friend enter home option (#1860) Add a dictionary for Encryption public keys (#1862) Refactor handbook generation to not use naked textmap getter Accept resource enums of form "1" Update ru-RU.json (#1855) Version 1.4.1-dev [skip actions]
-
github-actions authored
-
Luke H-W authored
* Change JAR_FILE_SYSTEM to allow running from IDE without jar * Just grab /defaults/data * Restore FileUtils.getPathsFromResource
-
AnimeGitB authored
-
natsu authored
* Extend give command "talent" * Update src/main/java/emu/grasscutter/data/excels/AvatarSkillDepotData.java Shorten IntStream for getCombatSkills Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com> * Fix setSkillLevel to work during avatar construction Shortening getCombatSkills * changeSkillLevel now acts as intermediate operation to fetch skillIds * setSkillLevel changes to allow out of range levels to be normalized * Update src/main/java/emu/grasscutter/command/commands/GiveCommand.java Removing recalcStats since it's redundant Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com> * Major changes and cleanup: - AvatarSkillDepotData: removed getCombatSkills since it's unused - TalentCommand: shortened /talent all using getSkillsAndEnergySkill - GiveCommand: changed changeSkillLevel to setSkillLevel - Avatar: delete changeSkillLevel and moved the operation inside setSkillLevel,updated skillId to Integer to catch special cases from GiveCommand * Small cleanup: Removed the special case from Avatar to be handled inside of GiveCommand Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com>
-
AnimeGitB authored
-
AnimeGitB authored
-
- 17 Oct, 2022 4 commits
-
-
AnimeGitB authored
-
dragon authored
-
AnimeGitB authored
-
dragon authored
* feat:cooking food ingredient(aka:compound) implementation Implement food ingredient(compound) feature.Need a thorough test and still has some work to do. * small bug fix;implement fish processing * Update src/main/java/emu/grasscutter/server/packet/send/PacketItemAddHintNotify.java Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com> * Update Inventory.java * Update Inventory.java Co-authored-by: Luke H-W <Birdulon@users.noreply.github.com>
-