1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-24 12:07:27 +08:00
osu-lazer/osu.Game
Dean Herbert 634b6cdbbe Send beatmap has to server on solo score request
Right now, the client does nothing to ensure a beatmap is in a valid
state before requesting to submit a score. There is further work to be
done client-side so it is more aware of this state (already handled for
playlists, but not for the solo gameplay loop), but the solution I have
in mind for that is a bit more involved.

This is not used server-side yet, but I want to get this sending so we
can start using it for some very basic validation.

Will resolve the basic portion of #11922 after implemented server-side.
2022-07-02 12:16:17 +09:00
..
Audio Automated #nullable processing 2022-06-17 16:37:17 +09:00
Beatmaps Remove unnecessary invalidation handling flow 2022-06-30 17:13:26 +09:00
Collections Update parameter discards 2022-06-24 21:26:19 +09:00
Configuration Add setting for changing mod select hotkey style 2022-06-21 13:33:17 +02:00
Database Merge pull request #18835 from peppy/beatmap-update-flow 2022-07-01 20:28:04 +09:00
Extensions Move the null check in the outside. 2022-06-30 23:29:49 +08:00
Graphics Adjust animations and tolerances to make things feel snappier 2022-06-25 19:50:10 +09:00
Input Update parameter discards 2022-06-24 21:26:19 +09:00
IO Automated #nullable processing 2022-06-17 16:37:17 +09:00
IPC Handle osu:// scheme links via IPC in desktop game 2022-06-20 21:26:22 +02:00
Localisation Remove the nullable disable annotation in the localisation. 2022-06-28 20:59:57 +08:00
Migrations Remove the nullable disable annotations. 2022-06-28 20:59:03 +08:00
Models Guard again potential nulls in RealmNamedFileUsage 2022-06-30 15:40:57 +09:00
Online Send beatmap has to server on solo score request 2022-07-02 12:16:17 +09:00
Overlays Simplify description logic for overlay tab items 2022-07-01 11:30:51 +03:00
Performance Automated #nullable processing 2022-06-17 16:37:17 +09:00
Properties Automated #nullable processing 2022-06-17 16:37:17 +09:00
Replays Automated #nullable processing 2022-06-17 16:37:17 +09:00
Rulesets Attach DT with NC, SD with PF, and Cinema with Autoplay 2022-06-30 11:52:30 +09:00
Scoring Merge branch 'master' into importer-post-import-rename 2022-06-20 13:37:16 +02:00
Screens Send beatmap has to server on solo score request 2022-07-02 12:16:17 +09:00
Skinning Update parameter discards 2022-06-24 21:26:19 +09:00
Storyboards Update parameter discards 2022-06-24 21:26:19 +09:00
Tests Replace dodgy SetUpSteps overriding with usage of HasCustomSteps 2022-06-28 15:19:02 +09:00
Updater Automated #nullable processing 2022-06-17 16:37:17 +09:00
Users Automated #nullable processing 2022-06-17 16:37:17 +09:00
Utils Remove the nullable disable annotate. 2022-06-30 23:05:09 +08:00
.editorconfig Add localisation length hinting 2022-04-28 19:26:28 +09:00
osu!.res
osu.Game.csproj Update framework 2022-06-29 22:57:52 +09:00
OsuGame.cs Update language initialisation in line with framework LocalisationManager changes 2022-06-28 18:19:48 +09:00
OsuGameBase_Importing.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuGameBase.cs Merge branch 'master' into beatmap-update-flow 2022-06-30 16:44:17 +09:00
PerformFromMenuRunner.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00