Make all user profiles behave as if they have the "CHUNITHM-NET Standard Course" enabled.
Gameplay wise, this does at least the following:
+1 map progress
custom system voice applies everywhere, not just after song result
This leads to calls to new APIs GetUserFavoriteItem
(which seems to have replaced GetUserFavoriteMusic in Crystal)
and GetUserTeam, for which stubs have been added.
Tested profile login functions in Amazon Plus and Crystal (1.35, 1.40).
In GitLab by @seika1 on Feb 19, 2021, 14:16
_Merges crystal-premium -> master_
Make all user profiles behave as if they have the "CHUNITHM-NET Standard Course" enabled.
Gameplay wise, this does at least the following:
* +1 map progress
* custom system voice applies everywhere, not just after song result
This leads to calls to new APIs `GetUserFavoriteItem`
(which seems to have replaced `GetUserFavoriteMusic` in Crystal)
and `GetUserTeam`, for which stubs have been added.
Tested profile login functions in Amazon Plus and Crystal (1.35, 1.40).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
In GitLab by @seika1 on Feb 19, 2021, 14:16
Merges crystal-premium -> master
Make all user profiles behave as if they have the "CHUNITHM-NET Standard Course" enabled.
Gameplay wise, this does at least the following:
This leads to calls to new APIs
GetUserFavoriteItem(which seems to have replaced
GetUserFavoriteMusicin Crystal)and
GetUserTeam, for which stubs have been added.Tested profile login functions in Amazon Plus and Crystal (1.35, 1.40).
In GitLab by @seika1 on Feb 19, 2021, 14:20
oops, this is basically a subset of !30
that's what i get for not checking PRs...