1. 05 Jun, 2022 1 commit
    • zhaodice's avatar
      Fix unable to save game data occasionally (#1194) · ecf7a81a
      zhaodice authored
      * Fix unable to save game data occasionally
      
      * No self-kicking
      
      * Game data synchronization
      
      * finally
      
      * prevent duplicated saving
      
      * reverse changing
      
      * keep the previous code
      
      * Update GameServerInitializer.java
      
      * Update GameSession.java
      
      * remove sanity check because of try block
      
      * a session needs can be created without a pipeline.
      ecf7a81a
  2. 04 Jun, 2022 1 commit
    • AZ's avatar
      List game & server version when starting server (#1181) · fa2ab598
      AZ authored
      * When the server starts, it now outputs the game and server version. Too dumb to not hardcode it - sorry!
      
      * ...
      
      * sorry i dropped my spaghetti, I'll help clean that
      
      * Doing simple stuff: now without hardcoding!
      
      * Restored Git hash functionality
      
      * Fixed other languages and made the output more useful.
      
      * Forgot this file lol
      fa2ab598
  3. 03 Jun, 2022 4 commits
  4. 01 Jun, 2022 1 commit
    • zhaodice's avatar
      Fix receiving reward repeatedly (#1140) · 7f3e8984
      zhaodice authored
      * Fix receiving reward repeatedly
      
      fix #1105 (just fix "无限发送领取请求")
      
      * Fix dead code and prevent getting item repeatedly
      
      * fix again
      7f3e8984
  5. 31 May, 2022 4 commits
  6. 29 May, 2022 1 commit
    • zhaodice's avatar
      Hunting and deforestation support. (#1083) · a95002fd
      zhaodice authored
      
      
      * add drops for animals wild pig,fishes,foxes,birds
      
      * append fox
      
      * Deforestation Support
      
      implement drop woods when attacking tree
      
      * Deforestation support (remove prints)
      
      implement drop woods when attacking tree
      
      * Deforestation support (remove prints)
      
      implement drop woods when attacking tree
      
      * add AutoRecycleHashMap
      
      Map's KEY is automatic expire if key long time no use (query or modify from HashMap)
      
      * use AutoRecycleHashMap in case of memory leak
      
      * fix bug
      
      * remove prints
      
      * static AutoRecycleHashMap
      
      * fix problems
      
      * Delete AutoRecycleHashMap.java
      
      * remove log
      
      * fix build
      
      * improve
      
      * remove unnecessary information
      Co-authored-by: default avatarAlbedo <105265570+arub3do@users.noreply.github.com>
      Co-authored-by: default avatarAlbedo <105265570+arub3do@users.noreply.github.com>
      a95002fd
  7. 28 May, 2022 1 commit
  8. 27 May, 2022 3 commits
  9. 26 May, 2022 1 commit
  10. 23 May, 2022 1 commit
  11. 22 May, 2022 2 commits
  12. 21 May, 2022 1 commit
  13. 20 May, 2022 4 commits
  14. 19 May, 2022 2 commits
  15. 18 May, 2022 1 commit
    • 2bllw8's avatar
      Add web documentation · e3ed3968
      2bllw8 authored
      - '/documentation': home page with all links
      - '/documentation/handbook': html version of the gm handbook
      - '/documentation/gachamapping': json document with the gacha mappings
      e3ed3968
  16. 17 May, 2022 6 commits
  17. 16 May, 2022 2 commits
  18. 15 May, 2022 4 commits