Commit Graph

49770 Commits

Author SHA1 Message Date
63998ad9f1 Add test coverage of SpectatorPlayer failing to seek on inopportune frame arrival time 2022-03-19 15:06:22 +09:00
dae5569e36 Use nullable in PlayerLoader 2022-03-19 15:06:22 +09:00
da76358ee0 Expose the loading player in PlayerLoader 2022-03-19 15:06:22 +09:00
e2c0e3bafd Merge pull request #17322 from frenzibyte/form-bug-report
Add "bug report" GitHub issue form template
2022-03-19 13:54:25 +09:00
41ab798bbe Simplify screenshot/video attach text
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-03-19 12:43:48 +09:00
762385d336 Simplify log drag-drop message
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-03-19 12:43:08 +09:00
79f6e7cc1c Simplify wording of description hint
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-03-19 12:42:25 +09:00
744cd61643 Apply further minor rewordings
Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com>
2022-03-19 03:33:13 +03:00
7bb8cd5411 Apply second pass rewordings on logs section
Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com>
2022-03-19 03:22:57 +03:00
c92217415b Merge pull request #17323 from smoogipoo/fix-intermittent-failure 2022-03-19 03:20:23 +03:00
60390a916a Merge branch 'master' into fix-intermittent-failure 2022-03-19 02:49:21 +03:00
c07a906b22 Rewrite log attachment section
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2022-03-19 02:27:40 +03:00
fc75aa0807 Merge pull request #17324 from frenzibyte/score-panel-max-combo
Display beatmap maximum combo next to score combo in results panel
2022-03-18 22:59:38 +09:00
4b23f02f03 Merge pull request #17320 from peppy/hit-error-meter-settings
Add new settings for adjusting the hit error display
2022-03-18 22:28:20 +09:00
ffa972e9f7 Merge pull request #17325 from peppy/fix-skin-component-toolbox-abstract-class 2022-03-18 15:49:36 +03:00
fa8eb1feec Update score panel to check for all combo-breaking statistics 2022-03-18 15:23:14 +03:00
5ec2d86c09 Update ScoreProcessor to use new defined helper methods 2022-03-18 15:22:53 +03:00
fc576b1369 Separate increase/break combo helper methods from AffectsCombo 2022-03-18 15:22:01 +03:00
ed90dc6d6b Fix centering of labels using Height instead of location to better handle rotations 2022-03-18 20:17:04 +09:00
806a16d8f6 Fix SkinComponentToolbox attempting to create instances of abstract classes 2022-03-18 20:13:15 +09:00
bd488d139d Better centre text labels for hit error meter 2022-03-18 20:11:05 +09:00
2cb1974a58 Add max combo to test beatmap info 2022-03-18 13:11:41 +03:00
af22e67e15 Fix perfect combo check not accounting for LargeTickMiss
`LargeTickMiss` can affect combo, see
a352a140bc/osu.Game/Rulesets/Scoring/HitResult.cs (L124-L144).
2022-03-18 13:11:41 +03:00
9215384229 Display beatmap maximum combo in score panel 2022-03-18 13:11:41 +03:00
c97aa3a26f Fix intermittent ready button test failure 2022-03-18 18:57:34 +09:00
4b0649743a Remove unnecessary description 2022-03-18 12:47:40 +03:00
32faa05b87 Include searching step as part of the bullets 2022-03-18 12:47:33 +03:00
105245a53a Apply minor rewording suggestions
Co-authored-by: Dean Herbert <pe@ppy.sh>
2022-03-18 12:41:34 +03:00
341201ae55 Add "bug report" issue form template 2022-03-18 12:18:11 +03:00
7c9fe4036c Add setting to change the style of the early/late markers 2022-03-18 17:50:37 +09:00
919583137e Add line style for centre marker 2022-03-18 17:50:37 +09:00
cdeab1b14e Add setting to change the style of the centre marker 2022-03-18 17:50:37 +09:00
331cb2aa80 Add setting to show or hide the moving average arrow 2022-03-18 17:50:37 +09:00
3f92bef9df Add setting for judgement line thickness 2022-03-18 17:50:37 +09:00
af6d53ad64 Merge pull request #17279 from peppy/skin-editor-borrowed-dependencies
Only show components in skin editor which are usable on the current screen
2022-03-18 11:29:12 +09:00
6ec024c84d Merge pull request #17307 from frenzibyte/lead-in-test-scene-manual 2022-03-18 10:53:16 +09:00
177a08eb09 Merge pull request #17301 from smoogipoo/multiplayer-button-refactor
Integrate multiplayer button implementations into the buttons themselves
2022-03-17 22:59:03 +01:00
cf623a2889 Merge branch 'master' into multiplayer-button-refactor 2022-03-17 22:33:48 +01:00
50d64e1b65 Merge branch 'master' into skin-editor-borrowed-dependencies 2022-03-17 21:27:43 +01:00
a8bb696e5b Cache gameplay clock in more places to fix song progress related tests 2022-03-17 21:22:07 +01:00
21348e6620 Merge pull request #17290 from frenzibyte/fix-message-highlight-crash
Fix message highlighting crashing when chat overlay is never open
2022-03-17 19:54:39 +09:00
ef29de9971 Add one more missing dependency required by SongProgress 2022-03-17 19:50:43 +09:00
4d495cf969 Merge pull request #17300 from smoogipoo/testscene-button-click-improvement
Improve OsuManualInputManagerTestScene button clicking helper function
2022-03-17 19:40:08 +09:00
4650c197a3 Make SongProgress.DrawableRuleset nullable to allow test scene to work 2022-03-17 18:45:37 +09:00
da0ffab14e Integrate ready button implementation 2022-03-17 18:43:04 +09:00
e252f1a3cd Add explanation about try-catch logic in SkinComponentToolbox 2022-03-17 18:40:26 +09:00
461d41529b Integrate spectate button implementation 2022-03-17 18:36:33 +09:00
7b8fb341a5 Fix not handling IconButtons 2022-03-17 17:59:28 +09:00
1d83b36cfc Merge branch 'master' into skin-editor-borrowed-dependencies 2022-03-17 15:09:04 +09:00
fd71aa4a4d Change SongProgress resolution requirements to be required 2022-03-17 15:05:54 +09:00