1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 20:47:25 +08:00
osu-lazer/osu.Game/Overlays/Notifications
Dean Herbert 518e5a2245 Make ProgressNotification's status and progress thread-safe
Quite regularly a task will hold a reference to a progress notification and udpate it as progress is made. Therefore these operations should be thread-safe.
2017-10-18 10:07:20 +09:00
..
IHasCompletionTarget.cs Implement notifications. 2017-02-10 16:30:23 +09:00
Notification.cs Fix notification count including fading (already closed) notifications 2017-08-23 12:47:20 +09:00
NotificationSection.cs Fix notification count including fading (already closed) notifications 2017-08-23 12:47:20 +09:00
ProgressCompletionNotification.cs Use Colour instead of ColourInfo 2017-07-23 13:06:16 +02:00
ProgressNotification.cs Make ProgressNotification's status and progress thread-safe 2017-10-18 10:07:20 +09:00
SimpleNotification.cs Make SimpleNotifications support word wrap 2017-08-22 19:33:18 +09:00