1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00
osu-lazer/osu.Game
Dean Herbert 6358a5e210
Merge pull request #25105 from bdach/multiple-keys-one-binding
Disallow binding multiple bindings in a single section to one key
2023-10-13 20:01:33 +09:00
..
Audio Add basic implementation of argon osu!taiko hitsounds (volume / flourish / strong) 2023-07-05 18:44:27 +09:00
Beatmaps Fix beatmaps with no preview point set getting incorrect default 2023-10-10 19:13:16 +09:00
Collections Add pop-in/pop-out sfx to more overlays 2023-08-17 18:36:37 +09:00
Configuration Fix broken automatic beatmap download setting migration 2023-09-19 21:38:07 +02:00
Database Merge branch 'master' into fix-legacy-score-multipliers-2 2023-10-04 01:19:33 +09:00
Extensions Handle culture code differences of Traditional Chinese 2023-06-08 03:27:05 +03:00
Graphics Assign red colour to ComboBreak hit result 2023-10-11 19:44:46 +02:00
Input Tidy up GlobalActionContainer a bit 2023-10-13 13:47:51 +09:00
IO Fix MemoryStreamArchiveReader.GetStream() failing in some cases 2023-09-18 11:50:36 +02:00
IPC
Localisation Merge pull request #25105 from bdach/multiple-keys-one-binding 2023-10-13 20:01:33 +09:00
Models Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Online Reword xmldoc on invite method to better describe what is happening 2023-10-12 18:25:20 +09:00
Overlays Merge pull request #25105 from bdach/multiple-keys-one-binding 2023-10-13 20:01:33 +09:00
Performance Automated pass 2023-06-24 01:00:03 +09:00
Properties Automated pass 2023-06-24 01:00:03 +09:00
Replays
Rulesets Merge pull request #25093 from Joehuu/mod-switch-tiny-extended-info 2023-10-13 13:40:24 +09:00
Scoring Show maximum bonus statistics on results screen 2023-10-12 14:55:16 +09:00
Screens Merge pull request #25097 from peppy/results-screen-progress-fast 2023-10-13 11:54:34 +02:00
Skinning Remove JudgementResult from Miss/Flash as it is not used 2023-10-10 22:10:44 +09:00
Storyboards Handle null texture case 2023-09-27 11:18:38 +02:00
Tests Merge branch 'master' into multiplayer-invites 2023-10-12 18:17:15 +09:00
Updater use fa_download for updates instead of fa_upload 2023-07-16 15:21:15 -04:00
Users Merge branch 'master' into multiplayer-invites 2023-10-12 18:17:15 +09:00
Utils Enable sentry "global mode" as per recommendation 2023-08-24 03:23:18 +09:00
.editorconfig
BackgroundDataStoreProcessor.cs Update score conversion to consider legacy multiplier 2023-10-02 16:56:15 +09:00
FodyWeavers.xml More realm analytic disables 2023-07-20 17:51:33 +09:00
osu!.res
osu.Game.csproj Update some packages to match osu.Server.Spectator 2023-10-12 18:58:42 +09:00
OsuGame.cs Rename callback to match standards 2023-10-12 17:59:47 +09:00
OsuGameBase_Importing.cs Automated pass 2023-06-24 01:00:03 +09:00
OsuGameBase.cs Disable decoupling for OsuGameBase's beatmap implementation 2023-09-22 12:49:25 +09:00
PerformFromMenuRunner.cs