Lenidevelaire / opsu-variant

A fork of opsu! towards a different direction
GNU General Public License v3.0
1 stars 0 forks source link

Display non-critical errors in-game only #16

Open Lyonlancer5 opened 5 years ago

Lyonlancer5 commented 5 years ago

Remove the pop-up that displays the error that had occurred within the game and instead depend on the notifications system, or override the current screen to display the error.

Critical errors are the only ones to override the current screen, minor errors are handled through the notification system.

Lyonlancer5 commented 5 years ago

Need to categorize the errors first, such as dividing game-breaking errors (no display/sound/input, out of memory, access errors, etc.) to non-critical (invalid beatmaps/skin/audio, etc.)