- Nov 05, 2022
- Nov 04, 2022
- Nov 02, 2022
-
-
hamusuke authored
-
- Nov 01, 2022
-
-
lilmayofuksu authored
* Add the new keys * Some improvements to the key loading system & Bump the game version
-
- Oct 30, 2022
-
-
jie65535 authored
* Avoid iterating over every offline player * getAllPlayers by stream * Use the new method without changing the old signature * Annotate deprecated `getAllPlayers`
-
- Oct 29, 2022
-
-
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
-
- Oct 28, 2022
- Oct 26, 2022
-
-
github-actions authored
-
AnimeGitB authored
-
- Oct 25, 2022
- Oct 24, 2022
-
-
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
-
AnimeGitB authored
-
- Oct 23, 2022
-
-
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>
-
- Oct 22, 2022
- Oct 21, 2022
-
-
iTruth authored
-
- Oct 20, 2022
-
-
iTruth authored
* Fix StackOverFlow when execute /give all * Use more proper code
-
- Oct 18, 2022
-
-
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
-
- Oct 17, 2022
-
-
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> -
AnimeGitB authored
-
AnimeGitB authored
-
- Oct 16, 2022
-
-
hamusuke authored
-