1. 23 Nov, 2022 1 commit
    • Luke H-W's avatar
      TSJ and TSV parsing (#1962) · 0b532951
      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
      0b532951
  2. 01 Nov, 2022 1 commit
  3. 29 Oct, 2022 1 commit
    • BiosNod's avatar
      Debug system (#1894) · 43b7d7a3
      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
      43b7d7a3
  4. 28 Oct, 2022 1 commit
  5. 22 Oct, 2022 1 commit
  6. 18 Oct, 2022 1 commit
  7. 15 Oct, 2022 3 commits
  8. 13 Oct, 2022 2 commits
  9. 12 Oct, 2022 2 commits
  10. 09 Oct, 2022 1 commit
  11. 07 Oct, 2022 1 commit
  12. 23 Sep, 2022 1 commit
  13. 19 Sep, 2022 1 commit
  14. 01 Sep, 2022 4 commits
  15. 26 Aug, 2022 1 commit
  16. 24 Aug, 2022 1 commit
  17. 21 Aug, 2022 4 commits
    • github-actions's avatar
      Fix whitespace [skip actions] · c517b8a2
      github-actions authored
      c517b8a2
    • AnimeGitB's avatar
      3fca9500
    • AnimeGitB's avatar
      Improve translate function · 95500434
      AnimeGitB authored
      Make commands pass ints and floats instead of manually casting them to string first
      95500434
    • 赵怡然's avatar
      Blossom Implement (#1606) · abd1e756
      赵怡然 authored
      
      
      * Blossom!
      
      * rename
      
      * delete SpawnBlossomEntry.java
      
      * use MAP
      
      * use List
      
      * use LIST
      
      * use List
      
      * useCondensedResin
      
      * useCondensedResin
      
      * fix build
      
      * enhance
      
      * fix bug
      
      * REMOVE BOSS
      
      * fix condensed resin
      
      * fix condensed resin
      
      * use POSITIVE_INFINITY
      
      * use RewardPreviewData
      
      * fix build
      
      * fix resources
      
      * add BLOSSOM_MONSTER_FIGHTING_VOLUME
      
      * edit monster score
      
      * edit monster score
      
      * fix bug
      
      * fix bug
      
      * improve logic
      
      * fix monsters level
      
      * Deleted comment blocks
      
      * nitpick
      
      * Fix compilation problems
      
      * nitpick
      
      * Refactor + nitpick
      
      * Clean up overall diff to develop
      
      * Clean up other usage of condensed resin
      
      * Clean up overall diff to develop
      
      * Lombokify Scene.java
      
      * Missed an odd getter name
      
      * Unhardcode reward previews
      
      * EDIT NAME
      
      * remove leyline 1
      
      * remove leyline 2
      
      * Update BlossomManager.java
      Co-authored-by: default avatarAnimeGitB <AnimeGitB@bigblueball.in>
      abd1e756
  18. 11 Aug, 2022 2 commits
  19. 10 Aug, 2022 1 commit
    • Magix's avatar
      Introduce a new arguments parser (#1629) · 3121e3e6
      Magix authored
      
      
      Original commits:
      
      * Clean-up
      
      * Introduce a new application arguments parser & handler
      
      * Clean-up and deprecate `Tools#getLanguageOption`
      
      * Fix `-debug` and `-debugall` parameters
      
      * found this while debugging, ...why
      
      * Remove deprecated parameters
      
      * Invoke startup argument parser before handbook generation
      
      * Move command map instantiation to `Grasscutter `(prevent making 3 instances on startup)
      
      * Ensure \n at EOF
      Co-authored-by: default avatarAnimeGitB <AnimeGitB@bigblueball.in>
      3121e3e6
  20. 09 Aug, 2022 4 commits
  21. 24 Jul, 2022 1 commit
  22. 21 Jul, 2022 3 commits
  23. 17 Jul, 2022 2 commits