1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 16:52:54 +08:00
osu-lazer/osu.Game
Bartłomiej Dach a6e00d6eac
Implement ability to mark beatmap as played
Reported at https://osu.ppy.sh/community/forums/topics/2015478?n=1.

Would you believe it that this button that has been there for literal
years never did anything?

Implemented at a per-beatmap level. Also additionally added to context
menu (at @peppy's suggestion), and also copy reworded from "Delete from
unplayed" to "Mark as played" because double negation hurt my tiny
brain.
2024-12-16 10:49:19 +09:00
..
.idea/.idea.osu.dir/.idea Merge branch 'master' into multiplayer-remove-cmc-and-composite 2024-11-20 17:24:55 +09:00
Audio Implement auto additions editor-only 2024-10-01 16:40:48 +09:00
Beatmaps Implement ability to mark beatmap as played 2024-12-16 10:49:19 +09:00
Collections Fix not being able to scroll to new collection text box when list overflows 2024-11-18 15:28:30 +01:00
Configuration Clear previous LastLocalUserScore when returning to song select 2024-11-28 18:01:28 +09:00
Database Merge pull request #31076 from peppy/beatmap-store-interface 2024-12-11 17:48:32 +09:00
Extensions Apply minor performance rules 2024-11-28 20:41:44 +08:00
Graphics Merge branch 'master' into better-room-status 2024-12-11 18:06:55 +09:00
Input Use Alt-{Left,Right} as default bindings for bookmark navigation 2024-12-10 14:59:19 +09:00
IO Use temporary storage for exported files on iOS 2024-12-09 08:16:37 -05:00
IPC
Localisation Merge branch 'master' into better-room-status 2024-12-11 18:06:55 +09:00
Models Use native query to avoid huge overheads when cleaning up realm files 2024-01-09 15:37:29 +09:00
Online Merge branch 'master' into better-room-status 2024-12-11 18:06:55 +09:00
Overlays Merge branch 'master' into medal-display-fix 2024-12-11 15:52:38 +09:00
Performance Expose high performance session state 2024-04-16 10:04:38 +08:00
Properties Make medal overlay respect overlay disable via activation mode 2024-02-20 16:31:31 +01:00
Replays Update HasFlag usages 2024-07-03 00:19:04 +09:00
Rulesets Merge branch 'master' into bookmarks 2024-12-07 22:22:04 +09:00
Scoring Use RealmLive in SaveFailedScoreButton 2024-11-27 15:25:42 +09:00
Screens Implement ability to mark beatmap as played 2024-12-16 10:49:19 +09:00
Skinning Merge branch 'master' 2024-11-30 01:07:08 +08:00
Storyboards Merge branch 'master' into netcore-analyzer 2024-12-05 17:18:56 +08:00
Tests Remove BeatmapCarousel testing backdoor 2024-12-11 16:28:51 +09:00
Updater Resurrect SimpleUpdateManager as MobileUpdateNotifier 2024-07-05 03:29:09 -04:00
Users Merge pull request #30848 from Joehuu/dicord-fix-beatmap-button-visibility 2024-11-28 13:29:09 +09:00
Utils Merge branch 'master' into netcore-analyzer 2024-12-05 17:18:56 +08:00
.editorconfig
FodyWeavers.xml More realm analytic disables 2023-07-20 17:51:33 +09:00
osu!.res And then everything became one 2017-09-19 16:06:58 +09:00
osu.Game.csproj Update framework 2024-12-07 10:46:03 +09:00
OsuGame.cs Access beatmap store via abstract base class 2024-12-11 16:28:51 +09:00
OsuGameBase_Importing.cs Automated pass 2023-06-24 01:00:03 +09:00
OsuGameBase.cs Merge branch 'master' into improve-menu-sample-playback 2024-12-05 21:07:03 +09:00
PerformFromMenuRunner.cs