Commit Graph

36739 Commits

Author SHA1 Message Date
a2e726502f Add ruleset selector to profile overlay 2023-01-02 17:23:04 +01:00
7683ab68b0 Use UserProfile in profile ruleset selector 2023-01-02 17:23:01 +01:00
1722f3a125 Add ruleset to UserProfile 2023-01-02 17:22:55 +01:00
4dd7727f71 Remove test-specific workaround in overlay 2023-01-02 17:21:14 +01:00
d7294ac3e6 Substitute APIUser for UserProfile in overlay 2023-01-02 17:21:09 +01:00
608d8ee7d4 Add UserProfile model to be used in user profile overlay
As `APIUser` implements `IEquatable`, attempting to replace an `APIUser`
with another `APIUser` with the same online ID has no effect on the user
profile overlay. This is a significant hurdle in implementing support
for viewing the profile for different rulesets, as in that case the
profile is basically reloaded for the same user, but slightly different
data.

To facilitate this, wrap `APIUser` in a new `UserProfile` class. This
will mean that the equality rules can be changed locally to the user
profile overlay without impacting other components that depend on the
`APIUser` equality rules. The ruleset that the user profile is being
displayed with will eventually be added to `UserProfile`, too.
2023-01-02 17:21:00 +01:00
88e90d5fa0 Enable NRT in user profile overlay 2023-01-01 23:49:11 +01:00
2698d58c46 Merge branch 'master' into remember-chat-textbox-per-channel 2023-01-01 17:29:38 +01:00
7e39ee3982 Merge pull request #21945 from cdwcgt/acc-UI
Add new display modes for accuracy counter
2023-01-01 23:20:12 +08:00
9a4f0cad2c Fix incorrect domain root being used for recent activity entries on profile overlay
Closes https://github.com/ppy/osu/issues/21980.
2023-01-01 17:48:05 +08:00
87250ad847 Add search keywords for beatmap colours / hitsound overrides 2023-01-01 14:32:28 +08:00
6509d3538c Fix counter initially rolling down from 100% to 0% in minimum achievable mode 2022-12-30 21:13:41 +01:00
7580ab78be Move binding to LoadComplete() 2022-12-30 21:08:48 +01:00
6ed474d4fb Rearrange formula for maximum accuracy
Feels like it's easier to understand this way. The difference of the
maximum scoring values for the entire beatmap and the max values for the
part of the beatmap that has already been played represents the act of
filling the rest of the unjudged objects with maximum results.
2022-12-30 20:56:54 +01:00
8ace635249 Adjust minimum values 2022-12-30 20:55:51 +01:00
bb2822a175 xmldoc pass 2022-12-30 20:55:48 +01:00
6d42cc5a36 Naming pass 2022-12-30 20:30:58 +01:00
d60349c7c6 add description 2022-12-30 23:24:41 +09:00
8beb168be9 remove nullable disabled 2022-12-30 23:24:20 +09:00
784fe7ecf2 rename AccType to AccuracyDisplay 2022-12-30 23:06:10 +09:00
3c32a50c12 add new accuracy counter display 2022-12-30 21:19:46 +09:00
0d70f2c0fd Use alternative workaround 2022-12-30 09:08:17 +01:00
f625c5d744 Fix gradient showing when toggling toolbar with mouse above window 2022-12-29 23:35:45 +01:00
bf975eb48a Fix toolbar gradient not showing when mouse is hovered over buttons 2022-12-29 23:03:53 +01:00
ccf713c885 Fix incorrect hard link validity check in stable import screen 2022-12-29 23:18:12 +08:00
0fcf10e10a Also support hard links on macOS 2022-12-29 22:35:13 +08:00
f9f6918fc3 Merge branch 'master' into add_linux_hardlink 2022-12-29 21:29:57 +08:00
c5f7da9a4e Fix hover propagating through toolbar buttons
Closes #21920.

Weirdly enough this was semeingly fixed once before in ancient times in
3891f467a3, but then unfixed again in
566e09083f. The second change is no longer
needed since the toolbar became opaque in #9447.
2022-12-29 13:19:14 +01:00
70dbb8edac Fix stand alone chat display textbox not binding to local channel 2022-12-29 01:37:37 -08:00
c326745f96 Save / sync chat text box messages per channel 2022-12-28 16:09:40 -08:00
74bc5d4666 Disable naming rule inspection on struct stat definition 2022-12-28 22:38:42 +01:00
10c11e974d Fix broken spacing 2022-12-28 22:24:21 +01:00
49b0ec9ddb Fix broken condition 2022-12-28 22:24:18 +01:00
8d79fa93ac Implement GetFileLinkCount() for Linux 2022-12-28 22:14:56 +01:00
d4b3965967 Change warning message about file duplication
- It was being glued in an ugly way that would have prevented sanely
  localising it.

- Even on Linux, the filesystem (whichever one the user has chosen out
  of the multitude available) still needs to support hard links for them
  to have a chance of working.
2022-12-28 22:04:08 +01:00
04d4b4a6ce Rename and xmldoc hard link creation method 2022-12-28 22:04:05 +01:00
cadd487c75 Use switch statement in AttemptHardLink() 2022-12-28 21:20:49 +01:00
2c346eae0d Revert inlining of hard link creation into condition
Just feels bad. Mixing data access with actual underlying logic.
2022-12-28 21:19:28 +01:00
d63be3ff17 Change name of variable 2022-12-28 15:02:44 +01:00
c6da7248ba Remove unnecessary directive 2022-12-28 14:40:32 +01:00
53bca947d1 Move duplicated code into its own method 2022-12-28 14:34:27 +01:00
f32564652b Mention the filesystem should be NTFS on Windows 2022-12-28 14:33:38 +01:00
5c5e84f931 Fix formatiing 2022-12-28 14:06:50 +01:00
ea8beffa61 Merge pull request #21871 from bdach/solo-statistics-watcher-reliability
Improve reliability of solo statistics watcher
2022-12-28 21:05:38 +08:00
16165b1f67 Remove blank line 2022-12-28 13:58:52 +01:00
e4c060fc3a Merge pull request #21854 from peppy/fix-website-root
Fix `osu.ppy.sh` links no longer opening in-game
2022-12-28 13:43:24 +01:00
b2aa2e1602 Add hardlink support for Linux 2022-12-28 13:32:49 +01:00
4b71ccf315 Merge pull request #21879 from frenzibyte/first-object-visbility-keywords
Add keywords to ease search of "first object visibility" setting
2022-12-28 12:15:34 +01:00
b4c5e18da0 Add keywords to ease search of "first object visibility" setting 2022-12-28 13:23:50 +03:00
3c0b8af8f1 Allow unsubscribing from solo statistics updates
This is more of a safety item. To avoid potential duplicate key in
dictionary errors (and also avoid being slightly memory-leaky), allow
`SoloStatisticsWatcher` consumers to dispose of the subscriptions they
take out.
2022-12-28 08:07:48 +01:00