Commit Graph

14234 Commits

Author SHA1 Message Date
33c51d5178 Extract parsing filter queries to class
For the sake of testability without having to spin up visual tests,
extract methods related to parsing filter queries from FilterControl
to a static FilterQueryParser class.
2019-09-22 00:18:28 +02:00
9be8bdef52 Remove pluralize and use title letter casing 2019-09-21 21:00:24 +03:00
6bb0f3eb41 Move humanizing to the model name instead 2019-09-21 20:04:12 +03:00
db90d211cb Fix scores importing with deleted beatmap sets (#6190)
Fix scores importing with deleted beatmap sets
2019-09-22 01:15:22 +09:00
c99b48f934 Bring up-to-date and use IApplicableFailOverride 2019-09-21 23:30:54 +09:00
4c4b71eeec Merge branch 'master' into master 2019-09-21 22:45:05 +09:00
a76771e696 Add support for "additions" in changelog (#6177)
Add support for "additions" in changelog
2019-09-21 22:27:18 +09:00
73fe402756 Merge branch 'master' into fix-html-unescaping 2019-09-21 12:59:57 +09:00
befdd140f4 Reverse padding changes 2019-09-20 23:50:19 +03:00
6ad26e61d1 Merge remote-tracking branch 'refs/remotes/ppy/master' into changelog-improvements 2019-09-20 23:49:24 +03:00
dced3c38b5 Update framework (#6196)
Update framework
2019-09-21 02:21:00 +09:00
92f9cf3e06 Update framework 2019-09-21 02:08:19 +09:00
ac8fe6045f Fixed typo
Changed CreateReourceStore() to CreateResourceStore()
2019-09-20 19:58:39 +03:00
3be03a26c9 Pluralize instead of adding 's' 2019-09-20 16:18:55 +03:00
8300e86f20 Specify model name on import notification messages 2019-09-20 15:46:43 +03:00
c89c092b98 Allow undeleting scores if their beatmap exists 2019-09-20 19:55:59 +09:00
dfc0928ebe Fix scores importing with deleted beatmap sets 2019-09-20 19:39:21 +09:00
2bbf4ca4b5 Update LabelledTextBox to use LabelledComponent 2019-09-20 18:50:50 +09:00
523272edab Add xmldocs 2019-09-20 18:39:04 +09:00
e0a97cfac5 Add a LabelledComponent base class 2019-09-20 18:35:15 +09:00
d0a4e1e3c2 Force a checksum check before skipping FileStore copy op 2019-09-20 15:00:27 +09:00
f7f9c0f7e0 Update BeatmapDetailAreaTabControl.cs 2019-09-19 15:47:32 -04:00
5663e3e6b3 Fix escaped html strings not being unescaped in changelog entries. 2019-09-19 20:08:14 +02:00
daa64f1be7 Adjust icon padding 2019-09-19 20:53:06 +03:00
573da7b1e7 Implement ChangelogEntryType 2019-09-19 20:34:37 +03:00
636582e089 Always show exit confirmation when closing via alt-f4 or window control 2019-09-20 02:22:49 +09:00
67796e0982 Apply code styling suggestions 2019-09-19 22:46:21 +09:00
4e9bb7b121 Merge remote-tracking branch 'upstream/master' into hold-to-press-setting 2019-09-19 22:35:18 +09:00
0a67d1db1b Merge pull request #5355 from EVAST9919/songselect-best-user-score
Show personal best on song select
2019-09-19 21:17:23 +09:00
94d3bcc612 Fix top score not being selectable 2019-09-19 20:47:33 +09:00
50d4206c45 Fix exit scenarios 2019-09-19 20:17:58 +09:00
ead3ee3b41 Merge branch 'master' into hold-to-press-setting 2019-09-19 20:05:14 +09:00
cffee1fd5e Fix imported beatmap paths not correctly matching files 2019-09-19 20:02:45 +09:00
ddff9882cf Fix importing archives which are nested in a single folder within a zip 2019-09-19 19:11:04 +09:00
0640b2eb35 Fix judgement sizes not matching legacy skins (#6145)
Fix judgement sizes not matching legacy skins
2019-09-19 18:49:35 +09:00
3abcd898a6 Add hit lighting (#6144)
Add hit lighting

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2019-09-19 18:49:22 +09:00
28342baa8f Add auto-restart functionality to sudden death and perfect mods (#6159)
Add auto-restart functionality to sudden death and perfect mods

Co-authored-by: Paul Teng <plankp@outlook.com>
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
2019-09-19 18:49:09 +09:00
027d6194f2 Merge branch 'master' into add-hit-lighting 2019-09-19 18:07:29 +09:00
bc9941a990 Newline required when xmldocs are involved 2019-09-19 18:00:11 +09:00
65276cd235 Remove whitespace 2019-09-19 17:58:10 +09:00
db24cfbead Merge remote-tracking branch 'origin/master' into auto-restart-mod-perfect
# Conflicts:
#	osu.Game/Screens/Play/Player.cs
2019-09-19 17:57:04 +09:00
da15b900f7 Remove virtual member from ModBlockFail 2019-09-19 17:44:24 +09:00
646d762468 Merge branch 'master' into songselect-advanced-filtering 2019-09-19 17:42:32 +09:00
fa54a0bfd3 Fix test failures 2019-09-19 17:40:46 +09:00
5120d82ef8 Fix crash with multiple range criterias 2019-09-19 17:36:44 +09:00
e6c36a8bc7 Fix scaling mode being applied to judgements 2019-09-19 17:36:32 +09:00
96ea507320 Reorder comparison for readability 2019-09-19 17:21:22 +09:00
e075dd7ea8 Fix equals operator not working 2019-09-19 17:16:34 +09:00
7683f7ff23 Make OnlineStatus use OptionalRange 2019-09-19 17:12:07 +09:00
d7831d8f5d Use non-generic IComparable interface 2019-09-19 17:11:43 +09:00