Commit Graph

37598 Commits

Author SHA1 Message Date
500e9c7944 Refactor into a method rather than property 2023-02-02 14:53:58 +09:00
942e7729f3 Merge branch 'master' into carousel 2023-02-02 14:41:55 +09:00
5b3d7a8f26 Fix typo in missing-preview-point message 2023-02-02 14:34:59 +09:00
175b9fc5c9 Specify texelSize value in the Triangles background 2023-02-02 08:34:38 +03:00
c2cde8361a Fix message not reading well 2023-02-02 14:33:41 +09:00
3a861fd943 Remove multiple cases of excess braces 2023-02-02 14:28:21 +09:00
50659f3d52 Merge pull request #22428 from EVAST9919/triangles-new-masking
Implement Masking property for `TrianglesV2` background
2023-02-02 14:22:16 +09:00
229fb518dc Apply NRT to LegacyJudgementPieceOld 2023-02-02 14:19:00 +09:00
183d1c5bd6 Change version comparison to match other existing code as proposed in review 2023-02-02 14:18:49 +09:00
263a7e2766 Merge branch 'master' into misses-animation 2023-02-02 14:08:15 +09:00
8dc2e6872e Move skin editor to overlays namespace 2023-02-02 14:00:31 +09:00
10df64467a Merge pull request #22430 from peppy/skin-editor-nrt
Apply NRT to all skin editor classes
2023-02-02 13:57:57 +09:00
0fb6a63709 refactor: change namespacing to allow osu-localisation-analyzer to process all strings 2023-02-02 00:46:14 +00:00
89a30d87c7 Merge branch 'ppy:master' into locale/skin-editor-components 2023-02-02 00:02:14 +00:00
ddfa95e6ef refactor: fix typos 2023-02-02 00:01:48 +00:00
8645e705fd feat: add localisation for Skin editor components 2023-02-01 23:48:05 +00:00
292016d31e Merge pull request #22483 from peppy/test-output-gameplay-time
Output gameplay clock progress in `PlayerTestScene`s
2023-02-01 22:55:10 +01:00
a77baf8717 Output gameplay clock progress in PlayerTestScenes 2023-02-01 23:42:44 +09:00
d54db8de64 Merge branch 'master' into fix-clicking-metadata-relevance-sort 2023-02-01 19:39:13 +09:00
524aa9162d Store search parameters as tuple 2023-02-01 19:38:47 +09:00
76296eb35a Consistent with BeatmapsetVerifier 2023-02-01 11:52:14 +08:00
1a152452f1 Fix incorrect naming of badge header container 2023-01-31 15:16:29 -08:00
0366a8e348 Only call Reset() if lastCategory and lastHasQuery is null 2023-01-31 12:44:44 -08:00
7d1b5751fd Merge pull request #22467 from Cootz/issue#22345
Fix migration putting game files in root of disk if no other files exist
2023-01-31 18:41:34 +09:00
5d22f3d879 Improve inline comment 2023-01-31 17:17:21 +09:00
3d8b35184f Update framework 2023-01-31 16:24:06 +09:00
b18652b25f CreateSubDirectory removed. Fixes the empty root issue 2023-01-31 10:14:21 +03:00
54d5d4e7c6 Fix for the issue 2023-01-31 07:06:26 +03:00
b1cbe20cd8 Adjust markdown text flow to framework-side changes 2023-01-30 20:48:52 +01:00
c5e1f54185 Fix sample store creation mutating shared resource store 2023-01-30 20:48:52 +01:00
f5d579144b Remove free mods button 2023-01-30 12:57:24 +01:00
41f5e5143a Remove ``onclick` and `mousedown`` override 2023-01-30 12:56:39 +01:00
610d2f9dc7 Fix beatmap listing potentially not sorting by relevance when searching via metadata 2023-01-28 12:14:35 -08:00
d38316bf4f Merge pull request #22429 from peppy/fix-health-display-anchor-point
Fix default health bar having a very weird anchor point in the skin editor
2023-01-28 10:33:59 +01:00
98c9ba5b6f Merge branch 'master' into skin-editor-nrt 2023-01-27 19:35:43 +09:00
74ab036f3e Refactor SkinnableSound.Samples to be non-nullable 2023-01-27 19:32:30 +09:00
8a9a6c733c Apply missed cleanup to BackgroundDependencyLoader call
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2023-01-27 13:55:34 +09:00
9bdd43d1b2 Merge pull request #22406 from peppy/fix-storyboard-filename
Fix beatmaps with multiple `osb` files potentially reading the storyboard from the wrong one
2023-01-26 20:32:16 +01:00
091cc155d3 Fix nub naming in OsuCheckbox.cs and associated classes 2023-01-26 16:10:02 +01:00
1de0bed83d fix comment 2023-01-26 11:09:16 -03:00
a630f1113f Rename nub object in NormalSliderBar.cs class 2023-01-26 15:03:51 +01:00
8840694674 Adjust some padding details on ShearedSliderBar.cs as well as colouration tweaks. 2023-01-26 15:03:51 +01:00
2f90ffccfc Implement ShearedSliderBar.cs and corresponding TestSceneShearedSliderBar.cs 2023-01-26 15:03:22 +01:00
6dfb9630d6 Implement ShearedNub.cs as well as tweak the syntax in NormalNub.cs 2023-01-26 15:03:22 +01:00
b8ae689b31 Re-add Nub.cs and move logic from NormalNub.cs to it. 2023-01-26 15:03:22 +01:00
63efe79abc Enable NRT for NormalNub.cs 2023-01-26 15:03:22 +01:00
374c3b56f6 Rename Nub.cs to NormalNub.cs 2023-01-26 15:03:11 +01:00
758b4c8cfc Do the thing aka fix the if 2023-01-26 10:01:33 -03:00
7355397e83 Enable NRT on NormalSliderBar.cs 2023-01-26 12:58:58 +01:00
fc99165df7 Extract samples into base OsuSliderBar.cs from NormalSliderBar.cs 2023-01-26 12:36:05 +01:00