1. 24 Oct, 2022 1 commit
    • natsu's avatar
      Extend setConstCommand "all" (#1884) · 5b6698f5
      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
      
      * Added "all" parameter to SetConst
      
      * Changed all to [all] int SetConstCommand usage
      Co-authored-by: default avatarLuke H-W <Birdulon@users.noreply.github.com>
      Co-authored-by: default avatarLuke H-W <Birdulon@users.noreply.github.com>
      5b6698f5
  2. 13 Oct, 2022 1 commit
    • natsu's avatar
      Extend talent command "all" (#1850) · 95327248
      natsu authored
      
      
      * Extend talent command "all":
      Added talent option to set all talents (n, e, q) at once
      Modified error message to cover edge cases when player entered talent level lower than 1
      
      * Update src/main/java/emu/grasscutter/command/commands/TalentCommand.java
      
      some suggested changes
      Co-authored-by: default avatarLuke H-W <Birdulon@users.noreply.github.com>
      95327248
  3. 05 Sep, 2022 1 commit
  4. 03 Sep, 2022 2 commits
  5. 25 Aug, 2022 1 commit
    • AnimeGitB's avatar
      Show accessAddress in bold yellow on startup · 6d65b715
      AnimeGitB authored
      This should make it easier to help people troubleshoot networked setups.
      Consider telling people to try connecting to the address with a web browser on the client's machine.
      6d65b715
  6. 21 Aug, 2022 1 commit
  7. 05 Aug, 2022 1 commit
    • Kawaa's avatar
      Improve some documentation and JSON (#1618) · 352aa7d6
      Kawaa authored
      Original commits:
      
      * Updated instructions
      
      * 更新说明
      
      * 更新说明
      
      * 更新说明
      
      * 更新说明
      
      * 更新说明
      
      * Updated instructions
      
      * Updated instructions
      352aa7d6
  8. 02 Aug, 2022 1 commit