1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00
osu-lazer/osu.Game/Overlays
Dean Herbert f149a66a4d Use LargeTextureStore for all online texture retrieval
Until now, many online textures were retrieved via the default texture store, which causes them to never be removed from GPU memory. It also has a performance overhead due to mipmap generation (which will be avoided via ppy/osu-framework#1885.
2018-09-09 02:45:37 +09:00
..
BeatmapSet Cancel request on disposal for safety 2018-09-06 17:04:33 +09:00
Chat Add LocalMessage 2018-08-03 20:03:43 +09:00
Dialog Update framework 2018-07-21 16:21:53 +09:00
Direct Remove unnecessary override 2018-09-08 03:21:42 +09:00
KeyBinding Update framework 2018-07-21 16:21:53 +09:00
MedalSplash Use LargeTextureStore for all online texture retrieval 2018-09-09 02:45:37 +09:00
Mods Revert async changes 2018-08-31 07:07:10 +09:00
Music Update framework 2018-07-21 16:21:53 +09:00
Notifications Add ability to click on imported complete notification to present last import 2018-09-07 16:30:11 +09:00
Profile Use LargeTextureStore for all online texture retrieval 2018-09-09 02:45:37 +09:00
SearchableList Update framework 2018-07-21 16:21:53 +09:00
Settings Add default resolution to avoid crashing 2018-09-07 19:29:51 +09:00
Social Update framework 2018-07-21 16:21:53 +09:00
Toolbar Fix the toolbar being visible during startup causing a weird offset 2018-09-05 10:46:19 +09:00
Volume Update framework 2018-07-21 16:21:53 +09:00
BeatmapSetOverlay.cs Update framework 2018-07-21 16:21:53 +09:00
ChatOverlay.cs Update framework 2018-07-21 16:21:53 +09:00
DialogOverlay.cs Standardise input handling of popup dialogs 2018-07-02 14:25:12 +09:00
DirectOverlay.cs Fix DirectOverlay performing webrequests on startup 2018-08-30 14:41:09 +09:00
HoldToConfirmOverlay.cs Fix class name 2018-05-22 16:04:36 +09:00
KeyBindingOverlay.cs Allow help text to wrap 2018-05-14 19:56:03 +09:00
LoginOverlay.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
MainSettings.cs Update framework 2018-07-21 16:21:53 +09:00
MedalOverlay.cs Revert async changes 2018-08-31 07:07:10 +09:00
MusicController.cs Revert async changes 2018-08-31 07:07:10 +09:00
NotificationOverlay.cs Fix notifications appearing too early in load process 2018-08-23 11:21:56 +09:00
OnScreenDisplay.cs Use ToUpperInvariant 2018-07-24 14:42:06 +02:00
OverlayActivation.cs Use UserTriggered in Player 2018-06-06 15:10:15 +09:00
SettingsOverlay.cs Update framework 2018-07-21 16:21:53 +09:00
SocialOverlay.cs Merge remote-tracking branch 'upstream/master' into wave-container 2018-04-15 21:03:18 +09:00
UserProfileOverlay.cs Fix some web requests being run after disposal of their owner 2018-09-05 10:26:54 +09:00
VolumeOverlay.cs Update framework 2018-07-21 16:21:53 +09:00
WaveOverlayContainer.cs Merge remote-tracking branch 'upstream/master' into wave-container 2018-04-15 21:03:18 +09:00