Salman Ahmed
|
5c1e11c153
|
Merge branch 'master' into queue-list-counter
|
2022-03-21 05:01:09 +03:00 |
|
hwabis
|
06136b2247
|
Revert OsuTabItem Text to protected, update tab count test
|
2022-03-20 21:37:02 -04:00 |
|
hwabis
|
8fbdd06895
|
add queue tab count test
|
2022-03-20 16:24:41 -04:00 |
|
Salman Ahmed
|
e1d22e58bf
|
Simplify queue count text logic
|
2022-03-20 06:25:14 +03:00 |
|
Salman Ahmed
|
7529d6fc00
|
Bind queue items during playlist initialization
Along with where the other bindables are bound together (only bind, not
listening).
|
2022-03-20 06:23:44 +03:00 |
|
hwabis
|
ef823d58a7
|
address frenzibyte review (refactor bindable flow, clean up CI stuff)
|
2022-03-19 13:05:35 -04:00 |
|
Dean Herbert
|
d681643c38
|
Merge pull request #17299 from nekodex/arm64
Update download links for macOS builds (to add Apple Silicon)
|
2022-03-19 20:45:51 +09:00 |
|
Dean Herbert
|
9aa902785c
|
Merge pull request #17327 from frenzibyte/simplify-extension-methods
Simplify `IncreasesCombo`/`BreaksCombo` helper method implementation
|
2022-03-19 20:23:09 +09:00 |
|
Bartłomiej Dach
|
b7d5a628bc
|
Merge branch 'master' into fix-spectator-seeks-hot
|
2022-03-19 11:39:01 +01:00 |
|
Dean Herbert
|
a903aee17e
|
Use schedule to workaround seek issue instead
|
2022-03-19 18:00:14 +09:00 |
|
Dean Herbert
|
cf2212e794
|
Revert "Fix spectator not starting from correct seek point (hotfix)"
This reverts commit 2b59eff465ef38c6e2e8c6edf1f8bb368f7eb8a9.
|
2022-03-19 17:20:54 +09:00 |
|
Dean Herbert
|
2b59eff465
|
Fix spectator not starting from correct seek point (hotfix)
|
2022-03-19 15:14:25 +09:00 |
|
Dean Herbert
|
63998ad9f1
|
Add test coverage of SpectatorPlayer failing to seek on inopportune frame arrival time
|
2022-03-19 15:06:22 +09:00 |
|
Dean Herbert
|
dae5569e36
|
Use nullable in PlayerLoader
|
2022-03-19 15:06:22 +09:00 |
|
Dean Herbert
|
da76358ee0
|
Expose the loading player in PlayerLoader
|
2022-03-19 15:06:22 +09:00 |
|
Salman Ahmed
|
b99541fb5e
|
Revert "Swap placements of "hold for menu" and key counter"
This reverts commit 5bcb7c167c5ae837be46f56752dd41c1236cec0b.
|
2022-03-19 08:08:07 +03:00 |
|
hwabis
|
5d16519a82
|
make code prettier
|
2022-03-18 23:41:55 -04:00 |
|
Salman Ahmed
|
ad9b119e3d
|
Reduce "hold for menu" radius of visibility
|
2022-03-19 05:04:54 +03:00 |
|
Salman Ahmed
|
486be83177
|
Calculate position adjustment distance in local parent space
|
2022-03-19 05:04:13 +03:00 |
|
Salman Ahmed
|
5bcb7c167c
|
Swap placements of "hold for menu" and key counter
|
2022-03-19 05:02:22 +03:00 |
|
hwabis
|
5a5629eb5a
|
(works now) use BindValueChanged to set the Queue text
|
2022-03-18 20:47:45 -04:00 |
|
hwabis
|
5e5fbc496e
|
(still not working) try bindables instead of int
|
2022-03-18 20:32:37 -04:00 |
|
hwabis
|
d9b2a29c6d
|
(not working yet) add MultiplayerPlaylistTabControl, "Queue ({count})"
|
2022-03-18 20:02:26 -04:00 |
|
hwabis
|
faa36c78e5
|
put count and tabs into new fillflowcontainer
|
2022-03-18 12:55:00 -04:00 |
|
Salman Ahmed
|
8078a8c1f8
|
Simplify IncreasesCombo /BreaksCombo helper method implementation
|
2022-03-18 17:18:42 +03:00 |
|
Dean Herbert
|
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 |
|
Dan Balasescu
|
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 |
|
Salman Ahmed
|
fa8eb1feec
|
Update score panel to check for all combo-breaking statistics
|
2022-03-18 15:23:14 +03:00 |
|
Salman Ahmed
|
5ec2d86c09
|
Update ScoreProcessor to use new defined helper methods
|
2022-03-18 15:22:53 +03:00 |
|
Salman Ahmed
|
fc576b1369
|
Separate increase/break combo helper methods from AffectsCombo
|
2022-03-18 15:22:01 +03:00 |
|
Dean Herbert
|
ed90dc6d6b
|
Fix centering of labels using Height instead of location to better handle rotations
|
2022-03-18 20:17:04 +09:00 |
|
Dean Herbert
|
806a16d8f6
|
Fix SkinComponentToolbox attempting to create instances of abstract classes
|
2022-03-18 20:13:15 +09:00 |
|
Dean Herbert
|
bd488d139d
|
Better centre text labels for hit error meter
|
2022-03-18 20:11:05 +09:00 |
|
Salman Ahmed
|
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 |
|
Salman Ahmed
|
9215384229
|
Display beatmap maximum combo in score panel
|
2022-03-18 13:11:41 +03:00 |
|
Dean Herbert
|
7c9fe4036c
|
Add setting to change the style of the early/late markers
|
2022-03-18 17:50:37 +09:00 |
|
Dean Herbert
|
919583137e
|
Add line style for centre marker
|
2022-03-18 17:50:37 +09:00 |
|
Dean Herbert
|
cdeab1b14e
|
Add setting to change the style of the centre marker
|
2022-03-18 17:50:37 +09:00 |
|
Dean Herbert
|
331cb2aa80
|
Add setting to show or hide the moving average arrow
|
2022-03-18 17:50:37 +09:00 |
|
Dean Herbert
|
3f92bef9df
|
Add setting for judgement line thickness
|
2022-03-18 17:50:37 +09:00 |
|
hwabis
|
c2e7ff7e3e
|
display count of listQueue
|
2022-03-18 01:37:53 -04:00 |
|
Dan Balasescu
|
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 |
|
Bartłomiej Dach
|
cf623a2889
|
Merge branch 'master' into multiplayer-button-refactor
|
2022-03-17 22:33:48 +01:00 |
|
Bartłomiej Dach
|
50d64e1b65
|
Merge branch 'master' into skin-editor-borrowed-dependencies
|
2022-03-17 21:27:43 +01:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
4650c197a3
|
Make SongProgress.DrawableRuleset nullable to allow test scene to work
|
2022-03-17 18:45:37 +09:00 |
|
Jamie Taylor
|
0d79dd5e62
|
Update SimpleUpdateManager to handle new macOS build naming scheme
|
2022-03-17 18:45:31 +09:00 |
|
Dan Balasescu
|
da0ffab14e
|
Integrate ready button implementation
|
2022-03-17 18:43:04 +09:00 |
|
Dean Herbert
|
e252f1a3cd
|
Add explanation about try-catch logic in SkinComponentToolbox
|
2022-03-17 18:40:26 +09:00 |
|
Dan Balasescu
|
461d41529b
|
Integrate spectate button implementation
|
2022-03-17 18:36:33 +09:00 |
|