Commit Graph

33009 Commits

Author SHA1 Message Date
d6a1f1343e Merge branch 'master' into remove-column-padding 2020-08-27 13:33:02 +02:00
ec2d115994 Merge pull request #9976 from smoogipoo/lighting-n-custom-path
Add support for custom LightingN paths
2020-08-27 13:31:47 +02:00
deb172bb6c Implement basic mania hit order policy 2020-08-27 20:24:21 +09:00
b98114d42f Merge branch 'master' into lighting-n-custom-path 2020-08-27 13:00:46 +02:00
f8042e6fd3 Add fade to prevent jarring transitions 2020-08-26 22:34:28 +02:00
c3197da3da Adjust simple statistic item font sizes 2020-08-26 22:34:28 +02:00
d81d538b7e Move out row anchor/origin set to one central place 2020-08-26 22:34:27 +02:00
05e725d59f Add unstable rate statistic to rulesets in which it makes sense 2020-08-26 22:06:29 +02:00
5973e2ce4e Add component for unstable rate statistic 2020-08-26 22:06:27 +02:00
7c3368ecbe Reintroduce SimpleStatisticRow as a data class 2020-08-26 19:33:33 +02:00
f5e52c80b4 Rename {-> Drawable}SimpleStatisticRow 2020-08-26 19:25:59 +02:00
bbb3d7522e Scope up return type to IStatisticRow 2020-08-26 19:24:12 +02:00
927a2a3d2d Introduce IStatisticRow interface 2020-08-26 19:19:42 +02:00
edc15c965c Update osu.Game/Screens/Menu/IntroSequence.cs
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-08-26 12:52:39 -04:00
fcf7038642 Fix a couple of missed cases 2020-08-27 00:21:50 +09:00
f65991f31f Revert some usages based on review feedback 2020-08-26 23:28:58 +09:00
b51db90147 Merge branch 'master' into beatmap-track-rework 2020-08-26 23:20:56 +09:00
66fb5d4174 Merge pull request #9981 from bdach/simple-statistics
Add component for displaying simple statistics on result screen
2020-08-26 21:47:35 +09:00
157e1d8965 Add fades 2020-08-26 20:46:12 +09:00
6fe1279e9d Re-use existing inset container 2020-08-26 20:23:01 +09:00
1db836e9e0 Merge branch 'master' into hold-note-lighting 2020-08-26 20:22:07 +09:00
9372c6eef6 Implement hold note lighting 2020-08-26 20:21:56 +09:00
c0c67c11b1 Add parsing for hold note light/scale 2020-08-26 20:21:41 +09:00
e6116890af Make hitobject tests display the column 2020-08-26 20:00:38 +09:00
97637bc747 remove new.ppy.sh from MessageFormatter 2020-08-26 02:50:02 -04:00
c50e495e03 fix lingering small ring in circles! intro 2020-08-26 02:49:55 -04:00
d057f5f4bc Implement mania "KeysUnderNotes" skin config 2020-08-26 15:37:16 +09:00
2cf2ba8fc5 Store computed accent colour to local 2020-08-26 14:24:04 +09:00
f09f882cc7 Add component for displaying simple statistics on result screen 2020-08-25 22:51:40 +02:00
4806dd8648 Merge pull request #9977 from peppy/fix-slider-path-placement-length-limit
Fix snapped distances potentially exceeding the source distance
2020-08-25 21:27:50 +09:00
007d878a19 Merge branch 'master' into fix-slider-path-placement-length-limit 2020-08-25 20:59:23 +09:00
127330b8f9 Add 1ms lenience to avoid potential precision issues 2020-08-25 20:57:31 +09:00
0800e43796 Remove padding from columns 2020-08-25 19:57:49 +09:00
c09cef4fca Apply post-merge fixes to LegacyStageBackground 2020-08-25 19:40:17 +09:00
8dde512657 Merge branch 'master' into skin-colour-fix-2 2020-08-25 19:39:01 +09:00
30e4be8015 Merge pull request #9971 from smoogipoo/fix-hittarget-layering 2020-08-25 19:14:14 +09:00
6c7475f085 Fix snapped distances potentially exceeding the source distance
This results in slider placement including "excess" length, where the
curve is not applied to the placed path. This is generally not what we
want.

I considered adding a bool parameter (or enum) to change the
floor/rounding mode, but on further examination I think this is what we
always expect from this function.
2020-08-25 18:58:01 +09:00
ff72ccabd8 Rename method 2020-08-25 18:44:32 +09:00
940b4acf0d Merge branch 'master' into fix-hittarget-layering 2020-08-25 15:44:38 +09:00
7a70d06342 Add support for custom LightingN paths 2020-08-25 15:35:37 +09:00
ab8d9be095 Move out into a separate method 2020-08-25 15:16:41 +09:00
7e9567dae9 Fix tests 2020-08-25 14:49:29 +09:00
723e5cafb6 Fix column potentially added at wrong indices 2020-08-25 14:49:04 +09:00
8439e28d6b Merge pull request #9974 from bdach/fix-fail-graph-crash 2020-08-25 11:52:33 +09:00
dbf90551d6 Add coverage for empty metrics case 2020-08-24 20:47:29 +02:00
29b4d98aac Show retry/fail graph when either list is present 2020-08-24 20:41:50 +02:00
cc6ae8e3bd Fix crash if only one count list is received from API 2020-08-24 20:41:31 +02:00
50d5b020b7 Add failing test case 2020-08-24 20:40:45 +02:00
018523a43a Rework to remove cross-class pollutions 2020-08-25 01:21:27 +09:00
a1a1885a97 Merge pull request #9909 from smoogipoo/hold-note-freeze
Implement hold note freezing
2020-08-25 00:25:19 +09:00