Commit Graph

14478 Commits

Author SHA1 Message Date
705960dabb Fix typo 2018-05-16 01:36:26 +02:00
1450bf64f5 Add multiplayer screen header. 2018-05-15 20:34:14 -03:00
3b708f6505 make it equal with the original codebase. 2018-05-16 01:34:08 +02:00
428d0f5dee Re-implement the fix after it got deleted in the previous commit. 2018-05-16 01:30:16 +02:00
1e88f216f2 Revert the ParallaxContainer changes I made by accident back. 2018-05-16 01:27:18 +02:00
dda253758b Cleanup test step wording. 2018-05-15 19:56:47 -03:00
f67ad7b8e8 Add exit test. 2018-05-15 19:52:28 -03:00
b9d99b5f40 Fix nullref when exiting the last screen. 2018-05-15 19:42:50 -03:00
c9cf0e6e8f Merge branch 'screen-breadcrumbs' of https://github.com/DrabWeb/osu into screen-breadcrumbs 2018-05-15 19:29:45 -03:00
de63a1b578 Remove construction of new ruleset 2018-05-16 01:43:58 +09:00
ed902d9325 Cleanup 2018-05-16 01:36:28 +09:00
1fdc77d579 Update with the rebalance changes 2018-05-16 01:34:07 +09:00
4019683f6c Implement osu!mania performance calculation 2018-05-16 01:24:53 +09:00
c44d07e9c6 Merge branch 'master' of https://github.com/ppy/osu 2018-05-15 16:02:55 +02:00
be1159444d Use the absolute value of ParallaxAmount to make sure we're not scaling stuff down when using a negative ParallaxAmount 2018-05-15 15:56:49 +02:00
c0c449e453 Remove unused using 2018-05-15 22:53:33 +09:00
07e00fb7a1 Merge pull request #2556 from smoogipoo/more-diffcalc-improvements
Bring osu! difficulty calculation on par with osu!stable
2018-05-15 22:52:43 +09:00
3f67d04429 Cap CS to 10 also 2018-05-15 21:57:08 +09:00
567cdc7165 Merge branch 'master' of https://github.com/ppy/osu 2018-05-15 14:52:45 +02:00
cf08293be1 Remove extra newline 2018-05-15 21:49:44 +09:00
4101b8ddde Merge remote-tracking branch 'origin/master' into more-diffcalc-improvements 2018-05-15 21:31:58 +09:00
22f3bee55a Fix incorrect iteration over difficulty sections 2018-05-15 21:26:06 +09:00
bc197a88e1 Fix slider length calculation including slider head 2018-05-15 21:25:33 +09:00
1acfc1bbab Fix ModHardRock not properly clamping Drain/OD 2018-05-15 21:25:20 +09:00
1b5c151e0e Fix DeltaTime being capped incorrectly 2018-05-15 21:25:02 +09:00
49c36787d7 Remove triangle pattern and remove not-implemented reading strain 2018-05-15 21:24:41 +09:00
28df77e838 Simplify code and remove generic 2018-05-15 21:10:26 +09:00
0325b1bd7a Remove unused class 2018-05-15 19:42:30 +09:00
0def847f60 Merge branch 'master' into screen-breadcrumbs 2018-05-15 19:39:03 +09:00
457b98e68c Merge pull request #2483 from smoogipoo/disable-mouse-buttons
Add keybind to disable mouse buttons
2018-05-15 19:38:50 +09:00
fc192c8998 Merge remote-tracking branch 'upstream/master' into smoogipoo-disable-mouse-buttons 2018-05-15 19:23:51 +09:00
08386d6ca4 Merge branch 'master' of https://github.com/ppy/osu 2018-05-15 12:23:36 +02:00
da4c839119 Merge pull request #2540 from smoogipoo/enable-distance-overflow
Re-enable slider curve lengthening
2018-05-15 19:17:19 +09:00
6bf1092c7d Merge branch 'master' into enable-distance-overflow 2018-05-15 18:56:51 +09:00
d6565fca0e Merge pull request #2555 from smoogipoo/namespace-cleanup
Re-namespace performance/difficulty calculators
2018-05-15 18:30:24 +09:00
0e0cc8bb69 Merge branch 'master' into namespace-cleanup 2018-05-15 18:10:48 +09:00
d7d3838ad6 Merge pull request #2524 from smoogipoo/convert-object-hitwindows
Use osu!stable hitwindows for converted hitobjects
2018-05-15 17:48:08 +09:00
803200ff6a Apply similar changes to other rulesets 2018-05-15 17:40:19 +09:00
995fda9b6f Move base classes to osu.Game.Rulesets.Difficulty namespace 2018-05-15 17:38:08 +09:00
9fd972e0a3 Rename OsuDifficulty -> Difficulty 2018-05-15 17:36:29 +09:00
e39af1c906 Merge branch 'master' into convert-object-hitwindows 2018-05-15 17:33:27 +09:00
6d87ff2595 Merge branch 'master' into enable-distance-overflow 2018-05-15 16:18:17 +09:00
b40c55868e Merge pull request #2551 from smoogipoo/score-parser-deriving
Allow subclasses of LegacyScoreParser to specify beatmap/ruleset retrieval
2018-05-15 15:50:42 +09:00
f2580e5656 Merge branch 'master' into score-parser-deriving 2018-05-15 15:42:01 +09:00
1ee68c1c54 Make LegacyScoreParser abstract 2018-05-15 15:28:46 +09:00
f3d3d777fa Merge pull request #2543 from smoogipoo/beatmap-delete-fix
Fix deleted beatmaps still being accessible in MusicController
2018-05-15 14:59:20 +09:00
5fee471307 Merge branch 'master' into beatmap-delete-fix 2018-05-15 14:49:09 +09:00
b32357131a Merge branch 'master' into score-parser-deriving 2018-05-15 14:37:56 +09:00
8f34468176 Merge pull request #2552 from smoogipoo/pp-hd-change
Port osu-performance HD AR fix
2018-05-15 14:13:45 +09:00
10e2f74538 Port osu-performance HD AR fix 2018-05-15 11:53:11 +09:00