Dean Herbert
|
dbfaaecd9c
|
Reword comment to not mention tests driectly
|
2021-05-20 15:39:29 +09:00 |
|
Salman Ahmed
|
43094425e2
|
Merge branch 'legacy-beatmap-skin-hud-fallback' into catch-hide-combo-workaround
|
2021-05-19 23:18:27 +03:00 |
|
Dean Herbert
|
00ed699340
|
Fix origin specifications using incorrect flags
|
2021-05-20 01:53:24 +09:00 |
|
Dean Herbert
|
363aec8179
|
Merge branch 'master' into hit-error-skinnable
|
2021-05-20 01:51:45 +09:00 |
|
Dean Herbert
|
b2c736b42a
|
Combine and move const closer to usage
|
2021-05-19 18:09:46 +09:00 |
|
Dean Herbert
|
a639132825
|
Avoid doing any re-fetch on beatmap from test scenes
|
2021-05-19 17:58:28 +09:00 |
|
Dean Herbert
|
a0f67ef3bc
|
Move scaling logic out of OsuSelectionHandler for reuse
|
2021-05-19 17:37:28 +09:00 |
|
Vinicius Barbosa
|
4f397ae7f5
|
Merge branch 'master' into applause-stops-on-score-switch
|
2021-05-19 09:52:31 +02:00 |
|
Dean Herbert
|
44e22b31a9
|
Refactor editor exit sequence to avoid any scenario where a dialog could go stray
|
2021-05-19 16:51:54 +09:00 |
|
Dean Herbert
|
b83322281e
|
Consume updated logic at MainMenu
|
2021-05-19 16:51:54 +09:00 |
|
Salman Ahmed
|
013fe4928f
|
Unrevert irrelevant changes
|
2021-05-19 08:48:21 +03:00 |
|
timiimit
|
1fd00d1313
|
Change from fullscreen to 0.7
|
2021-05-18 21:52:28 +02:00 |
|
Vinicius Barbosa
|
d05ffdf120
|
Added constants for delay value
|
2021-05-18 20:19:18 +02:00 |
|
timiimit
|
ac5fe0c18c
|
Change larger freemod selection overlay
|
2021-05-18 18:50:42 +02:00 |
|
Vinicius Barbosa
|
06fffc499b
|
Removed unused variables and directives
|
2021-05-18 16:56:07 +02:00 |
|
Salman Ahmed
|
c98d036b48
|
Merge branch 'master' into catch-hide-combo-workaround
|
2021-05-18 17:47:20 +03:00 |
|
Salman Ahmed
|
e7d2f42149
|
Revert "Merge branch 'fix-legacy-skin-test' into catch-hide-combo-workaround"
This reverts commit 380d004683ad658d9ecbc408f7844eaa4c2b43c8, reversing
changes made to ff419af5128a3e0f2d188e10fcb05aed712ac128.
|
2021-05-18 17:46:15 +03:00 |
|
Vinicius Barbosa
|
76a377f3e0
|
Fixed applause sound stopping after switching scores
|
2021-05-18 15:30:45 +02:00 |
|
Lucas A
|
775e0fbde5
|
Mark StableImportManager as nullable.
|
2021-05-18 15:27:20 +02:00 |
|
Dean Herbert
|
41d8bc291c
|
Merge pull request #12783 from smoogipoo/hoc-event-queue
Add a HitObjectUsageEventBuffer to handle HOC events appropriately
|
2021-05-18 22:22:53 +09:00 |
|
smoogipoo
|
c6160d5304
|
Only ignore online score id for database import
|
2021-05-18 21:17:41 +09:00 |
|
smoogipoo
|
d93ac7ac98
|
Change class xmldoc a bit
|
2021-05-18 19:15:46 +09:00 |
|
smoogipoo
|
ab6a79f84c
|
Simplify
|
2021-05-18 19:15:46 +09:00 |
|
smoogipoo
|
97f4f7bbd1
|
Remove Component inheritance
|
2021-05-18 18:59:45 +09:00 |
|
smoogipoo
|
633f841a0f
|
Rename to HitObjectUsageEventBuffer
|
2021-05-18 18:57:02 +09:00 |
|
smoogipoo
|
bfc0205e9b
|
Fix (began, finished) event
|
2021-05-18 18:49:11 +09:00 |
|
Dean Herbert
|
d661e98fa6
|
Move common functionality out of OsuSelectionHandler and implement flip support
|
2021-05-18 18:34:06 +09:00 |
|
smoogipoo
|
61a41d97a4
|
Add some xmldocs + comments
|
2021-05-18 17:39:45 +09:00 |
|
Dean Herbert
|
ed957df162
|
Add simple xmldoc to TransferBlueprintFor method
|
2021-05-18 16:40:56 +09:00 |
|
Dean Herbert
|
55cc533a37
|
Merge branch 'master' into hoc-event-queue
|
2021-05-18 16:31:20 +09:00 |
|
Dean Herbert
|
a96603f025
|
Merge pull request #12782 from smoogipoo/rework-hitobject-blueprints
Rename hitobject blueprints and tie them to HitObjects
|
2021-05-18 16:30:58 +09:00 |
|
Dean Herbert
|
10c730b37d
|
Add new default locations for hit bar error displays
|
2021-05-18 15:50:50 +09:00 |
|
Salman Ahmed
|
380d004683
|
Merge branch 'fix-legacy-skin-test' into catch-hide-combo-workaround
|
2021-05-18 09:45:43 +03:00 |
|
Salman Ahmed
|
ff419af512
|
Hide the combo counter content rather than full death
|
2021-05-18 09:10:15 +03:00 |
|
Dean Herbert
|
829d326e36
|
Remove alignment logic completely for the time being
This was overly complex and does not play well with the new layout
customisation system. We can add it back as required.
|
2021-05-18 14:55:34 +09:00 |
|
smoogipoo
|
75c0d4d972
|
Merge branch 'rework-hitobject-blueprints' into hoc-event-queue
|
2021-05-18 14:33:52 +09:00 |
|
smoogipoo
|
882d54a8f8
|
Remove now unnecessary Apply() method
|
2021-05-18 14:26:26 +09:00 |
|
smoogipoo
|
e621cfc4ea
|
Add Apply() method for applying new DHOs
|
2021-05-18 14:14:10 +09:00 |
|
smoogipoo
|
f1f3606fd0
|
Fix unresolved xmldocs
|
2021-05-18 13:11:58 +09:00 |
|
Dan Balasescu
|
9d423245d8
|
Fix up xmldocs
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2021-05-18 13:02:23 +09:00 |
|
Lucas A
|
79740dd2d8
|
Merge conditionnal expression.
|
2021-05-17 22:01:05 +02:00 |
|
Dan Balasescu
|
ea4dfd3374
|
Merge pull request #12842 from peppy/song-progress-skinnable
Add layout customisation support for `SongProgress`
|
2021-05-17 20:15:01 +09:00 |
|
Lucas A
|
fe11426238
|
Disable appearance of the stable import prompt waiting for user interaction in tests, which caused them to fail.
|
2021-05-17 12:55:59 +02:00 |
|
Lucas A
|
f60dbbfbbd
|
Reword import dialogs.
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2021-05-17 12:55:58 +02:00 |
|
Lucas A
|
a7b740fd1d
|
Reword ImportFromStablePopup and display the popup regardless of whether a stable install is detected.
|
2021-05-17 12:55:58 +02:00 |
|
Lucas A
|
851e33fd15
|
Hook up StableImportManager.
|
2021-05-17 12:55:57 +02:00 |
|
Dean Herbert
|
7137315fa7
|
Remove HitErrorDisplay container and hook up data
|
2021-05-17 19:46:50 +09:00 |
|
Dean Herbert
|
ecf70c1707
|
Remove unnecessary container
|
2021-05-17 18:55:18 +09:00 |
|
Dean Herbert
|
b80768b44a
|
Hook up seeking flow
|
2021-05-17 18:52:56 +09:00 |
|
Dean Herbert
|
0c433cda86
|
Update HUDOverlay logic to add automatic layout for bottom-aligned components
|
2021-05-17 18:52:56 +09:00 |
|