1. 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
  2. 08 Jun, 2022 13 commits
  3. 05 Jun, 2022 2 commits
    • 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
    • liizfq's avatar
      add new command (unlimitenergy):toggle energyusage for each player (#1186) · 934fb587
      liizfq authored
      * add new command (unlimitenergy):toggle energyusage for each player while  energyusage is ture in config.json
      
      * Solve the problem of layout and naming errors
      
      * make currentActiveTeam's Avatar full-energy while turn on the ule.
      
      * Resolve language document errors
      
      * add config_error message while player try to execute UnlimitEnergyCommand in GAME_OPTIONS.energyUsage == false
      934fb587
  4. 03 Jun, 2022 5 commits
  5. 31 May, 2022 10 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 2 commits
  9. 26 May, 2022 5 commits