1. 23 Sep, 2022 1 commit
  2. 19 Sep, 2022 1 commit
  3. 21 Aug, 2022 1 commit
  4. 11 Aug, 2022 2 commits
  5. 10 Aug, 2022 1 commit
    • Magix's avatar
      Introduce a new arguments parser (#1629) · 3121e3e6
      Magix authored
      
      
      Original commits:
      
      * Clean-up
      
      * Introduce a new application arguments parser & handler
      
      * Clean-up and deprecate `Tools#getLanguageOption`
      
      * Fix `-debug` and `-debugall` parameters
      
      * found this while debugging, ...why
      
      * Remove deprecated parameters
      
      * Invoke startup argument parser before handbook generation
      
      * Move command map instantiation to `Grasscutter `(prevent making 3 instances on startup)
      
      * Ensure \n at EOF
      Co-authored-by: default avatarAnimeGitB <AnimeGitB@bigblueball.in>
      3121e3e6
  6. 09 Aug, 2022 4 commits
  7. 21 Jul, 2022 3 commits
  8. 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
  9. 29 Jun, 2022 1 commit
  10. 26 Jun, 2022 4 commits
  11. 22 Jun, 2022 2 commits
  12. 16 Jun, 2022 2 commits
  13. 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
  14. 25 May, 2022 1 commit
  15. 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
  16. 17 May, 2022 1 commit
  17. 14 May, 2022 3 commits
  18. 13 May, 2022 2 commits
  19. 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
  20. 11 May, 2022 6 commits
  21. 10 May, 2022 1 commit
    • 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