osu/osu.Game
Bartłomiej Dach c803de2b49 Fix player instantiation
Since ModTestScene.CreatePlayer would apply mods in addition to
instantiating the player, overriding it could lead to mistakenly also
overriding the code that was supposed to set up the test via
currentTestData.

Make ModTestScene.CreatePlayer sealed, which ensures that mod &
autoplay changes are applied, and expose ModTestScene.CreateModPlayer
instead which has the expected semantics.
2020-03-08 14:18:45 +01:00
..
Audio
Beatmaps Add delay for loading multiplayer beatmap covers 2020-02-27 20:01:23 +09:00
Configuration Add note about early migration return on non-release transitions 2020-03-05 15:36:36 +09:00
Database
Graphics Apply missed xmldoc suggestion 2020-03-04 12:47:01 +09:00
Input Change default global bindings for volume changing to include the alt key prefix 2020-03-02 18:59:05 +09:00
IO
IPC
Migrations Remove any existing bindings to increase/decrease volume 2020-03-02 18:56:41 +09:00
Online Better align fonts to weights 2020-03-04 11:45:19 +09:00
Overlays Merge pull request #8131 from recapitalverb/fix-searchable-list-padding 2020-03-05 12:23:33 +09:00
Properties
Replays
Rulesets Merge branch 'master' into fix-perfect-judgements 2020-03-06 00:18:05 +09:00
Scoring
Screens Merge branch 'master' into fix-testscene-rate 2020-03-06 22:40:02 +09:00
Skinning
Storyboards
Tests Fix player instantiation 2020-03-08 14:18:45 +01:00
Updater Add comment about rationale behind always updating version in config 2020-03-05 15:35:27 +09:00
Users Add a short load delay for avatars to avoid unnecessary fetching 2020-03-06 16:27:38 +09:00
Utils
osu!.res
osu.Game.csproj Update framework 2020-03-06 18:47:31 +09:00
OsuGame.cs Merge pull request #8129 from peppy/fix-dummy-track-completion-feedback 2020-03-05 17:57:57 +09:00
OsuGameBase.cs Merge pull request #8129 from peppy/fix-dummy-track-completion-feedback 2020-03-05 17:57:57 +09:00