osu/osu.Game
Bartłomiej Dach d1d32fc16c
Fix editor displaying combo colours in effectively incorrect order
Addresses https://github.com/ppy/osu/discussions/27316.

Stable lies about the first combo colour being first; in the `.osu`
file it is actually second. It does a thing in editor itself to correct
for this.

    https://github.com/peppy/osu-stable-reference/blob/master/osu!/GameModes/Edit/Forms/SongSetup.cs#L233-L234
2024-02-23 14:49:46 +01:00
..
Audio Ensure audio filters can't be attached before load (or post-disposal) 2024-02-19 00:25:01 +08:00
Beatmaps Swap AR and OD on tooltips 2024-02-22 12:11:49 +01:00
Collections Use new LINQ Order() instead of OrderBy() when possible 2024-02-08 18:01:00 +01:00
Configuration Use more correct implementation 2024-02-22 09:44:59 +01:00
Database Make CreateJudgement public again and add remarks 2024-02-16 20:24:02 +03:00
Extensions
Graphics Merge branch 'indented-code-block' into update-framework 2024-02-21 21:44:25 +08:00
Input Add bindings for stepping backward/forward 2024-01-18 20:38:25 +09:00
IO Fix compile error (reserved name) 2024-02-02 21:28:51 +09:00
IPC
Localisation Merge pull request #27258 from Loreos7/storage-error-localisation 2024-02-20 13:37:10 +08:00
Models
Online Merge pull request #27107 from Joehuu/rank-highest-tooltip 2024-02-22 09:08:22 +01:00
Overlays Merge branch 'master' into fix-skin-editor-init-fail 2024-02-22 14:08:38 +01:00
Performance
Properties
Replays
Rulesets Reduce allocations in ComposerDistanceSnapProvider 2024-02-19 20:49:56 +03:00
Scoring Remove placeholder classes and inline everything 2024-02-12 21:30:10 +03:00
Screens Fix editor displaying combo colours in effectively incorrect order 2024-02-23 14:49:46 +01:00
Skinning Use more explicit match 2024-02-06 14:53:01 +01:00
Storyboards Fix storyboard animations stripping path directory on skin lookup 2024-01-17 18:39:48 +03:00
Tests Merge pull request #27180 from bdach/better-submission-failure-messaging 2024-02-19 21:38:23 +08:00
Updater Merge pull request #26930 from Susko3/suggest-update-only-if-available 2024-02-10 22:08:56 +08:00
Users Revert "Centralise global rank display logic to new class" 2024-02-19 12:11:12 -08:00
Utils Merge branch 'master' into fix-bpm-differences 2024-02-22 10:41:22 +01:00
.editorconfig
FodyWeavers.xml
osu!.res
osu.Game.csproj Update framework 2024-02-21 21:39:33 +08:00
OsuGame.cs Merge branch 'master' into score-statistics-updates-working-2 2024-02-15 02:55:12 +08:00
OsuGameBase_Importing.cs
OsuGameBase.cs Move SoloStatisticsWatcher to OsuGame 2024-02-13 14:28:24 +01:00
PerformFromMenuRunner.cs