osu/osu.Game
Salman Ahmed 8c5d99ab21 Override CreateInstance() in osu! bindable subclasses
Three bindables are left which don't have this overriden due to them
already not having a value-only constructor and not supporting
`GetBoundCopy()` properly:
 - `BeatmapDifficultyCache.BindableStarDifficulty`.
 - `TotalScoreBindable`
 - `TotalScoreStringBindable`

I could add support for them by passing the required data to them, as
they seem to be able to have that shared, but I'm hesitant to support
something which was already broken and never used, not sure.
2021-08-18 04:19:58 +03:00
..
Audio
Beatmaps Fix broken obsoletion message 2021-08-16 01:01:56 +02:00
Collections
Configuration Add a note against OsuSetting 2021-08-16 16:59:59 +09:00
Database Attempt to reduce skin lookup overhead where file access is not required 2021-08-17 00:23:30 +09:00
Extensions
Graphics
Input Add LocalUserPlayInfo interface to convey common information about player status 2021-08-17 16:15:47 +09:00
IO
IPC
Localisation Merge branch 'master' into localisation-settings 2021-08-16 15:41:50 +08:00
Migrations
Online Reorganise methods in PollingComponent 2021-08-17 17:04:32 +09:00
Overlays Merge branch 'master' into add-supporter-glow-changelog 2021-08-16 23:41:46 +09:00
Performance Add LocalUserPlayInfo interface to convey common information about player status 2021-08-17 16:15:47 +09:00
Properties
Replays
Rulesets Override CreateInstance() in osu! bindable subclasses 2021-08-18 04:19:58 +03:00
Scoring
Screens Override CreateInstance() in osu! bindable subclasses 2021-08-18 04:19:58 +03:00
Skinning Trim redundant default argument value 2021-08-17 23:00:10 +02:00
Storyboards
Tests Privatise mutable list 2021-08-17 09:48:33 +09:00
Updater
Users
Utils
.editorconfig
osu!.res
osu.Game.csproj Merge branch 'master' into legacy-cursor-trail-adjustments 2021-08-13 14:55:34 +09:00
OsuGame.cs Add LocalUserPlayInfo interface to convey common information about player status 2021-08-17 16:15:47 +09:00
OsuGameBase_Importing.cs
OsuGameBase.cs
PerformFromMenuRunner.cs