1. 08 Jun, 2022 4 commits
  2. 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
  3. 03 Jun, 2022 3 commits
  4. 31 May, 2022 2 commits
    • Melledy's avatar
      Rename excel classes · a23b29b6
      Melledy authored
      a23b29b6
    • Yazawazi's avatar
      [Anime Game Version update] Support 2.7 (#1072) · f1398182
      Yazawazi authored
      * feature(2.7 version): support 2.7 version & upload new protos
      
      1. Support GC in GI 2.7.0;
      2. Upload new protos;
      3. Fix some bugs cuz by new protos.
      
      BREAKING CHANGE: all
      
      * fix(database helper): fix player uid issues
      
      * fix(ability embryo): uint32 to fixed32
      
      * fix(proto): map mark
      
      rename MAP_MARK_FROM_TYPE_NOE to MAP_MARK_FROM_TYPE_NONE
      
      * fix(game version): change game version to 2.7.0
      
      * perf(proto): remove unused protos
      
      1. Remove unused protos;
      2. Temporarily commented out some of the proto fields.
      
      * fix(proto): uint32 to fixed32
      f1398182
  5. 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
  6. 27 May, 2022 2 commits
  7. 25 May, 2022 1 commit
  8. 24 May, 2022 1 commit
  9. 23 May, 2022 1 commit
  10. 22 May, 2022 1 commit
  11. 14 May, 2022 1 commit
  12. 13 May, 2022 2 commits
  13. 12 May, 2022 3 commits
    • gentlespoon's avatar
      Clean up map mark related code · 8c71af26
      gentlespoon authored
      1. Remove unnecessary manager from player collection.
      2. Clean up MarkMapReq handler.
      3. Remove redundant checks.
      8c71af26
    • Yazawazi's avatar
      feature(widget): simple implementation of widget · 8c32438b
      Yazawazi authored
      Simple implementation of a part of the gadget support, very rough, hard code variables, I am very sorry for that. It can now handle part of the gadget rig. More features and better support await PRs from others. if no one else does, I'll give it a try.
      8c32438b
    • gentlespoon's avatar
      Feature: vehicle stamina · 2531ae36
      gentlespoon authored
      1. Remove references.
      2. Handle vehicle stamina.
      2531ae36
  14. 11 May, 2022 2 commits
  15. 08 May, 2022 5 commits
  16. 07 May, 2022 2 commits
  17. 06 May, 2022 7 commits
  18. 05 May, 2022 1 commit