1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00
Commit Graph

44112 Commits

Author SHA1 Message Date
sh0ckR6
b2b3108afa
Resolve addressed issues
+ Stopped using testing methods in non-testing classes
+ Resolve Player and add OnSeek event
+ Take bindings away from BarHitErrorMeter
+ Add support for ColourHitErrorMeter
2021-09-17 16:19:41 -04:00
sh0ckR6
bde092f816
Clear UR bar display on seek with mouse 2021-09-09 20:08:16 -04:00
sh0ckR6
bf0150bab4
Clear UR bar display on keyboard input 2021-09-09 16:21:51 -04:00
Dean Herbert
46599540b6
Merge pull request #14666 from bdach/fix-score-panel-list-keyboard-nav
Fix incorrect keyboard navigation order in score panel list
2021-09-10 02:07:06 +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
e66d76d26e Avoid settings copy if there are no settings 2021-09-09 15:43:55 +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
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
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
Joseph Madamba
9b05bf3a2c Fix volume meter not being highlighted when hovering before show 2021-09-08 11:43:59 -07: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 DrawableLoungRooms 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 DrawableLoungRooms 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
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
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
Dan Balasescu
87434333d2
Merge pull request #14659 from peppy/update-framework
Update framework
2021-09-07 21:03:37 +09:00
Dean Herbert
c43ac8c946
Merge pull request #14660 from ekrctb/search-featured-artists
Add "featured artists" filter to beatmap listing
2021-09-07 20:58:13 +09:00
Dean Herbert
8e3d1f86e2
Merge pull request #14661 from smoogipoo/fix-diffcalc-workflow-trigger
Fix diffcalc workflow triggering too often
2021-09-07 20:44:13 +09:00
smoogipoo
2f42a8461e Fix diffcalc workflow triggering too often 2021-09-07 20:19:07 +09:00
Dean Herbert
fa62c846c5
Merge pull request #14603 from smoogipoo/score-ordering
Fix scores not being ordered correctly on leaderboards
2021-09-07 19:18:37 +09:00
Dean Herbert
5026485d4d
Merge pull request #14640 from bdach/editor-new-change-diff
Add support for changing current beatmap set difficulty from within editor
2021-09-07 19:18:05 +09:00
Dean Herbert
39153e76f8
Merge pull request #14618 from smoogipoo/gh-actions-diffcalc
Add github actions workflow for diffcalc consistency checks
2021-09-07 18:54:07 +09:00
Dean Herbert
3d8faea4b0 Simplify nesting of OrderByTotalScoreAsync 2021-09-07 18:52:25 +09:00
Dean Herbert
cb30f4d320
Merge branch 'master' into gh-actions-diffcalc 2021-09-07 18:41:24 +09:00