osu/osu.Game
Bartłomiej Dach 691c08ebde
Update spectator server development endpoint URLs
With the way `dev.ppy.sh` was previously configured, the `osu-web`
`/multiplayer` routes and `osu-server-spectator` `/multiplayer` routes
would conflict with each other, with the `osu-server-spectator` route
taking precedence. This would mean that some `osu-web` pages would just
straight up not be available on dev.

To counteract this, the `osu-server-spectator` routes are now exposed
under `https://dev.ppy.sh/signalr/`. This PR updates the client-side
configuration to use these new routes.
2023-09-05 10:30:12 +02:00
..
Audio
Beatmaps Merge branch 'master' into formats-nrt 2023-08-21 08:17:34 +02:00
Collections Add pop-in/pop-out sfx to more overlays 2023-08-17 18:36:37 +09:00
Configuration Add leaderboard toggle as tracked setting to give better use visibility 2023-08-16 16:17:56 +09:00
Database Also update the reference to added flag in schema change breakdown 2023-08-21 17:44:35 +02:00
Extensions
Graphics Use existing localisation for "view profile" 2023-09-02 22:51:08 -04:00
Input Remove global action container input queue workaround 2023-08-21 17:54:08 +02:00
IO Rename GetPath to GetFullPath to better match expectations 2023-08-18 17:56:43 +09:00
IPC
Localisation Merge pull request #24366 from Joehuu/supporter-playlist-duration 2023-08-21 17:46:26 +09:00
Models
Online Update spectator server development endpoint URLs 2023-09-05 10:30:12 +02:00
Overlays Merge pull request #24698 from Wleter/skin-editor-closest-anchor 2023-09-04 10:29:05 +02:00
Performance
Properties
Replays
Rulesets Merge pull request #24678 from Nabile-Rahmani/bot-scores 2023-08-30 14:00:35 +09:00
Scoring Rename new flag and update xmldoc to match 2023-08-21 19:36:22 +09:00
Screens Fix formatting 2023-09-04 13:32:42 +07:00
Skinning Apply NRT to osu.Game.Betamaps.Formats namespace 2023-08-16 19:37:24 +09:00
Storyboards
Tests Remove global action container input queue workaround 2023-08-21 17:54:08 +02:00
Updater
Users Use existing localisation for "view profile" 2023-09-02 22:51:08 -04:00
Utils Enable sentry "global mode" as per recommendation 2023-08-24 03:23:18 +09:00
.editorconfig
BackgroundDataStoreProcessor.cs Rename new flag and update xmldoc to match 2023-08-21 19:36:22 +09:00
FodyWeavers.xml
osu!.res
osu.Game.csproj Update framework 2023-09-05 15:40:00 +09:00
OsuGame.cs
OsuGameBase_Importing.cs
OsuGameBase.cs Remove global action container input queue workaround 2023-08-21 17:54:08 +02:00
PerformFromMenuRunner.cs