1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-10 01:53:09 +08:00
osu-lazer/osu.Game
Dean Herbert c852cf9b8e
Remove macOS "borderless" recommendation
As of SDL3, this is no longer a thing, and fullscreen should be the
preferred execution mode.

Probably hold off merging this until we're sure that macOS isn't broken
for others in this mode (I had issues locally, such as alt-tabbing being
broken sooo...)
2024-11-15 18:29:01 +09:00
..
Audio Implement auto additions editor-only 2024-10-01 16:40:48 +09:00
Beatmaps use .ToFormattedDuration 2024-11-14 16:59:03 +09:00
Collections Fix code inspection 2024-11-14 11:58:57 +01:00
Configuration Move setting to user config 2024-11-11 09:57:17 +01:00
Database Fix timing point truncation in legacy beatmap export 2024-11-13 14:23:28 +01:00
Extensions Fix date failing to display on leaderboard for some scores with weird datetimes 2024-01-14 13:52:39 +01:00
Graphics Extract "copy link" text to common localisation 2024-11-04 13:59:48 +01:00
Input Merge branch 'master' into grids 2024-10-16 09:55:27 +02:00
IO Update naming of enum fields in ObjType 2024-05-01 17:24:53 +03:00
IPC
Localisation Merge branch 'master' into bat-max-performance 2024-11-14 13:35:29 +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 pull request #30525 from smoogipoo/multiplayer-refactor 2024-11-07 19:53:44 +09:00
Overlays Remove macOS "borderless" recommendation 2024-11-15 18:29:01 +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 Do not show timing distribution graph in offset control if there's not enough timed hits 2024-11-14 13:17:03 +01:00
Scoring Expose no-op constructors as protected 2024-10-18 13:30:29 +09:00
Screens Merge pull request #30623 from peppy/fix-flash-transition-player 2024-11-15 08:42:43 +01:00
Skinning Round to integral units 2024-11-01 22:43:52 +09:00
Storyboards Fix storyboard sprites leaving gaps on edges when resolving from an atlas 2024-07-17 14:47:17 +03:00
Tests Merge pull request #30411 from frenzibyte/editor-slider-touch-support-2 2024-11-13 15:09:57 +09:00
Updater Resurrect SimpleUpdateManager as MobileUpdateNotifier 2024-07-05 03:29:09 -04:00
Users Merge pull request #30433 from stanriders/fix-userpanel-overflow 2024-11-13 19:19:30 +09:00
Utils Merge branch 'master' into taikostatacc 2024-10-07 14:15:29 +02:00
.editorconfig
FodyWeavers.xml
osu!.res
osu.Game.csproj Update framework 2024-11-14 16:38:26 +09:00
OsuGame.cs Revert 'Fix any and all migration attempts dying on MusicController' 2024-10-09 11:55:59 +02:00
OsuGameBase_Importing.cs
OsuGameBase.cs Fix tests not working by forgoing beatmap updates 2024-11-07 17:26:10 +09:00
PerformFromMenuRunner.cs