1. 18 Jun, 2022 1 commit
  2. 16 Jun, 2022 1 commit
  3. 14 Jun, 2022 1 commit
    • ImmuState's avatar
      Implement Resin (#1257) · 6e955c9f
      ImmuState authored
      * Basic resin usage/refresh.
      
      * Honor resin config, move some logic to logon.
      
      * Add resin usage to DungeonChallenge
      
      * Make fragile and transient resin usable.
      
      * Get resin cost from dungeon excel.
      
      * Add ability to unlock combine diagrams.
      
      * Refactor CombineManager to use Inventory.payItems, enabling crafting of condensed resin.
      
      * Refactor ForgingManager to use Inventory.payItems, to prepare for eventually forging Mystic Enhancement Ores using resin.
      
      * Remove comment
      
      * Check resin usage in addResin
      6e955c9f
  4. 11 Jun, 2022 1 commit
  5. 09 Jun, 2022 1 commit
    • zhaodice's avatar
      Fix inconformity of Player Object at TowerManager (#1226) · 052e70e4
      zhaodice authored
      * Fix inconformity of Player Object at TowerManager
      
      Fix inconformity of Player Object at TowerManager class from GameSession
      
      * fix with a reasonable resolution
      
      * Make sure towerManager'player is online player
      
      * Make sure towerManager'player is online player
      
      * Obsolete storage
      
      * Fix build
      
      * fix build
      
      * fix build
      
      * add @Entity
      
      * set record map
      
      * replace tab with space
      
      * add Entity to TowerData
      
      * make infomater more accurate
      
      * move player register to onLogin
      052e70e4
  6. 08 Jun, 2022 4 commits
  7. 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
  8. 03 Jun, 2022 3 commits
  9. 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
  10. 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
  11. 27 May, 2022 2 commits
  12. 25 May, 2022 1 commit
  13. 24 May, 2022 1 commit
  14. 23 May, 2022 1 commit
  15. 22 May, 2022 1 commit
  16. 14 May, 2022 1 commit
  17. 13 May, 2022 2 commits
  18. 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
  19. 11 May, 2022 2 commits
  20. 08 May, 2022 5 commits
  21. 07 May, 2022 2 commits
  22. 06 May, 2022 3 commits