1. 03 Sep, 2022 1 commit
  2. 02 Sep, 2022 2 commits
  3. 01 Sep, 2022 1 commit
    • GanyusLeftHorn's avatar
      Custom Teams (#1731) · 712d1763
      GanyusLeftHorn authored
      * Add support for creating and deleting custom teams.
      
      * Add support for creating and deleting custom teams.
      
      * Move some logic to TeamInfo::toProto
      712d1763
  4. 31 Aug, 2022 1 commit
  5. 27 Aug, 2022 1 commit
  6. 26 Aug, 2022 2 commits
  7. 25 Aug, 2022 1 commit
  8. 24 Aug, 2022 4 commits
  9. 23 Aug, 2022 1 commit
  10. 22 Aug, 2022 4 commits
  11. 21 Aug, 2022 4 commits
    • AnimeGitB's avatar
      Allow adding constellations to playerless avatars · d9f85ba2
      AnimeGitB authored
      Fixes #1682
      d9f85ba2
    • github-actions's avatar
      Fix whitespace [skip actions] · c517b8a2
      github-actions authored
      c517b8a2
    • akatatsu27's avatar
      small quest fixes (#1677) · 77f2bcf5
      akatatsu27 authored
      * small quest fixes
      
      * uncomment hack
      77f2bcf5
    • 赵怡然's avatar
      Blossom Implement (#1606) · abd1e756
      赵怡然 authored
      
      
      * Blossom!
      
      * rename
      
      * delete SpawnBlossomEntry.java
      
      * use MAP
      
      * use List
      
      * use LIST
      
      * use List
      
      * useCondensedResin
      
      * useCondensedResin
      
      * fix build
      
      * enhance
      
      * fix bug
      
      * REMOVE BOSS
      
      * fix condensed resin
      
      * fix condensed resin
      
      * use POSITIVE_INFINITY
      
      * use RewardPreviewData
      
      * fix build
      
      * fix resources
      
      * add BLOSSOM_MONSTER_FIGHTING_VOLUME
      
      * edit monster score
      
      * edit monster score
      
      * fix bug
      
      * fix bug
      
      * improve logic
      
      * fix monsters level
      
      * Deleted comment blocks
      
      * nitpick
      
      * Fix compilation problems
      
      * nitpick
      
      * Refactor + nitpick
      
      * Clean up overall diff to develop
      
      * Clean up other usage of condensed resin
      
      * Clean up overall diff to develop
      
      * Lombokify Scene.java
      
      * Missed an odd getter name
      
      * Unhardcode reward previews
      
      * EDIT NAME
      
      * remove leyline 1
      
      * remove leyline 2
      
      * Update BlossomManager.java
      Co-authored-by: default avatarAnimeGitB <AnimeGitB@bigblueball.in>
      abd1e756
  12. 19 Aug, 2022 2 commits
  13. 18 Aug, 2022 2 commits
  14. 17 Aug, 2022 2 commits
  15. 16 Aug, 2022 4 commits
  16. 15 Aug, 2022 1 commit
    • 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
  17. 11 Aug, 2022 5 commits
  18. 10 Aug, 2022 2 commits
    • 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
    • GanyusLeftHorn's avatar
      Fix Claiming BP Reward Chests (#1634) · e20b185d
      GanyusLeftHorn authored
      Original commits:
      
      * Fix claiming BP chests.
      
      * Remove logging.
      e20b185d