1. 13 Oct, 2022 1 commit
  2. 09 Oct, 2022 1 commit
    • hamusuke's avatar
      feat: set namecards in profile editing. (#1843) · a4f10208
      hamusuke authored
      * add: can set name cards in profile editing.
      
      * some changes
      
      * Update src/main/java/emu/grasscutter/game/player/Player.java
      
      * Update src/main/java/emu/grasscutter/server/packet/recv/HandlerGetFriendShowNameCardInfoReq.java
      
      * Update src/main/java/emu/grasscutter/server/packet/recv/HandlerUpdatePlayerShowNameCardListReq.java
      
      * Update src/main/java/emu/grasscutter/server/packet/send/PacketGetFriendShowNameCardInfoRsp.java
      
      * Update src/main/java/emu/grasscutter/server/packet/send/PacketUpdatePlayerShowNameCardListRsp.java
      
      * Update src/main/java/emu/grasscutter/game/player/Player.java
      a4f10208
  3. 28 Sep, 2022 1 commit
  4. 16 Sep, 2022 1 commit
  5. 12 Sep, 2022 1 commit
    • Kawaa's avatar
      Improve team respawn (#1752) · 070edd26
      Kawaa authored
      * Pull request made after merging the latest version
      
      * Update src/main/resources/languages/ja-JP.json
      
      * first commit
      
      * TeamRespawn_BigWorld
      
      * Improving scene Loading
      
      * Final commit
      
      * optimize import
      
      * optimize
      
      * Update TeamManager.java
      
      * Update src/main/java/emu/grasscutter/game/player/TeamManager.java
      070edd26
  6. 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
  7. 25 Aug, 2022 1 commit
  8. 21 Aug, 2022 2 commits
  9. 19 Aug, 2022 1 commit
    • AnimeGitB's avatar
      Refactor avatar skilldepot and constellation/talent changing · fb1bacb0
      AnimeGitB authored
      Ensures Traveler retains talent levels and constellations on inactive elements when switching elements.
      Relevant for any other skillDepot-changing activities like Windtrace too, though keeping those in the db might not be as useful.
      
      Refactor avatar talent upgrade and access
      Refactor skillExtraCharges
      fb1bacb0
  10. 18 Aug, 2022 1 commit
  11. 17 Aug, 2022 1 commit
  12. 16 Aug, 2022 2 commits
  13. 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
  14. 10 Aug, 2022 1 commit
    • 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
  15. 24 Jul, 2022 2 commits
    • KingRainbow44's avatar
      818bfb8c
    • GanyusLeftHorn's avatar
      Read Open States from Excels (#1557) · d0edd394
      GanyusLeftHorn authored
      * Make sure we never access PlayerOpenStateManager::map directly.
      
      * Read OpenStates from excels.
      
      * Add defaultState
      
      * Replace hardcoded open states with the ones read from excels.
      
      * Don't send change notify when unlocking on login.
      
      * Add open state blacklist for default unlocks.
      
      * Add a way to temporarily set open states for dev
      
      * Remove old OpenState.java
      
      * Fix UnlockAllCommand
      
      * Change condType to an enum.
      d0edd394
  16. 23 Jul, 2022 1 commit
  17. 22 Jul, 2022 2 commits
  18. 21 Jul, 2022 14 commits
  19. 18 Jul, 2022 4 commits
  20. 17 Jul, 2022 1 commit