1. 03 Sep, 2022 1 commit
  2. 02 Sep, 2022 1 commit
  3. 31 Aug, 2022 1 commit
  4. 25 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. 22 Jul, 2022 3 commits
  7. 21 Jul, 2022 1 commit
  8. 11 Jul, 2022 1 commit
  9. 26 Jun, 2022 1 commit
  10. 22 Jun, 2022 3 commits
  11. 16 Jun, 2022 1 commit
  12. 22 May, 2022 1 commit
    • Luke H-W's avatar
      Allow commands to target offline players (#1022) · 0ae3c3d7
      Luke H-W authored
      
      
      * Add targetRequirement annotation for Command
      
      * Added MTL lines for other langs
      
      * Fix TargetRequirement enum scoping
      
      * Adjust commands to targetRequirement system
      
      * Add translation message sugar to prevent future messages from being translated for wrong player
      
      * Temporarily disable offline targeting on /permission and /clear
      
      * Preliminary README cleanup
      
      * Readme commands cleanup
      
      * Clean up command table in README, including column shuffle
      Co-authored-by: default avatarAnimeGitB <AnimeGitB@bigblueball.in>
      0ae3c3d7
  13. 09 May, 2022 1 commit
  14. 08 May, 2022 2 commits
  15. 07 May, 2022 1 commit
  16. 06 May, 2022 1 commit
  17. 05 May, 2022 4 commits
  18. 03 May, 2022 1 commit
  19. 27 Apr, 2022 2 commits
  20. 24 Apr, 2022 3 commits
  21. 23 Apr, 2022 1 commit
  22. 21 Apr, 2022 1 commit
  23. 20 Apr, 2022 5 commits
  24. 19 Apr, 2022 1 commit
    • Benjamin Elsdon's avatar
      Admin cmds, perms and descriptions for all cmds + · 5cea728e
      Benjamin Elsdon authored
      Additonal stuff: Fixed + refactored help command. Removed 'Usage: ' from all commands. Created 'player.hasPermission(permission)' function. Created default for Usage annotation. Created hashmap version of 'getHandlers' and renamed the original to getHandlersAsList()
      5cea728e