Dan Balasescu
|
c9dfffbc0e
|
Merge pull request #18619 from peppy/fix-collection-performance
Fix performance overhead of large collections
|
2022-06-10 15:01:31 +09:00 |
|
Dean Herbert
|
4a5e86e451
|
Rename Beatmaps to BeatmapHashes for clarity
|
2022-06-10 14:03:51 +09:00 |
|
Dean Herbert
|
187086e4ec
|
Merge pull request #18609 from ALANVF/settings-delete-skin
Add button to delete the current skin
|
2022-06-08 19:18:59 +09:00 |
|
Dean Herbert
|
42cd7d9e6e
|
Change CollectionManager to only store MD5 hashes instead of full BeatmapInfo
|
2022-06-08 18:23:09 +09:00 |
|
Dan Balasescu
|
f8594acb1d
|
Cleanup dialog implementation
|
2022-06-08 18:17:43 +09:00 |
|
Dan Balasescu
|
3a90aa0b9b
|
Fix code styling
|
2022-06-08 17:57:59 +09:00 |
|
Dan Balasescu
|
c43670fcd9
|
Merge pull request #18603 from peppy/fix-import-dialog
Add placeholder when no results are visible at song select
|
2022-06-08 15:22:31 +09:00 |
|
theangryepicbanana
|
6c05329144
|
Close #5820 (Ability to delete a single skin)
|
2022-06-07 18:01:40 -04:00 |
|
Dean Herbert
|
228683e956
|
Fix nullability of dialogOverlay dependency
|
2022-06-07 23:48:34 +09:00 |
|
Dean Herbert
|
2e0b888410
|
Fix song select carousel invalidating every frame during global overlay dimming
|
2022-06-07 23:46:53 +09:00 |
|
Dean Herbert
|
f8524c3af4
|
Use VisibilityContainer to avoid too many animations triggering
|
2022-06-07 17:25:06 +09:00 |
|
Dean Herbert
|
a04af1ca5f
|
Enable nullable and add hinting at convert filter criteria
|
2022-06-07 17:25:06 +09:00 |
|
Dean Herbert
|
0d32c94104
|
Add initial implementation of beatmap carousel no-results-placeholder
|
2022-06-07 17:25:06 +09:00 |
|
Dean Herbert
|
df9174ec00
|
Remove import popup dialog from song select
This has been replaced in spirit by the first run overlay.
|
2022-06-07 16:45:27 +09:00 |
|
Joseph Madamba
|
4b54fedd88
|
Add back hide common string using new ToSentence() extension method
|
2022-06-03 20:09:20 -07:00 |
|
Joseph Madamba
|
b342aad24a
|
Revert/fix some incorrectly used sorting localisation
|
2022-06-03 19:56:33 -07:00 |
|
Jamie Taylor
|
6115275bc2
|
Use 'default' sampleset for toolbar and repurpose 'toolbar' select sample temporarily
|
2022-06-03 22:33:06 +09:00 |
|
Jamie Taylor
|
365819865e
|
Remove 'submit' sample usages
|
2022-06-03 22:31:35 +09:00 |
|
Salman Ahmed
|
84a3cee452
|
Apply rate multiplier outside BPM rounding
|
2022-05-20 18:04:12 +03:00 |
|
Salman Ahmed
|
596853da8f
|
Fix song select potentially displaying BPM range with equal min/max values
|
2022-05-20 17:53:28 +03:00 |
|
Bartłomiej Dach
|
76c63f1d0a
|
Rename ModSelect{Screen -> Overlay} in place of removed old design
|
2022-05-10 22:56:50 +02:00 |
|
Dean Herbert
|
0d32bf91eb
|
Hardcode hide key handling in ModSelectScreen
|
2022-05-08 01:35:11 +09:00 |
|
Bartłomiej Dach
|
34cf4c6a38
|
Fix mod overlay not closing on toggle hotkey
|
2022-05-05 22:16:56 +02:00 |
|
Bartłomiej Dach
|
0caea77176
|
Fix mod selects not hiding when their owner screens exit
|
2022-05-05 22:16:55 +02:00 |
|
Bartłomiej Dach
|
a56eab2c47
|
Extract interface for overlay management
|
2022-05-05 22:16:55 +02:00 |
|
Bartłomiej Dach
|
4eefbd5bc2
|
Use new free mod select design in room creation flow
|
2022-05-05 22:16:54 +02:00 |
|
Bartłomiej Dach
|
1744d7e4f0
|
Fix new mod select overlay dimming itself
|
2022-05-05 22:16:54 +02:00 |
|
Bartłomiej Dach
|
407db7ff9d
|
Replace old mod select overlay with new design
|
2022-05-05 22:16:54 +02:00 |
|
Salman Ahmed
|
9416346c94
|
Globalise beatmap selection key bindings as "group" selection
|
2022-05-04 16:46:32 +03:00 |
|
Salman Ahmed
|
d52a1a5d23
|
Add key binding for beatmap selection in song select
|
2022-05-04 03:52:10 +03:00 |
|
Salman Ahmed
|
18852b2509
|
Fix footer random button autosizing to text length
|
2022-05-02 15:36:22 +03:00 |
|
Dean Herbert
|
5c04ab18ec
|
Merge pull request #18011 from frenzibyte/rewind-shift-click
Allow rewinding random in song select with "Shift + Left Click"
|
2022-04-29 23:10:29 +09:00 |
|
Salman Ahmed
|
856ca96b66
|
Allow right-clicking to rewind on random button
|
2022-04-29 10:12:24 +03:00 |
|
Salman Ahmed
|
a9d67d3e92
|
Change random button text when holding shift key
|
2022-04-29 10:10:21 +03:00 |
|
Salman Ahmed
|
7e3d1511c6
|
Hide "Rank Achieved" sorting mode until it's supported
|
2022-04-29 07:47:10 +03:00 |
|
Salman Ahmed
|
fa5c05120c
|
Allow rewinding random in song select with Shift + Left Click
|
2022-04-28 20:06:27 +03:00 |
|
Dean Herbert
|
07462384e8
|
Merge pull request #17930 from peppy/fix-song-select-music-control
Fix nested song select in first-run dialog fiddling with global audio
|
2022-04-24 19:18:27 +09:00 |
|
Dean Herbert
|
999b4505d1
|
Remove localisation of "hide" string to fix incorrect case
|
2022-04-24 16:37:11 +09:00 |
|
Dean Herbert
|
bcdd1fb183
|
Fix nested song select in first-run dialog fiddling with global audio
|
2022-04-22 18:37:40 +09:00 |
|
Dean Herbert
|
832d37b2c2
|
Update screen transition events to use new event args
|
2022-04-22 00:52:44 +09:00 |
|
Joseph Madamba
|
5e5c8e78a6
|
Use existing web localisation for most hardcoded strings
|
2022-04-20 16:31:11 -07:00 |
|
Dean Herbert
|
043599081b
|
Split out INotificationOverlay to allow for easier testing
|
2022-04-18 20:14:01 +09:00 |
|
Dean Herbert
|
e315313266
|
Split out IDialogOverlay to allow for easier testing
|
2022-04-18 18:36:26 +09:00 |
|
Dean Herbert
|
3ca365ad7f
|
Merge branch 'master' into dangerous-delete-actions
|
2022-04-05 10:55:01 +09:00 |
|
Ame
|
32c89f8643
|
Handle repeated OnPressed() on FooterButton (without FooterButtonRandom )
|
2022-04-05 00:33:41 +02:00 |
|
CenTdemeern1
|
9a07a95d39
|
Make several delete confirmation buttons dangerous buttons
Includes:
- Mass deletion
- Beatmap deletion
- Local score deletion
|
2022-04-04 19:22:53 +02:00 |
|
Bartłomiej Dach
|
436dec68c9
|
Use provided extension method instead of reimplementing locally
|
2022-03-30 22:04:54 +02:00 |
|
Bartłomiej Dach
|
9621a7f9cb
|
Merge branch 'master' into fix-autoplay-mod-user-id
|
2022-03-30 21:41:45 +02:00 |
|
Dan Balasescu
|
cb1ee05539
|
Merge pull request #17555 from peppy/remove-source-from-wedge
Remove song source from main wedge display
|
2022-03-30 18:57:25 +09:00 |
|
Dean Herbert
|
f9f6248101
|
Simplify string bindings
|
2022-03-30 17:59:45 +09:00 |
|