osu/osu.Game
Bartłomiej Dach c6f0cf50ca
Use better safety in rectangular grid
- Checking `DrawSize != Vector2.Zero` is too specific. It could also
  crash on zero-height-but-non-zero-width, or
  zero-width-but-non-zero-height.

- Take the `gridCache.Validate()` call out of the zero checks, because
  even if the width or height are zero, not generating anything is valid
  and there is no reason to validate every frame until `gridCache` gets
  invalidated again.
2023-07-28 22:57:02 +02:00
..
Audio
Beatmaps Merge branch 'master' into song-select-drain-length 2023-07-25 22:40:45 +02:00
Collections Bring realm library up-to-date 2023-07-06 13:37:43 +09:00
Configuration Remember state of replay settings visibility 2023-07-06 00:53:37 +09:00
Database fix skin using wrong stream 2023-07-18 13:08:05 +02:00
Extensions
Graphics Merge branch 'master' into menu-star-fountains 2023-07-25 21:58:13 +02:00
IO
IPC
Input Bring realm library up-to-date 2023-07-06 13:37:43 +09:00
Localisation Adjust localisations slightly 2023-07-23 14:06:00 +09:00
Models
Online Add common `Export` string and use in editor 2023-07-23 14:03:50 +09:00
Overlays Update wrong comment, too 2023-07-26 21:56:04 +02:00
Performance
Properties
Replays
Rulesets Move comment to more fitting place 2023-07-28 22:10:10 +02:00
Scoring simplify code 2023-07-16 10:21:32 +08:00
Screens Use better safety in rectangular grid 2023-07-28 22:57:02 +02:00
Skinning Merge branch 'master' into menu-star-fountains 2023-07-25 21:58:13 +02:00
Storyboards Change `IBeatSyncProvider.Clock` to always be non-null 2023-07-13 22:13:40 +09:00
Tests Remove unused field 2023-07-08 15:03:33 +02:00
Updater use fa_download for updates instead of fa_upload 2023-07-16 15:21:15 -04:00
Users
Utils
.editorconfig
BackgroundBeatmapProcessor.cs Fix beatmaps being queued for reprocessing every startup when logged out 2023-07-25 03:15:17 +09:00
FodyWeavers.xml More realm analytic disables 2023-07-20 17:51:33 +09:00
OsuGame.cs Allow the osu! logo to be proxied locally into scenes 2023-07-14 19:19:14 +09:00
OsuGameBase.cs
OsuGameBase_Importing.cs
PerformFromMenuRunner.cs
osu!.res
osu.Game.csproj Merge branch 'master' into menu-star-fountains 2023-07-25 21:58:13 +02:00