1. 22 Oct, 2022 1 commit
  2. 18 Oct, 2022 1 commit
    • natsu's avatar
      Extend give command "skill level" & shortening /talent all (#1865) · 2b087380
      natsu authored
      
      
      * Extend give command "talent"
      
      * Update src/main/java/emu/grasscutter/data/excels/AvatarSkillDepotData.java
      
      Shorten IntStream for getCombatSkills
      Co-authored-by: default avatarLuke 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: default avatarLuke 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: default avatarLuke H-W <Birdulon@users.noreply.github.com>
      2b087380
  3. 17 Oct, 2022 2 commits
  4. 13 Oct, 2022 2 commits
    • AnimeGitB's avatar
      [BREAKING] Item Usage Overhaul · d1d39db5
      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
      d1d39db5
    • AnimeGitB's avatar
      Refactor GameData, remove deprecated getGsonFactory · 4e75361a
      AnimeGitB authored
      - Fix day-of-week dungeons
      - AvatarSkill max level enforcement from excels
      - Partial fix to bonus levels (need packet on talent update)
      4e75361a
  5. 03 Sep, 2022 1 commit
  6. 31 Aug, 2022 1 commit
  7. 22 Aug, 2022 1 commit
  8. 21 Aug, 2022 2 commits
  9. 19 Aug, 2022 1 commit
    • AnimeGitB's avatar
      Refactor avatar skilldepot and constellation/talent changing · fb1bacb0
      AnimeGitB authored
      Ensures Traveler retains talent levels and constellations on inactive elements when switching elements.
      Relevant for any other skillDepot-changing activities like Windtrace too, though keeping those in the db might not be as useful.
      
      Refactor avatar talent upgrade and access
      Refactor skillExtraCharges
      fb1bacb0
  10. 17 Aug, 2022 1 commit
  11. 28 Jul, 2022 1 commit
  12. 22 Jul, 2022 1 commit
  13. 21 Jul, 2022 4 commits
  14. 26 Jun, 2022 1 commit
  15. 31 May, 2022 1 commit
  16. 24 May, 2022 2 commits
  17. 22 May, 2022 5 commits
  18. 08 May, 2022 1 commit
  19. 04 May, 2022 1 commit
  20. 01 May, 2022 1 commit
  21. 30 Apr, 2022 1 commit
  22. 27 Apr, 2022 2 commits
  23. 26 Apr, 2022 1 commit
    • WetABQ's avatar
      [BREAKING CHANGE] proto auto compiled by gradle (#226) · addfb5eb
      WetABQ authored
      * [BREAK] proto auto compiled by gradle
      
      * [BREAK] move proto to submodule
      
      * update gitmodules
      
      * [BREAK] move proto to submodule
      
      * move proto to submodule
      
      * fix merge conflict
      
      * fix github action after merging
      
      * fix merge conflicts and del submodule
      
      * upload the proto
      addfb5eb
  24. 24 Apr, 2022 1 commit
  25. 23 Apr, 2022 3 commits
  26. 22 Apr, 2022 1 commit