Dean Herbert
be81ac8b55
Merge branch 'master' into cached-all-mods
2021-09-09 17:10:43 +09:00
Dean Herbert
b864b111d6
Merge pull request #14695 from peppy/avoid-unnecessary-settings-copy
...
Avoid unnecessary mod settings copy attempt (when no settings exist to copy)
2021-09-09 17:10:32 +09:00
Dan Balasescu
e3dacca834
Merge pull request #14674 from peppy/cache-setting-source
...
Cache reflection portion of `SettingSource` lookups
2021-09-09 17:05:03 +09:00
Dean Herbert
2edb851008
Add ability to lookup mod from a type specification
2021-09-09 16:50:59 +09:00
Dean Herbert
4d0530ca9d
Add new methods to ruleset for quicker mod lookups
2021-09-09 16:46:14 +09:00
Dean Herbert
e66d76d26e
Avoid settings copy if there are no settings
2021-09-09 15:43:55 +09:00
Jamie Taylor
b01cf5c937
Don't play hover/select sounds for UpdatableAvatar unless it's interactable
2021-09-09 15:33:47 +09:00
Dean Herbert
38f4b0ced2
Merge branch 'master' into cache-setting-source
2021-09-09 15:15:21 +09:00
Dean Herbert
4708cb7317
Fix enumerable not being consumed
2021-09-09 15:15:18 +09:00
Dean Herbert
efaf07dbc8
Add benchmark coverage of mod retrieval
2021-09-09 15:06:25 +09:00
Dean Herbert
41a2e6eeeb
Fix cache not actually caching anything
2021-09-09 14:56:39 +09:00
Dean Herbert
b8124f7abf
Merge pull request #14677 from ekrctb/custom-style-link-flow-container
...
Allow customizing link style in a derived class of `LinkFlowContainer`
2021-09-09 14:04:30 +09:00
Dan Balasescu
f36bebd1a4
Merge branch 'master' into custom-style-link-flow-container
2021-09-09 13:31:55 +09:00
Dan Balasescu
8f213b9757
Merge pull request #14692 from peppy/fix-benchmark-project-issues
...
Fix benchmark project issues
2021-09-09 13:09:33 +09:00
ekrctb
52bb02baed
Prefer composite over inheritance for drawable parts
2021-09-09 12:53:39 +09:00
Dean Herbert
278584de99
Disable optimisations validator (in line with framework project)
2021-09-09 12:40:05 +09:00
Dean Herbert
45a534a1ba
Fix duplicated GlobalSetup
attribute on BenchmarkMod
2021-09-09 12:39:45 +09:00
ekrctb
210640af09
Fix overlay not refreshed in TestSceneBeatmapSetOverlay
2021-09-09 12:39:40 +09:00
Dean Herbert
9a0dbaa8e3
Remove default parameter from build benchmark project configuration
2021-09-09 12:39:28 +09:00
Dan Balasescu
88dd83f6ca
Merge pull request #14686 from Joehuu/volume-meter-select-on-hover
...
Fix volume meter not being highlighted when hovering before show
2021-09-09 12:13:13 +09:00
Dean Herbert
199f5235a3
Merge branch 'master' into fix-score-panel-list-keyboard-nav
2021-09-09 12:12:16 +09:00
Dean Herbert
516e823a42
Merge pull request #14690 from Joehuu/specify-windows-ver
...
Specify minimum windows version in readme
2021-09-09 12:09:34 +09:00
Joseph Madamba
34a8607b20
Remove unnecessary prerequisites for windows 8.1
2021-09-08 20:08:25 -07:00
Dan Balasescu
508184233e
Merge pull request #14682 from peppy/fix-playlist-listing-performance
...
Improve multiplayer lounge listing performance
2021-09-09 12:00:32 +09:00
Joseph Madamba
31bb2055f9
Remove stray space on table
2021-09-08 15:06:39 -07:00
Joseph Madamba
ff4d890a44
Normalise format of listed OSes
2021-09-08 15:01:53 -07:00
Joseph Madamba
46a2e6ce42
Specify minimum windows version
2021-09-08 14:57:38 -07:00
Emil Olesen
2888623bdb
Extended the width of the ResetSectionButton to be equal to Content.Width. Fixes #14685
2021-09-08 22:02:24 +02:00
Joseph Madamba
9b05bf3a2c
Fix volume meter not being highlighted when hovering before show
2021-09-08 11:43:59 -07:00
Dean Herbert
ba99a808af
Use a decoupled clock for triangles intro to avoid startup freezes on broken audio device
2021-09-09 01:21:19 +09:00
Dean Herbert
6fc46792d3
Fix test regressions
2021-09-09 00:39:54 +09:00
Dean Herbert
a622a0b660
Use a more traditional method of caching
2021-09-08 23:18:17 +09:00
Dean Herbert
136573982c
Add fade in and fix incorrect wrapper bounds
2021-09-08 20:52:14 +09:00
Dean Herbert
7941240a00
Revert "Load DrawableLoungRoom
s asynchronously"
...
This reverts commit 0b55bb6913fbf05ebb8ecadfe711084d6797efe0.
2021-09-08 20:52:14 +09:00
Dean Herbert
7ed995fbc5
Add test with many rooms displayed
2021-09-08 20:52:14 +09:00
Dean Herbert
3e41d8b32e
Reduce initial fade transforms
2021-09-08 20:52:14 +09:00
Dean Herbert
bebb9d7e67
Wrap main content of DrawableRoom
2021-09-08 20:52:14 +09:00
Dean Herbert
037b9cfb59
Load DrawableLoungRoom
s asynchronously
2021-09-08 20:52:14 +09:00
ekrctb
d417f03a39
Simplify link style customization code
2021-09-08 15:52:54 +09:00
ekrctb
9637326f0c
Allow customizing link style by override in LinkFlowContainer
2021-09-08 15:52:54 +09:00
Jamie Taylor
217ca754ae
Add sound for team swaps
2021-09-08 13:45:05 +09:00
ekrctb
8745d299dc
Add visual tests for featured artist markers
2021-09-08 13:27:57 +09:00
ekrctb
f96be2cab8
Add featured artist marker to beatmap set listing and overlay
2021-09-08 13:27:20 +09:00
Dean Herbert
81c9d831f4
Cache reflection portion of SettingSource
lookups
...
Fixes the mod-related overhead portion of https://github.com/ppy/osu/issues/14638 . There's still a significant performance issue that will be addressed separately.
2021-09-08 13:26:11 +09:00
ekrctb
7543f9dfb0
Add featured artist track ID online info
2021-09-08 12:21:24 +09:00
Bartłomiej Dach
2c6ee0ebf7
Merge pull request #14667 from ewyn72/promo-section-typo
...
Fix typo in changelog supporter promo
2021-09-07 23:33:34 +02:00
Ethan Ng
d8fe98fe12
Fixed grammatical error in ChangelogSupporterPromo
2021-09-07 14:06:23 -06:00
Bartłomiej Dach
8cc444df5f
Fix incorrect keyboard navigation order in score panel list
2021-09-07 21:14:38 +02:00
Bartłomiej Dach
2097889ce1
Add failing test case
2021-09-07 21:12:48 +02:00
Davran Dilshat
255f8a9769
add alias "/msg" (also a command in stable)
2021-09-07 17:25:47 +01:00