- Dec 23, 2022
-
-
Simplxs authored
* replace the deprecated api * update proto * delete music game * fixed codes * fix costume switch * fix mail bug * Bump version number. * Re-add max boss chest number Co-authored-by:
GanyusLeftHorn <1244229+GanyusLeftHorn@users.noreply.github.com>
-
- Nov 25, 2022
- Nov 24, 2022
- Nov 23, 2022
-
-
Luke H-W authored
* Deserialization support for tsv files * Benchmarking * Apparently moving the setter out of the lambda fixed the setAccessible issue * Thread it * Use AllArgsConstructor instead of field reflection * Clean up AllArgsConstructor TSV deserialization * Refactor TsvUtils * Remove AllArgsConstructors from Excels * Set field accessible * [WIP] TSJ improvements * [WIP] More TSV stuff * [WIP] More TSV stuff * Working TSV parser (slow) * Load Excels in TSJ > JSON > TSV priority
-
- Nov 20, 2022
-
-
Xiaorunyu2541 authored
* Update DeforestationManager.java * Update src/main/java/emu/grasscutter/game/managers/deforestation/DeforestationManager.java
-
- Nov 05, 2022
-
-
github-actions authored
-
AnimeGitB authored
-
AnimeGitB authored
-
-
AnimeGitB authored
Will probably turn these into runtime errors in 1.5.0, people need to stop sharing configs with dead fields and especially stop making PRs with them.
-
- Nov 04, 2022
-
-
AnimeGitB authored
-
- Oct 29, 2022
-
-
AnimeGitB authored
-
- Oct 26, 2022
-
-
github-actions authored
-
- Oct 25, 2022
-
-
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
-
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
-
- Oct 16, 2022
-
-
hamusuke authored
-
- Oct 15, 2022
-
-
hamusuke authored
-
- Oct 13, 2022
-
-
github-actions authored
-
AnimeGitB authored
-De-hardcode elemental orb values -De-hardcode exp items -Change ShopChest format (temporary, drop system overhaul will replace it entirely) -Food healing actually uses Ability data for real HP amounts
-
AnimeGitB authored
- Fix day-of-week dungeons - AvatarSkill max level enforcement from excels - Partial fix to bonus levels (need packet on talent update)
-
- Oct 12, 2022
- Oct 11, 2022
-
-
hamusuke authored
* will be able to change home bgm. * feat: unlock homeworld bgm and set homeworld bgm. * Update src/main/java/emu/grasscutter/game/home/GameHome.java * Update GameHome.java * Get default unlocked home bgms from HomeWorldBgmData * fix: duplicate home items by sending packet
-