1. 21 Jul, 2022 3 commits
  2. 18 Jul, 2022 4 commits
  3. 17 Jul, 2022 1 commit
  4. 10 Jul, 2022 1 commit
  5. 02 Jul, 2022 1 commit
  6. 29 Jun, 2022 2 commits
  7. 28 Jun, 2022 1 commit
  8. 27 Jun, 2022 1 commit
  9. 26 Jun, 2022 2 commits
  10. 25 Jun, 2022 4 commits
  11. 24 Jun, 2022 3 commits
  12. 22 Jun, 2022 3 commits
  13. 21 Jun, 2022 2 commits
  14. 18 Jun, 2022 3 commits
  15. 16 Jun, 2022 1 commit
  16. 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
  17. 11 Jun, 2022 1 commit
  18. 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
  19. 08 Jun, 2022 4 commits
  20. 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