Skip to content
  1. Dec 23, 2022
  2. Nov 25, 2022
  3. Nov 24, 2022
  4. Nov 23, 2022
    • 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
  5. Nov 20, 2022
  6. Nov 05, 2022
  7. Nov 04, 2022
  8. Oct 29, 2022
  9. Oct 26, 2022
  10. Oct 25, 2022
  11. Oct 23, 2022
  12. Oct 22, 2022
  13. Oct 21, 2022
  14. Oct 20, 2022
  15. Oct 18, 2022
  16. Oct 17, 2022
  17. Oct 16, 2022
  18. Oct 15, 2022
  19. Oct 13, 2022
  20. Oct 12, 2022
  21. Oct 11, 2022
    • hamusuke's avatar
      feat: unlock homeworld bgm and set homeworld bgm. (#1844) · 4da4c03e
      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
      4da4c03e