Commit Graph

2599 Commits

Author SHA1 Message Date
1238e6c30f Add flag value to database
Unfortunately required, as loadBeatmaps() refreshes the decoded beatmap
with the database-stored values, which can end up overwriting the
decoded ones.
2020-10-20 00:46:08 +02:00
a9f27a71a2 Fix code formatting issues 2020-10-19 23:53:41 +02:00
ba818e3ae0 Merge branch 'master' into results-dynamic-pp-calc 2020-10-19 21:41:07 +02:00
dfbc0965e4 Merge branch 'master' into peppy/skinnable-health-display 2020-10-16 23:17:17 +09:00
fe3a23750c Use char overloads for string methods 2020-10-16 11:52:29 +02:00
e89c5c3b3c Add dynamic compile exceptions to fix skin test scenes 2020-10-16 17:08:46 +09:00
88ffcb9234 Update EndsWith usages 2020-10-16 12:58:34 +09:00
cc41845f56 Add missing string function ordinal specifications 2020-10-16 12:49:31 +09:00
07e6609e6d Disable difficulty calculation for set-level difficulty icons 2020-10-14 14:16:22 +09:00
1af17fbd5e Merge branch 'master' into fix-early-break-cull 2020-10-13 18:02:08 +02:00
7117fd0fba Add xmldoc and nullability annotations 2020-10-12 21:44:04 +02:00
779e6e10a7 Split ctors to avoid passing fields one by one 2020-10-12 21:43:14 +02:00
ccf7e2c49a Fallback to default ruleset star rating if conversion fails 2020-10-12 16:31:42 +09:00
379971578d Remove culling notice from HasEffect 2020-10-12 15:28:16 +09:00
8af78656e4 Add precision tolerance to difficulty rating range checks 2020-10-10 18:15:52 +02:00
d536a1f75e Fix breaks being culled too early 2020-10-09 21:04:56 +09:00
7f5cf04b2b Fix merge conflicts. 2020-10-07 13:28:49 +02:00
afe3d3989a Force first hitobject to be a NewCombo in BeatmapProcessor preprocessing step 2020-10-06 22:10:13 +09:00
783a463772 Merge branch 'master' into colourise-control-point-table 2020-10-05 20:47:06 +09:00
051ea7eda9 Merge pull request #10329 from peppy/editor-file-drop-support
Add drag-drop support in editor setup screen for audio and background images
2020-10-05 20:05:41 +09:00
2ed43c14f8 Merge branch 'master' into editor-file-drop-support 2020-10-05 17:48:06 +09:00
365a38e92f Merge branch 'master' into dynamic-difficulty-icon 2020-10-05 17:37:01 +09:00
50eca202f4 User IEnumerable for HandledExtensions 2020-10-02 16:17:10 +09:00
f501c88b46 Fix individual control points not being removed from group when group is removed 2020-10-02 15:28:21 +09:00
40c153e705 Use component instead of drawable 2020-10-01 21:39:40 +09:00
62b55c4c9c Use static method, add xmldoc + link to wiki 2020-10-01 20:50:47 +09:00
e96e30a19d Move control point colour specifications to common location and use for formatting timing screen table 2020-10-01 19:29:34 +09:00
2213db2088 Use the given ruleset by default 2020-10-01 00:59:41 +09:00
fde00d3431 Make DifficultyIcon support dynamic star rating 2020-10-01 00:53:25 +09:00
917e8fc3ba Add difficulty rating to StarDifficulty 2020-10-01 00:53:01 +09:00
2766cf73b4 Reuse BeatmapDifficultyManager cache for beatmap difficulty attributes. 2020-09-29 18:32:02 +02:00
ddede85704 Split performance calculation to its own class. 2020-09-27 12:44:29 +02:00
84cc6068f5 Remove unnecessary XMLDoc comment and remove unecessary implicit null parm 2020-09-27 09:25:01 +02:00
4d94bf3163 Rename CalculateScorePerformance -> CalculatePerformance 2020-09-25 19:16:33 +02:00
77a9d92f42 Add dynamic pp calculation to score panels for local scores 2020-09-25 19:15:40 +02:00
4d743f64f5 Add a method to calculate asynchronously performance on a beatmap. 2020-09-25 18:17:01 +02:00
50ba320a51 Expand available file operations in ArchiveModelManager 2020-09-25 13:16:30 +09:00
de5ef8a471 Rework to support obsoletion 2020-09-17 21:37:32 +09:00
e71991a53c Add default token 2020-09-17 18:37:48 +09:00
c7d24203ce Make beatmap conversion support cancellation tokens 2020-09-17 17:40:05 +09:00
be2d34d5dc Merge branch 'master' into score-recalc 2020-09-09 21:31:31 +09:00
5b93752065 Merge pull request #10103 from smoogipoo/disable-online-lookups-tests
Disable online beatmap lookups in tests
2020-09-09 21:21:04 +09:00
aeae009512 Disable online beatmap lookups in tests 2020-09-09 20:12:40 +09:00
117c7ec6b2 Merge branch 'master' into score-recalc 2020-09-09 14:38:36 +09:00
2cd07b2d3c Fix editor crash on saving more than once
I'm fixing this in the simplest way possible as this kind of issue is
specific to EF core, which may cease to exist quite soon. Turns out the
re-retrieval of the beatmap set causes concurrency confusion and wasn't
actually needed in my final iteration of the new beatmap logic.
2020-09-09 12:48:12 +09:00
6b50d44dde Merge branch 'master' into editor-new-beatmap 2020-09-07 18:43:16 +09:00
4680728b9c Merge branch 'master' into update-dcc-exclusions 2020-09-07 18:01:44 +09:00
9ab6d584d3 Merge branch 'master' into editor-new-beatmap 2020-09-07 14:30:41 +09:00
e17ccdfe9f Merge branch 'master' into combo-colors 2020-09-07 13:55:41 +09:00
f138b92078 Merge branch 'master' into editor-new-beatmap 2020-09-06 18:24:02 +02:00