1. 09 Aug, 2022 4 commits
  2. 21 Jul, 2022 3 commits
  3. 08 Jul, 2022 1 commit
    • akatatsu27's avatar
      Added more server debug options (#1444) · c79ca302
      akatatsu27 authored
      Original commits:
      
      * Added more server debug options
      
      * made server debug code prettier
      
      * fixed initialization bug
      
      * Enables logging of packets contained in UnionCmdNotify, when debug level is WHITELIST or BLACKLIST
      c79ca302
  4. 29 Jun, 2022 1 commit
  5. 26 Jun, 2022 4 commits
  6. 22 Jun, 2022 2 commits
  7. 16 Jun, 2022 2 commits
  8. 04 Jun, 2022 1 commit
    • AZ's avatar
      List game & server version when starting server (#1181) · fa2ab598
      AZ authored
      * When the server starts, it now outputs the game and server version. Too dumb to not hardcode it - sorry!
      
      * ...
      
      * sorry i dropped my spaghetti, I'll help clean that
      
      * Doing simple stuff: now without hardcoding!
      
      * Restored Git hash functionality
      
      * Fixed other languages and made the output more useful.
      
      * Forgot this file lol
      fa2ab598
  9. 25 May, 2022 1 commit
  10. 18 May, 2022 1 commit
    • 2bllw8's avatar
      Add web documentation · e3ed3968
      2bllw8 authored
      - '/documentation': home page with all links
      - '/documentation/handbook': html version of the gm handbook
      - '/documentation/gachamapping': json document with the gacha mappings
      e3ed3968
  11. 17 May, 2022 1 commit
  12. 14 May, 2022 3 commits
  13. 13 May, 2022 2 commits
  14. 12 May, 2022 1 commit
    • gentlespoon's avatar
      Update StaminaManager · ba5635bf
      gentlespoon authored
      1. Update function signatures to prepare for vehicle stamina.
      3. Remove hard-coded skills.
      2. Wind resonance -15% stamina cost.
      4. Climb talent cost reduction.
      5. Swim talent cost reduction.
      6. Diluc will now consume stamina at full price if talent not activated.
      7. Sayu's windwheel no longer consumes stamina.
      ba5635bf
  15. 11 May, 2022 6 commits
  16. 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
  17. 07 May, 2022 5 commits