Bartłomiej Dach
|
e9d52aa954
|
Remove not-accessed field
|
2022-05-06 13:09:37 +02:00 |
|
Bartłomiej Dach
|
a915b7333c
|
Remove unused using directive
|
2022-05-06 13:08:54 +02:00 |
|
Dean Herbert
|
88c190f3e3
|
Change colour denoting expanded state to be gray rather than yellow
I always found the yellow colour very non-descript in this case. Gray
seems to work better?
|
2022-05-06 19:45:17 +09:00 |
|
Dean Herbert
|
b432885e5f
|
Tidy up ordering of SettingsToolboxGroup
|
2022-05-06 19:39:09 +09:00 |
|
Dean Herbert
|
59add66632
|
Remove unnecessary autosize workaround (was fixed long ago)
|
2022-05-06 19:39:00 +09:00 |
|
Dean Herbert
|
949e30c4b4
|
Remove auto-expansion of individual toolbox groups when parent expanding container expands
|
2022-05-06 19:36:41 +09:00 |
|
Jai Sharma
|
0974de8fb0
|
Use BindableFloat for chat height
|
2022-05-05 23:13:32 +01:00 |
|
Jai Sharma
|
16a6c11bc8
|
Clamp maximum and minimum height the chat overlay can be resized to
|
2022-05-05 21:40:37 +01:00 |
|
Bartłomiej Dach
|
79e1b93b30
|
Close customisation area on escape press before exiting
|
2022-05-05 19:17:36 +02:00 |
|
Bartłomiej Dach
|
2cc56a4b19
|
Fix hidden issue with automatic customisation panel show logic
Doesn't cause tests to fail headless, but they do fail in the test
browser.
|
2022-05-05 19:17:36 +02:00 |
|
Dean Herbert
|
9d48bb41c9
|
Merge branch 'master' into new-chat-overlay
|
2022-05-05 23:12:31 +09:00 |
|
Jai Sharma
|
5ea6f62951
|
Ensure RelativePositionAxes is set in BDL for animations to work
|
2022-05-05 14:20:33 +01:00 |
|
Dan Balasescu
|
e46f99bdba
|
Merge branch 'master' into dialog-overlay-thread-woes
|
2022-05-05 20:57:51 +09:00 |
|
Dean Herbert
|
97221d2ef1
|
Tidy up initialisation
|
2022-05-05 19:24:18 +09:00 |
|
Dean Herbert
|
e54f5e2d92
|
Adjust value change variables to avoid e usage
|
2022-05-05 19:22:20 +09:00 |
|
Dean Herbert
|
74505ba166
|
Remove ! usage (also seems to fix height saving/loading)
|
2022-05-05 19:22:12 +09:00 |
|
Dean Herbert
|
25ea660b0b
|
Replace HandlePositionalInput override with simple hover effect
|
2022-05-05 19:13:48 +09:00 |
|
Dean Herbert
|
4efaa41670
|
Merge branch 'master' into new-chat-overlay
|
2022-05-05 18:57:00 +09:00 |
|
Dean Herbert
|
f6a6a11391
|
Remove DialogOverlay local fades (is already managed by PopupDialog s themselves)
|
2022-05-05 15:02:23 +09:00 |
|
Dean Herbert
|
326ff3b6e9
|
Fix CurrentDialog being updated twice, unsafe variable access
|
2022-05-05 14:55:05 +09:00 |
|
Dean Herbert
|
a27fcda9f1
|
Fix failing tests due to CurrentDialog being unexpectedly not set after Push
|
2022-05-05 01:52:39 +09:00 |
|
Salman Ahmed
|
e294069e2f
|
Merge branch 'master' into beatmap-selection-keybinding
|
2022-05-04 16:48:49 +03:00 |
|
Salman Ahmed
|
9416346c94
|
Globalise beatmap selection key bindings as "group" selection
|
2022-05-04 16:46:32 +03:00 |
|
Jai Sharma
|
1a85e1267b
|
Ensure focus is directed to ChatTextBox from ChatOverlay and add tests
|
2022-05-04 14:43:40 +01:00 |
|
Dean Herbert
|
ddab3c6d80
|
Tidy up state variables
|
2022-05-04 21:00:11 +09:00 |
|
Dean Herbert
|
383245f43a
|
Fix dialoged pushed to DialogOverlay too early potentially doing cross-thread transforms
As seen at https://github.com/ppy/osu/runs/6287700705?check_suite_focus=true.
|
2022-05-04 20:23:36 +09:00 |
|
Dean Herbert
|
3eead5a6a3
|
Rename FlushAnimation to FlushPendingSelections to better match purpose
|
2022-05-04 19:40:08 +09:00 |
|
Jai Sharma
|
60999e83e0
|
Ensure ChatTextBox takes/leaves focus on chat overlay pop in/out
|
2022-05-03 22:33:36 +01:00 |
|
Jai Sharma
|
c17edb2848
|
Add padding to text in ChatTextBar to separate it from the textbox
|
2022-05-03 22:32:51 +01:00 |
|
Jai Sharma
|
50aee8b665
|
Ensure ChannelListSelector text also turns white when selected
|
2022-05-03 22:32:01 +01:00 |
|
Bartłomiej Dach
|
f5fa41356e
|
Rewrite mod instance management again to pass tests
|
2022-05-03 22:31:34 +02:00 |
|
Bartłomiej Dach
|
970361676b
|
Fix setting items not creating if mods initially not empty
|
2022-05-03 21:45:40 +02:00 |
|
Bartłomiej Dach
|
e3641213e1
|
Always hide unimplemented mods on mod select screen
|
2022-05-03 21:45:40 +02:00 |
|
Bartłomiej Dach
|
f91ee4b042
|
Reset panel mod instance settings to defaults on deselect
|
2022-05-03 21:45:40 +02:00 |
|
Bartłomiej Dach
|
7c04bf5c53
|
Refactor mod reference management to meet test expectations
|
2022-05-03 21:45:40 +02:00 |
|
Bartłomiej Dach
|
fe59f4ae58
|
Fix multiselection operation not flushing on close
|
2022-05-03 21:45:39 +02:00 |
|
Bartłomiej Dach
|
746a4a7403
|
Fix mod column using wrong equality type
|
2022-05-03 21:45:39 +02:00 |
|
Dean Herbert
|
04fb0f5e63
|
Merge pull request #18063 from GSculerlor/split-searchbox
Split `SearchTextBox` implementation for reusability
|
2022-05-03 14:12:44 +09:00 |
|
Dean Herbert
|
faeefc5e18
|
Merge pull request #16576 from frenzibyte/osu-distance-spacing
Add "distance spacing" support in editor for osu! ruleset
|
2022-05-03 12:15:18 +09:00 |
|
Ganendra Afrasya
|
81be69e72e
|
Update search textbox implementation to use BasicSearchTextBox instead
|
2022-05-03 06:18:42 +07:00 |
|
Jai Sharma
|
a931b1ecc3
|
Show selected channel text as white in ChannelListItem
|
2022-05-02 22:32:25 +01:00 |
|
Jai Sharma
|
7f8e00c1e3
|
Change "Add more channels" to sentence case in "ChannelList"
|
2022-05-02 21:22:47 +01:00 |
|
Jai Sharma
|
1473762e25
|
Don't wrap "chatting in.." text in ChatTextBar
|
2022-05-02 20:57:39 +01:00 |
|
Jai Sharma
|
e6f1ac6bec
|
Ensure "chatting in..." text is aligned with chat message
|
2022-05-02 20:45:38 +01:00 |
|
Bartłomiej Dach
|
2b4a49e17f
|
Merge branch 'master' into move-difficulty-graph-toggle
|
2022-05-02 16:38:25 +02:00 |
|
Dean Herbert
|
c3e0ba5c8d
|
Fix clicking anywhere in the beatmap overlay dismissing it
|
2022-05-02 20:27:00 +09:00 |
|
Salman Ahmed
|
337ee8f4c7
|
Merge branch 'master' into fix-first-run-ui-scale-applying-rate-adjust
|
2022-05-02 12:14:24 +03:00 |
|
Dean Herbert
|
53d65e8215
|
Merge pull request #18021 from frenzibyte/overlay-ruleset-selector-redesign
Update overlay ruleset selector inline with osu-web design
|
2022-05-02 17:53:01 +09:00 |
|
Dean Herbert
|
4b30d0e59b
|
Fix first-run overlay's song select applying track adjustments
Closes https://github.com/ppy/osu/issues/18041.
|
2022-05-02 17:42:57 +09:00 |
|
Jai Sharma
|
4bd1d09148
|
Remove blank line
|
2022-05-01 12:20:11 +01:00 |
|