Skip to content
Snippets Groups Projects
  1. Dec 23, 2022
  2. Dec 10, 2022
  3. Dec 09, 2022
  4. Dec 01, 2022
  5. Nov 28, 2022
  6. Nov 26, 2022
  7. Nov 25, 2022
  8. Nov 24, 2022
  9. Nov 23, 2022
    • AnimeGitB's avatar
      Fix oversight on EnumTypeAdapterFactory · 35962542
      AnimeGitB authored
      35962542
    • 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
  10. Nov 22, 2022
  11. Nov 20, 2022
  12. Nov 14, 2022
  13. Nov 08, 2022
  14. Nov 05, 2022
  15. Nov 04, 2022
  16. Nov 02, 2022
  17. Nov 01, 2022
  18. Oct 30, 2022
    • jie65535's avatar
      Fix Mail SendToAll Freeze (#1913) · 47911aa1
      jie65535 authored
      * Avoid iterating over every offline player
      
      * getAllPlayers by stream
      
      * Use the new method without changing the old signature
      
      * Annotate deprecated `getAllPlayers`
      47911aa1
  19. Oct 29, 2022
    • AnimeGitB's avatar
      Remove deprecated constructor call · 855d3182
      AnimeGitB authored
      855d3182
    • 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