1. 22 Jun, 2022 1 commit
  2. 21 Jun, 2022 2 commits
  3. 18 Jun, 2022 3 commits
  4. 16 Jun, 2022 1 commit
  5. 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
  6. 11 Jun, 2022 1 commit
  7. 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
  8. 08 Jun, 2022 4 commits
  9. 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
  10. 03 Jun, 2022 3 commits
  11. 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
  12. 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
  13. 27 May, 2022 2 commits
  14. 25 May, 2022 1 commit
  15. 24 May, 2022 1 commit
  16. 23 May, 2022 2 commits
  17. 22 May, 2022 4 commits
  18. 20 May, 2022 1 commit
  19. 18 May, 2022 3 commits
  20. 15 May, 2022 1 commit
    • Akka's avatar
      Enable script in big world (#884) · 6dc30e4d
      Akka authored
      
      
      * add docs for tower
      
      * fix: LEAK: ByteBuf.release() was not called
      
      * enableScriptInBigWorld
      
      * not print log when loaded scripts from cache
      
      * revert the change of server tick
      
      * revert the change of server tick
      
      * fix
      
      * optimize the performance: lazy load & cache
      
      * fix the refresh group
      
      * fix NPE
      Co-authored-by: default avatarMelledy <52122272+Melledy@users.noreply.github.com>
      6dc30e4d
  21. 14 May, 2022 1 commit
  22. 13 May, 2022 2 commits
  23. 12 May, 2022 1 commit