1. 21 Aug, 2022 10 commits
  2. 20 Aug, 2022 1 commit
  3. 19 Aug, 2022 4 commits
  4. 18 Aug, 2022 4 commits
  5. 17 Aug, 2022 3 commits
    • AnimeGitB's avatar
      Lombokify some more getters · 9e0d6538
      AnimeGitB authored
      9e0d6538
    • AnimeGitB's avatar
      Remove erroneous references to excel skilldata instead of avatar skilldata · 02deeb28
      AnimeGitB authored
      Refactor team resonances and correct login behaviour and less-than-full-party behaviour
      02deeb28
    • 1chanuser's avatar
      Add README_ko-KR.md (#1673) · b4a2fe37
      1chanuser authored
      * Add files via upload
      
      Add README_ko-KR.md
      
      * Update README.md
      
      Add ko_KR
      
      * Update README_HE.md
      
      Add ko_KR
      
      * Update README_es-ES.md
      
      Add ko_KR
      
      * Update README_fr-FR.md
      
      Add ko_KR
      
      * Update README_id-ID.md
      
      Add ko_KR
      
      * Update README_pl-PL.md
      
      Add ko_KR
      
      * Update README_ru-RU.md
      
      Add ko_KR
      
      * Update README_zh-CN.md
      
      Add ko_KR
      
      * Update README_zh-TW.md
      
      Add ko_KR
      
      * Update README_ko-KR.md
      
      Add README_ko-KR.md
      
      * Update README_HE.md
      b4a2fe37
  6. 16 Aug, 2022 5 commits
  7. 15 Aug, 2022 2 commits
    • Luke H-W's avatar
      Refactoring (#1660) · dc9cef8a
      Luke H-W authored
      
      
      * Refactor a couple of iterators
      
      * Use side-effect instead of second iterator
      
      * Make World::onTick return shouldDelete instead of success
      
      * Replace Shop iterator with side effects
      
      * Scene
      
      * Clean up Expeditions
      
      * Refactor Expeditions
      
      * Clean up Expeditions, Player
      
      * Limit Expeditions by AR
      
      * Lombokify props
      Co-authored-by: default avatarAnimeGitB <AnimeGitB@bigblueball.in>
      dc9cef8a
    • Zxilly's avatar
      chore: typo fix · bccf516c
      Zxilly authored
      bccf516c
  8. 14 Aug, 2022 1 commit
  9. 11 Aug, 2022 8 commits
  10. 10 Aug, 2022 2 commits
    • RBNXI's avatar
      Fixed install_without_dependencies.sh script · a2b30331
      RBNXI authored
      ## Description
      Removed auto generation of Handbook since with the new versions GC won't exit when finished generating it, so the script was stuck, and for some reason if you stop GC manually, the script won't continue.
      Added a recommendation to generate HB manually.
      
      ## Type of changes
      
      - [x] Bug fix
      - [ ] New feature 
      - [x] Enhancement
      - [ ] Documentation
      
      ## Checklist:
      
      - [x] My code follows the style guidelines of this project
      - [x] My pull request is unique and no other pull requests have been opened for these changes
      - [x] I have read the [Contributing note](https://github.com/Grasscutters/Grasscutter/blob/stable/CONTRIBUTING.md) and [Code of conduct](https://github.com/Grasscutters/Grasscutter/blob/development/CODE_OF_CONDUCT.md)
      - [x] I am responsible for any copyright issues with my code if it occurs in the future.
      a2b30331
    • GanyusLeftHorn's avatar
      Handle Unlocking of Waypoints and Statues (#1608) · 04f0fae8
      GanyusLeftHorn authored
      Original commits:
      
      * Add necessary protos for scene point/area unlocking.
      
      * Rename PlayerOpenStateManager to PlayerProgressManager and move data to Player.
      
      * Handle unlocking of waypoints.
      
      * Add primo rewards for waypoint unlock.
      
      * Statue unlocking.
      
      * Add statue quest on player login.
      
      * I forgor to add an unlock command.
      
      * Give EXP as reward, fire quest trigger, make EXP UI show up.
      04f0fae8