Dean Herbert
|
99bdf41717
|
Avoid potential realm fetch after disposal in StatisticsPanel
As seen at https://github.com/ppy/osu/runs/7513799859?check_suite_focus=true.
|
2022-07-26 15:12:23 +09:00 |
|
Jamie Taylor
|
6ce8e74e6b
|
Add panel appearance sounds
|
2022-07-22 21:03:46 +09:00 |
|
Dean Herbert
|
31a447fda0
|
Update parameter discards
|
2022-06-24 21:26:19 +09:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Dean Herbert
|
6974c2d255
|
Remove weird panelIsComplete flag and replace LINQ with simple foreach
|
2022-02-03 19:00:03 +09:00 |
|
Henry Lin
|
aff36d4e16
|
Refactor populateStatistics to avoid disposing
|
2022-02-03 11:52:37 +08:00 |
|
Henry Lin
|
3c2a6fe208
|
Don't prompt for a replay if no item requires hit events
|
2022-02-02 19:07:14 +08:00 |
|
Henry Lin
|
1e19c7046a
|
Use spacing instead of bottom margin
|
2022-02-02 19:02:29 +08:00 |
|
Henry Lin
|
b0023b9809
|
Also dispose rows
|
2022-02-02 19:00:46 +08:00 |
|
Henry Lin
|
36bfef4f54
|
Dispose container before replacing
|
2022-02-02 17:32:16 +08:00 |
|
Henry Lin
|
90e30bc9e8
|
Remove useless null checks
|
2022-02-02 17:26:17 +08:00 |
|
Henry Lin
|
5e3d124eef
|
Add scrolling to the extended statistics panel
|
2022-02-02 17:20:22 +08:00 |
|
Henry Lin
|
3ba5d88914
|
Update statistics item display logic
|
2022-02-02 13:41:51 +08:00 |
|
Henry Lin
|
c5c4c85006
|
Lazily create content of StatisticItem
|
2022-02-02 13:29:18 +08:00 |
|
Dean Herbert
|
51251e3204
|
Fix CI reported warnings
|
2022-01-12 22:39:00 +09:00 |
|
Dean Herbert
|
53792811b2
|
more fixes (almost compiles, except ruleset and manager)
|
2022-01-12 16:57:27 +09:00 |
|
Joseph Madamba
|
9e13c20bd4
|
Move spinner hiding before newScore null check
|
2021-11-07 19:35:30 -08:00 |
|
Joseph Madamba
|
ac5d9853d3
|
Fix loading spinner potentially showing on statistics unavailable message
|
2021-11-07 17:25:33 -08:00 |
|
Dean Herbert
|
853cf6feaa
|
Rename last remaining BeatmapInfo Beatmap usage
|
2021-10-04 17:35:53 +09:00 |
|
Dan Balasescu
|
02d8355321
|
Merge pull request #10224 from peppy/results-statistics-replay-button
Add more descriptive description and download button when statistics not available
|
2020-09-24 14:31:38 +09:00 |
|
Dean Herbert
|
fda6e88dd3
|
Fix braces style
|
2020-09-24 12:39:08 +09:00 |
|
Dean Herbert
|
cb903ec9e2
|
Fix extended statistics not being vertically centered
|
2020-09-24 12:21:46 +09:00 |
|
Dean Herbert
|
f4d2c2684d
|
Add more descriptive description and download button when statistics not available
|
2020-09-24 12:21:08 +09:00 |
|
Bartłomiej Dach
|
6846a245f4
|
Reapply lost anchoring fix
|
2020-08-27 20:51:28 +02:00 |
|
Bartłomiej Dach
|
f152e1b924
|
Revert IStatisticRow changes
|
2020-08-27 20:13:44 +02:00 |
|
Bartłomiej Dach
|
f8042e6fd3
|
Add fade to prevent jarring transitions
|
2020-08-26 22:34:28 +02:00 |
|
Bartłomiej Dach
|
d81d538b7e
|
Move out row anchor/origin set to one central place
|
2020-08-26 22:34:27 +02:00 |
|
Bartłomiej Dach
|
927a2a3d2d
|
Introduce IStatisticRow interface
|
2020-08-26 19:19:42 +02:00 |
|
Dean Herbert
|
6bcc693c2f
|
Add ability to close statistics by clicking anywhere
|
2020-06-23 15:21:23 +09:00 |
|
smoogipoo
|
1bf00e0c82
|
Schedule continuation
|
2020-06-22 23:22:49 +09:00 |
|
smoogipoo
|
5c4df2e32c
|
Cancel load on dispose
|
2020-06-22 20:20:42 +09:00 |
|
smoogipoo
|
988baad16f
|
Expand statistics to fill more of the screen
|
2020-06-22 19:20:43 +09:00 |
|
smoogipoo
|
261adfc4e6
|
Create a local playable beatmap instead
|
2020-06-22 18:38:41 +09:00 |
|
smoogipoo
|
037bd3b463
|
Fix possible nullref
|
2020-06-19 22:48:21 +09:00 |
|
smoogipoo
|
486b899e8f
|
Rename method
|
2020-06-19 22:11:29 +09:00 |
|
smoogipoo
|
25abdc2903
|
General cleanups
|
2020-06-19 21:41:48 +09:00 |
|
smoogipoo
|
5ce2c712d3
|
Fix statistics not being wrapped by containers
|
2020-06-19 20:53:43 +09:00 |
|
smoogipoo
|
83e6c3efdb
|
Adjust API for returning statistics
|
2020-06-19 20:31:52 +09:00 |
|
smoogipoo
|
a3ff25177a
|
Asyncify statistics load
|
2020-06-19 19:12:55 +09:00 |
|
smoogipoo
|
ecdfcb1955
|
Display placeholder if no statistics available
|
2020-06-18 22:21:30 +09:00 |
|
smoogipoo
|
6c8a24260b
|
Add padding
|
2020-06-18 17:06:05 +09:00 |
|
smoogipoo
|
c31a05977d
|
Re-implement statistics as a click-in panel
|
2020-06-18 16:50:45 +09:00 |
|
smoogipoo
|
725b2e540b
|
wip
|
2020-06-17 22:29:00 +09:00 |
|
smoogipoo
|
a2ddb4edb4
|
Change interface for creating statistic rows
|
2020-06-16 17:49:28 +09:00 |
|
smoogipoo
|
89b54be673
|
Add initial implementation of the statistics panel
|
2020-06-15 22:45:18 +09:00 |
|