1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00
osu-lazer/osu.Game
Dean Herbert 6001f7e5c7 Rename "dummy" local user to something more descriptive
This created weird cases in logs which are very hard to understand. The
one which really got me was this:

```
[runtime] 2023-08-13 07:48:27 [verbose]: Invalidating working beatmap cache for unknown artist - unknown title (Dummy)
```

Which looks like a dummy working beatmap was invalidated, but it turns
out that's just the local user which was populated when creating a new
local beatmap.
2023-08-16 13:52:27 +09:00
..
Audio Add basic implementation of argon osu!taiko hitsounds (volume / flourish / strong) 2023-07-05 18:44:27 +09:00
Beatmaps Repurpose Flat{File -> }WorkingBeatmap 2023-08-12 00:49:42 +02:00
Collections Bring realm library up-to-date 2023-07-06 13:37:43 +09:00
Configuration Remember state of replay settings visibility 2023-07-06 00:53:37 +09:00
Database Fix LegacyBeatmapExporter not converting beatmap between decode and re-encode 2023-08-12 00:50:31 +02:00
Extensions Handle culture code differences of Traditional Chinese 2023-06-08 03:27:05 +03:00
Graphics Fix kiai stars flickering on and off during gameplay 2023-08-15 07:44:05 +02:00
Input Bring realm library up-to-date 2023-07-06 13:37:43 +09:00
IO Return null intead of FileNotFoundException on missing file in ZipArchiveReader 2023-08-03 09:01:11 +09:00
IPC
Localisation Adjust localisations slightly 2023-07-23 14:06:00 +09:00
Models Remove usages of [ExcludeFromDynamicCompile] 2023-05-08 18:12:56 +09:00
Online Rename "dummy" local user to something more descriptive 2023-08-16 13:52:27 +09:00
Overlays Add support for changelog entries with url attached 2023-08-03 23:24:37 -07:00
Performance Automated pass 2023-06-24 01:00:03 +09:00
Properties Automated pass 2023-06-24 01:00:03 +09:00
Replays Show smoke in replays 2022-09-18 17:55:06 -07:00
Rulesets Fix incorrect truncation to int 2023-08-15 00:58:13 +09:00
Scoring Flag decoded scores more correctly 2023-07-15 12:19:18 +09:00
Screens Fix score being cloned in async method causing random crashes 2023-08-15 16:08:13 +09:00
Skinning Add playfield layer to skin editor 2023-07-28 15:50:44 +09:00
Storyboards Change IBeatSyncProvider.Clock to always be non-null 2023-07-13 22:13:40 +09:00
Tests Remove unused field 2023-07-08 15:03:33 +02:00
Updater use fa_download for updates instead of fa_upload 2023-07-16 15:21:15 -04:00
Users Make ScoreInfo.BeatmapInfo nullable 2023-07-04 14:50:34 +09:00
Utils Move out helper methods to static class 2023-07-23 18:24:20 +02:00
.editorconfig
BackgroundBeatmapProcessor.cs Fix beatmaps being queued for reprocessing every startup when logged out 2023-07-25 03:15:17 +09:00
FodyWeavers.xml More realm analytic disables 2023-07-20 17:51:33 +09:00
osu!.res
osu.Game.csproj Update framework 2023-08-15 14:33:21 +09:00
OsuGame.cs Allow the osu! logo to be proxied locally into scenes 2023-07-14 19:19:14 +09:00
OsuGameBase_Importing.cs Automated pass 2023-06-24 01:00:03 +09:00
OsuGameBase.cs Revert unintented change 2023-06-29 17:15:48 +09:00
PerformFromMenuRunner.cs Partial everything 2022-11-27 00:00:27 +09:00