Skip to content
Snippets Groups Projects
  1. Nov 14, 2022
  2. Nov 08, 2022
  3. Nov 05, 2022
  4. Nov 04, 2022
  5. Nov 02, 2022
  6. Nov 01, 2022
  7. Oct 30, 2022
  8. Oct 29, 2022
  9. Oct 28, 2022
  10. Oct 26, 2022
    • github-actions's avatar
      Version 1.4.3-dev [skip actions] · 2dd644f2
      github-actions authored
      2dd644f2
    • github-actions's avatar
      Version 1.4.2 · 229303f9
      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]
      v1.4.2
      229303f9
    • github-actions's avatar
      Update languages [skip actions] · a9148e1b
      github-actions authored
      a9148e1b
    • github-actions's avatar
      Fix whitespace [skip actions] · d99a50b8
      github-actions authored
      d99a50b8
    • AwayJob's avatar
      Update README and fil-PH (#1901) · 877f747d
      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's avatar
      Remove references to old repo · 18360a62
      AnimeGitB authored
      18360a62
  11. Oct 25, 2022
  12. Oct 24, 2022
    • 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>
    • TotalyNotOndre's avatar
      add Quest command alias (#1891) · 496cd671
      TotalyNotOndre authored