Dean Herbert
|
9d68a95f3f
|
Merge branch 'master' into multi-room-load-spinner
|
2020-06-09 10:56:56 +09:00 |
|
Shivam
|
a60bb5feac
|
Rename baseclass, add xmldoc & change access to internal
|
2020-06-08 23:45:40 +02:00 |
|
Shivam
|
0b6ae08c93
|
Removed unneeded properties
|
2020-06-08 21:31:03 +02:00 |
|
Shivam
|
d52e3f9386
|
Removed logovisualisation changes
Now depends on https://github.com/ppy/osu/pull/9236 for accent color changes to apply
|
2020-06-08 21:26:48 +02:00 |
|
Shivam
|
2a5e960025
|
Move user and skin specific settings to a subclass
|
2020-06-08 21:15:51 +02:00 |
|
Shivam
|
e821d787b4
|
Implement suggested changes
Note: LogoVisualisation is likely going to be needed in a separate PR to conform to the review.
|
2020-06-08 20:13:02 +02:00 |
|
Shivam
|
229a40e6e3
|
Code formatting fixed
Somehow slipped through after pushing
|
2020-06-08 15:39:15 +02:00 |
|
Shivam
|
f80cdeac5c
|
Change transforms to roughly match fallback visually
|
2020-06-08 15:31:30 +02:00 |
|
Dean Herbert
|
dd61d6ed04
|
Attempt to reimport intro if a bad state is detected
|
2020-06-08 14:48:42 +09:00 |
|
Jack Boswell (boswelja)
|
ea9207e0ad
|
Clean up FooterButtonRandom
Removed unnecessary using statements
Removed unnecessary constructor
|
2020-06-08 17:31:31 +12:00 |
|
Dean Herbert
|
72ada020a2
|
Don't attempt to use virtual track for intro sequence clock
|
2020-06-08 13:42:16 +09:00 |
|
Jack Boswell (boswelja)
|
bddd2b72ba
|
Remove secondaryText and related code from FooterButtonRandom
|
2020-06-08 15:05:53 +12:00 |
|
Jack Boswell (boswelja)
|
8b7718116d
|
Add missing blank lines
|
2020-06-07 16:06:18 +12:00 |
|
Jack Boswell (boswelja)
|
0e155c8eb9
|
Don't switch FooterButtonRandon Action on pressed.
Instead, create a new Action that invokes either NextRandom or PreviousRandom, depending on rewindSearch
|
2020-06-07 15:34:19 +12:00 |
|
smoogipoo
|
bb89114b70
|
Show a loading spinner on multiplayer lounge loads
|
2020-06-05 20:52:27 +09:00 |
|
Jack Boswell
|
978380a7fb
|
Merge branch 'master' into rebind-song-select
|
2020-06-05 22:35:44 +12:00 |
|
smoogipoo
|
caf94df0d0
|
Merge branch 'master' into multiplayer-beatmap-checksum
|
2020-06-05 19:16:05 +09:00 |
|
Dean Herbert
|
5d1770dec8
|
Merge pull request #9212 from smoogipoo/fix-scorepanel-input
Fix score panel not receiving input in some places
|
2020-06-05 00:26:02 +09:00 |
|
smoogipoo
|
afcefe01bf
|
Fix score panel not receiving input in some places
|
2020-06-04 21:48:55 +09:00 |
|
smoogipoo
|
5d7bb8cb4e
|
Change format of date on score panel
|
2020-06-04 21:33:38 +09:00 |
|
Jack Boswell (boswelja)
|
a40475e6aa
|
Remove triggerNextRandom from SongSelect
|
2020-06-04 21:09:47 +12:00 |
|
Jack Boswell (boswelja)
|
cb6e473910
|
Remove triggerPreviousRandom from SongSelect
|
2020-06-04 21:08:07 +12:00 |
|
Jack Boswell (boswelja)
|
cab132673a
|
Break FooterButtonRandom creation into multiple lines
|
2020-06-04 21:03:10 +12:00 |
|
Jack Boswell (boswelja)
|
8533d7573d
|
Rename FooterButtonRandom actions to better describe what they are used for
|
2020-06-04 21:00:29 +12:00 |
|
Jack Boswell (boswelja)
|
62984cb7f5
|
Remove unused Hotkey assignment
|
2020-06-04 20:58:53 +12:00 |
|
Jack Boswell (boswelja)
|
df148cf9d1
|
Rename secondaryAction to rewindSearch
|
2020-06-04 20:58:19 +12:00 |
|
Jack Boswell (boswelja)
|
bd3e40a8cf
|
Move default return out of switch/case
|
2020-06-04 20:57:24 +12:00 |
|
Jack Boswell
|
1cf4e7f654
|
Merge branch 'master' into rebind-song-select
|
2020-06-04 18:17:38 +12:00 |
|
Jack Boswell (boswelja)
|
a78a8c0d0d
|
Add missing blank lines
|
2020-06-04 16:59:04 +12:00 |
|
Jack Boswell (boswelja)
|
7141bed78d
|
Remove redundant directive from FooterButton
|
2020-06-04 16:40:16 +12:00 |
|
Jack Boswell (boswelja)
|
eb242085c6
|
Remove redundant interface from FooterButtonMods
|
2020-06-04 16:24:32 +12:00 |
|
Jack Boswell (boswelja)
|
aeb736e9d2
|
Fix CodeFactor code style issues
|
2020-06-04 16:13:50 +12:00 |
|
Jack Boswell (boswelja)
|
aa08847bc9
|
Set FooterButtonRandom actions properly when creating the button
|
2020-06-04 16:08:16 +12:00 |
|
Jack Boswell (boswelja)
|
568503ef99
|
Update FooterButtonRandom to comply with the changes in FooterButton
FooterButtonRandom now has 2 Action variables, one for both primary and secondary
|
2020-06-04 16:07:50 +12:00 |
|
Jack Boswell (boswelja)
|
05e4499bc1
|
Update FooterButtonOptions to comply with the changes in FooterButton
|
2020-06-04 15:25:18 +12:00 |
|
Jack Boswell (boswelja)
|
18db31b504
|
Update FooterButtonMods to comply with the changes in FooterButton
|
2020-06-04 15:25:05 +12:00 |
|
Jack Boswell (boswelja)
|
782fddb6f1
|
Modify FooterButton to implement IKeyBindingHandler for responding to hotkeys
|
2020-06-04 15:21:13 +12:00 |
|
Shivam
|
d002c0c03f
|
Revert piano reverb to a separate sample
|
2020-06-03 11:39:08 +02:00 |
|
smoogipoo
|
f3b5149648
|
Move some suggestions to warnings, resolve issues
|
2020-06-03 16:48:44 +09:00 |
|
smoogipoo
|
3c07defa1a
|
Push to main multiplayer screen instead
|
2020-06-03 15:57:01 +09:00 |
|
Dan Balasescu
|
8131137fea
|
Merge branch 'master' into fix-results-crash
|
2020-06-03 15:19:30 +09:00 |
|
smoogipoo
|
22f4e9012c
|
Remove temporary code
|
2020-06-03 12:54:16 +09:00 |
|
smoogipoo
|
13622eff1f
|
Fix response value
|
2020-06-03 12:54:07 +09:00 |
|
Dean Herbert
|
5740fc2bd0
|
Merge pull request #9168 from Game4all/fix-ruleset-no-autoplay
Fix crash after using Ctrl+Enter when current ruleset doesn't have an autoplay mod
|
2020-06-03 12:50:57 +09:00 |
|
Dean Herbert
|
93572fc17d
|
Merge branch 'master' into present-recommended
|
2020-06-03 12:31:23 +09:00 |
|
Shane Woolcock
|
b174daa94a
|
Remove unused using
|
2020-06-03 11:58:56 +09:30 |
|
Shane Woolcock
|
96e3c6e8e8
|
Move check to SoloResultsScreen
|
2020-06-03 11:36:47 +09:30 |
|
Shane Woolcock
|
90213d079d
|
Include submission status in check
|
2020-06-03 10:48:27 +09:30 |
|
Shane Woolcock
|
f4f84ede6a
|
Fix results screen crashing for beatmaps with no online ID
|
2020-06-03 10:43:16 +09:30 |
|
Shivam
|
9cd66dcdef
|
Fix styling error
|
2020-06-02 21:54:39 +02:00 |
|