1. 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
  2. 31 May, 2022 3 commits
  3. 25 May, 2022 1 commit
  4. 22 May, 2022 1 commit
  5. 21 May, 2022 1 commit
  6. 20 May, 2022 3 commits
  7. 19 May, 2022 5 commits
  8. 17 May, 2022 2 commits
  9. 16 May, 2022 1 commit
  10. 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
  11. 14 May, 2022 1 commit
  12. 13 May, 2022 3 commits
  13. 12 May, 2022 1 commit
  14. 11 May, 2022 9 commits
  15. 10 May, 2022 2 commits
    • Secretboy's avatar
      add /language command (#780) · ecf028d0
      Secretboy authored
      * Fix the following issues:
      1. HashMap non-thread-safe issus
      2. Fix the same problem in pr621, but use a better implementation
      
      Add the following functions:
      1. There is now a language cache inside getLanguage to prepare for different languages corresponding to different time zones where the accounts in the server are located
      
      * add /language command,each account has their own Locate
      ecf028d0
    • Secretboy-SMR's avatar
      Fix the following issues: · 5a37acde
      Secretboy-SMR authored
      1. HashMap non-thread-safe issus
      2. Fix the same problem in pr621, but use a better implementation
      
      Add the following functions:
      1. There is now a language cache inside getLanguage to prepare for different languages corresponding to different time zones where the accounts in the server are located
      5a37acde
  16. 08 May, 2022 5 commits