3121836741
Merge pull request #13942 from peppy/fix-autoplay-results-timestamp
...
Avoid showing time of play on results screen when autoplay
2021-07-21 15:37:31 +09:00
747c475b95
Merge pull request #13932 from peppy/fix-multiple-request-completion-states
...
Fix API request potentially firing failed events after completion
2021-07-21 15:11:03 +09:00
3dddcf3582
Remove unused using statement
2021-07-21 15:11:01 +09:00
3a968977cb
Add rider configuration for dual-client testing
2021-07-21 15:09:50 +09:00
4148d3fdac
Add a bit more safety to argument parsing logic
2021-07-21 15:02:15 +09:00
bfad044b00
Remove unused imports.
2021-07-20 21:57:55 -07:00
ebd555129f
Change to int
-only debug client ID
2021-07-21 07:53:24 +03:00
cd447f0305
Add some doc comment to JuiceStreamSelectionBlueprint
2021-07-21 13:27:07 +09:00
2b0d530075
Eliminate Overlay.KeyBinding namespace and move everything to Settings.Section.Input
2021-07-20 21:18:24 -07:00
cc0110aa52
Add doc comment to VertexState
2021-07-21 13:17:18 +09:00
97fba5df58
Use existing method for the same code
2021-07-21 12:59:42 +09:00
ca3dfb2498
Fix comment
2021-07-21 12:53:48 +09:00
37393a8432
Allow defining custom storage name for debug builds of osu!lazer
2021-07-21 03:12:44 +03:00
59dd3452fe
Merge pull request #13954 from bdach/user-profile-beatmap-api-adjustments
...
Adjust user beatmap section naming on profile overlay to match web
2021-07-21 08:21:10 +09:00
ba62a0f877
Merge pull request #13955 from bdach/password-popover-enter
...
Allow confirming room password by pressing Enter
2021-07-21 08:20:20 +09:00
db9cf443c7
Allow confirming room password by pressing Enter
2021-07-21 00:04:51 +02:00
a8cf6a6854
Fix slight Y position offset in HandleDrag
2021-07-20 23:00:58 +02:00
bfec87b082
Let TimelineBlueprintContainer only accept positional input within timeline quad
2021-07-20 22:30:50 +02:00
1e634d9db0
Adjust user beatmap sections on profile overlay to match web
2021-07-20 21:55:17 +02:00
84fd59777c
Merge branch 'master' into diffspike-balance
2021-07-20 19:39:41 +02:00
8b09ddbcd6
Merge branch 'ppy:master' into timeline-object-interactions
2021-07-20 16:36:39 +02:00
300b3f22b1
Remove no longer correct usage of "legacy" in offsets
2021-07-20 14:35:21 +03:00
9d92b795fa
Revert making ComboOffset
s legacy and define BeatmapSkinComboIndex
instead
2021-07-20 14:15:43 +03:00
738d321788
Merge pull request #13946 from peppy/fix-online-play-sub-screens-not-async-loaded
...
Fix `OnlinePlayScreen` sub-screens not loaded asynchronously
2021-07-20 19:51:13 +09:00
3a974d5027
Merge branch 'master' into legacy-beatmap-combo-offset
2021-07-20 19:49:35 +09:00
d066ebcd70
Merge pull request #12682 from frenzibyte/refactor-combo-colour-retrieval
...
Refactor combo colours retrieval to use skin config lookups instead
2021-07-20 19:47:57 +09:00
16a2e63bd4
Use existing localisation
2021-07-20 19:44:02 +09:00
59457743e5
Move further to the right to avoid overlap with toolbox listing
2021-07-20 19:43:52 +09:00
9c4fbf45e9
Add the ability to enter and exit the skin editor via on-screen buttons
2021-07-20 19:36:12 +09:00
8e1f8c28bd
Use default
value to denote no play date, rather than null
2021-07-20 19:05:08 +09:00
1a8ab77f21
Revert nullability change
2021-07-20 19:03:29 +09:00
15127f972e
Merge branch 'master' into fix-online-play-sub-screens-not-async-loaded
2021-07-20 18:47:41 +09:00
13733d8c75
Merge pull request #13943 from peppy/fix-subscreen-exit-before-loaded
...
Ensure online play subscreen is loaded before forwarding `OnExiting`
2021-07-20 18:36:42 +09:00
26cc4af87c
Revert unintended changes
2021-07-20 16:44:51 +09:00
d87ea741ed
Fix OnlinePlayScreen
sub-screens not loaded asynchronously
2021-07-20 16:38:39 +09:00
4113eae6ad
Add test coverage of fail scenario
2021-07-20 16:37:13 +09:00
a1001542f3
Update outdated test cases
2021-07-20 10:28:30 +03:00
554652b033
Merge branch 'refactor-combo-colour-retrieval' into legacy-beatmap-combo-offset
2021-07-20 10:11:52 +03:00
1af230c48c
Merge branch 'master' into refactor-combo-colour-retrieval
2021-07-20 10:08:25 +03:00
fe414b942f
Ensure online play subscreen is loaded before forwarding OnExiting
...
Closes https://github.com/ppy/osu-framework/issues/4619 (actually not a
framework issue; the framework correctly guards against this scenario,
see
4e29504384/osu.Framework/Screens/ScreenStack.cs (L277)
).
Added the assertions to be very explicit about the nested stack's state
at this point. Both of those events can only be triggered if the stack
has a loaded screen (as far as I can tell), making this check
unnecessary in those cases.
2021-07-20 15:51:34 +09:00
662822a40c
Avoid showing time of play on results screen when autoplay
...
Closes https://github.com/ppy/osu/issues/13940 .
2021-07-20 15:19:44 +09:00
6cc81c24b4
Merge pull request #13785 from ekrctb/dependency-providing-container
...
Add a convenient way to provide ad-hoc dependency to children in visual test
2021-07-20 14:18:17 +09:00
f415dc18a7
Merge pull request #13941 from Henry-YSLin/update-TargetBeatContainer
...
Update `OsuModTarget` to take advantage of the new `BeatSyncedContainer`
2021-07-20 12:30:49 +09:00
1c6a13fca7
Disallow mistimed event firing
2021-07-20 10:31:19 +08:00
a387d8df74
Use BeatSyncClock
2021-07-20 10:30:40 +08:00
6a8c16d3ef
Fix news/wiki tests checking against incorrect constant string
2021-07-20 03:29:32 +03:00
51b056bf66
Fix WikiHeader
setting string.Empty
rather than null
on breadcrumb
...
That's supposed to be fixed already in the base PR, but somehow it
continued to exist here.
2021-07-20 02:37:11 +03:00
456f4e6f1f
Move RankingsScope
to own file and fix mapper strings
2021-07-20 02:37:11 +03:00
944bf2c4f9
Fix incorrect property xmldoc inherited
2021-07-20 02:25:38 +03:00
ccc782ea7e
Add description
to key names of description strings
2021-07-20 02:24:02 +03:00