Commit Graph

56221 Commits

Author SHA1 Message Date
f81c7644b4 Make GameplayClockContainer also an IGameplayClock and expose to remaining tests 2022-08-15 18:30:53 +09:00
c8764cb333 Move all usage of GameplayClock to IGameplayClock 2022-08-15 18:30:53 +09:00
c64c9144c0 Merge branch 'ppy:master' into master 2022-08-15 17:24:02 +08:00
ff497c452f Fix formatting + Add tests + fix touch UI 2022-08-15 17:23:29 +08:00
6d78218142 Update usages of GameplayClockContainer.GameplayClock to access properties directly 2022-08-15 18:08:49 +09:00
224f3eaa84 Make GameplayClockContainer non-abstract and use in MultiSpectatorPlayer 2022-08-15 18:08:49 +09:00
95c1b488a7 Add non-null assertion to FrameStabilityContainer 2022-08-15 18:08:49 +09:00
58146598c8 Update TestSceneEditorClock to use constraint-based assertions 2022-08-15 18:08:05 +09:00
0087935708 Update TestSceneSpinnerRotation to use constraint-based assertions 2022-08-15 18:05:39 +09:00
4b5439f434 Merge pull request #19768 from peppy/fix-song-progress-div-by-zero
Fix div-by-zero in `SongProgress` when no object duration could be calculated
2022-08-15 16:44:28 +09:00
623e90a7b2 Fix div-by-zero in SongProgress when no object duration could be calculated 2022-08-15 15:05:35 +09:00
Nao
c940f5abcb Merge branch 'master' into ruleset-localization 2022-08-14 15:17:44 -04:00
784ce4d23d Add test coverage for localisable setting source 2022-08-14 15:06:33 -04:00
45e9eda9e7 Localise hit result name 2022-08-14 14:57:02 -04:00
18ce784ae0 Allow StatisticItem's name param to be nullable 2022-08-14 14:51:35 -04:00
2aa3a1b50d Rename all "KeysPerSecond" usages to "ClicksPerSecond" 2022-08-14 20:12:11 +02:00
9dc806506e Make ActionListener and KeysPerSecondCalculator not rely on events to add timestamps 2022-08-14 19:31:14 +02:00
5106c00a9c Improve code quality 2022-08-14 19:02:29 +02:00
d5f10cbb9d Revert 787dee24 and initialize calculator in HUDOverlay 2022-08-14 18:53:00 +02:00
05ddfe7522 Merge branch 'master' into editor-setup-no-state-change 2022-08-14 18:21:31 +02:00
0d3cda3329 Merge pull request #19746 from bastianpedersen/beatmap-comments-image-not-visible
Make `CommentMarkdownTextFlowContainer` render images
2022-08-15 00:02:03 +09:00
383afe04f3 Remove not needed override 2022-08-14 15:15:36 +02:00
932becc4b2 Remove CommentMarkdownTextFlowContainer and rather use base-class OsuMarkdownTextFlowContainer 2022-08-14 10:11:49 +02:00
b05acb0073 Make CommentMarkdownTextFlowContainer render images 2022-08-13 21:32:24 +02:00
09e45f39b2 Add the touchinputfield file because it was untracked 2022-08-13 19:55:47 +08:00
757d236e14 Add the UI file 2022-08-13 18:55:31 +08:00
fa2ebe1d5f add basic touch functionality 2022-08-13 18:02:29 +08:00
e08f71797e Change displayed metric from "KPS" to "clicks/s" 2022-08-13 04:27:26 +02:00
7a41b9f25a Adjust angle and sectionOffset calculations 2022-08-13 03:11:58 +02:00
8c624d3269 Add comments and improve code readability 2022-08-13 00:57:49 +02:00
78fe72476d Adjust parameters 2022-08-13 00:01:40 +02:00
c02990ad67 Merge pull request #19718 from peppy/fix-playlist-imported-items
Fix playlist overlay showing new imports when they don't match collection filter
2022-08-12 23:27:26 +09:00
e6ecdf7457 Merge pull request #19715 from peppy/relax-mod-multiplier
Adjust various mod multipliers to avoid competition with normal scores
2022-08-12 23:12:57 +09:00
9d1b0b5836 Revert sealing 2022-08-12 22:32:27 +09:00
e5e9841652 Apply multiple other mod debuffs as decided in pull request discussion 2022-08-12 18:58:09 +09:00
b76e5757e1 Fix InSelectedCollection not being applied to newly imported beatmaps 2022-08-12 15:06:34 +09:00
a90967715c Add test coverage of new imports not correctly being filtered by collection filter 2022-08-12 15:06:34 +09:00
5111bad86c Refactor TestScenePlaylistOverlay to use realm for testing
Removes the dual-purpose flow which existed only for testing.
2022-08-12 15:06:34 +09:00
9dcf45079c Merge pull request #19717 from peppy/visual-tests-development-directory
Update interactive visual test runs to use development directory
2022-08-12 15:00:39 +09:00
38afc53bad Update interactive visual test runs to use development directory 2022-08-12 13:40:29 +09:00
21c5fed45f Adjust capitalisation 2022-08-12 14:09:16 +10:00
f70588a423 Add newline before brace 2022-08-12 14:08:32 +10:00
ac4213ecee Adjust relax mod multiplayer to 0.5x
Has previously been discussed internally. Probably good to get this out
before the next full reprocess of scores server-side.

The multiplier here was @smoogipoo's suggested value. I'd be willing to
go lower if this is seen at too high, but it should be a round number to
make it easy for users to understand the max score available to them.
2022-08-12 12:30:13 +09:00
037f56077b Apply Flashlight grid nerf 2022-08-12 13:29:04 +10:00
3525dfb0f1 added merging feature 2022-08-12 01:17:33 +02:00
9148305fd8 Merge pull request #19657 from novialriptide/open-profile-hotkey
Add keybind for showing profile
2022-08-12 02:47:13 +09:00
667b700a28 Merge branch 'master' into open-profile-hotkey 2022-08-11 13:04:19 -04:00
b4af32efb7 Merge pull request #19708 from smoogipoo/fix-inspection
Fix possible null reference inspection
2022-08-11 21:52:09 +09:00
d88f247594 Fix possible null reference inspection 2022-08-11 20:38:08 +09:00
f29d1b2ded Merge pull request #19001 from stanriders/pp-balancing
osu! performance points balancing pass
2022-08-11 20:31:33 +09:00