osu/osu.Game
Dan Balasescu f2483a1cf8 Add some helper methods, fix precision differences
Introduces some error at all times, but if we're to store scores everywhere as
`long`, then the same precision should be applied to the "during
gameplay" path as well.
2023-05-18 17:44:31 +09:00
..
Audio remove bank default value 2023-04-28 17:22:34 +02:00
Beatmaps Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Collections make ResetConfirmDialog properly utilise its parent's logic 2023-03-05 20:57:26 +01:00
Configuration Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Database Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Extensions Move extension methods closer to serialisation classes 2023-02-15 18:37:41 +09:00
Graphics Fix back-to-front logic 2023-05-06 15:34:55 +02:00
Input Reorder game key bindings to allow skip overlay to have precedence over replay controls 2023-02-10 18:57:21 +09:00
IO
IPC
Localisation Add localisation support for new button string 2023-05-04 11:11:19 +09:00
Models Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Online Initial implementation of ScoreV2 2023-05-09 19:33:33 +09:00
Overlays Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Performance
Properties
Replays
Rulesets Add some helper methods, fix precision differences 2023-05-18 17:44:31 +09:00
Scoring Add some helper methods, fix precision differences 2023-05-18 17:44:31 +09:00
Screens Initial implementation of ScoreV2 2023-05-09 19:33:33 +09:00
Skinning Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Storyboards Actually use new end time property when setting lifetimes 2023-04-26 13:28:51 +09:00
Tests Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Updater
Users moving UpdateableCountryText 2023-04-28 01:47:14 +03:00
Utils
.editorconfig
BackgroundBeatmapProcessor.cs
osu!.res
osu.Game.csproj Update framework again 2023-05-06 16:21:48 +02:00
OsuGame.cs Rewrite implementation to match other implementations 2023-02-14 16:00:23 +09:00
OsuGameBase_Importing.cs
OsuGameBase.cs Rename method to better indicate directionality 2023-05-04 18:15:12 +02:00
PerformFromMenuRunner.cs