4bd43171e8
Merge branch 'master' into fix-skin-editor-padding-weirdness
2023-02-03 20:28:47 +01:00
b2a5cf9f2d
Merge branch 'master' into triangles-old-texel
2023-02-03 19:43:34 +01:00
59656a7286
Merge branch 'master' into skin-editor-dont-show-save-on-no-change
2023-02-03 19:08:33 +01:00
f9809c9481
the comment
2023-02-03 11:48:11 -03:00
e1af5e110a
Remove ``RoundedNub.cs
` and make
`Nub.cs
`` non abstract again
2023-02-03 12:19:09 +01:00
8c11e8e6f4
Extract ShearedNub.cs implementation into its own entirely independent implementation
2023-02-03 11:58:10 +01:00
461b5c5375
Fix comment cancel button not behaving the same as reply text toggle
...
- Removed the fading animation as it is awkward right now (needs resizing)
2023-02-03 02:04:19 -08:00
2cda277c09
Add a basic change handler to the skin editor
2023-02-03 18:57:50 +09:00
2f30306ea2
Expose a method to reload a SkinnableTargetContainer
from provided info
2023-02-03 18:53:09 +09:00
3345e34544
Move beatmap specific logic out of EditorChangeHandler
2023-02-03 17:53:54 +09:00
94d2799b90
Fix comments having too much padding at the bottom
2023-02-03 00:47:10 -08:00
5a76c1ab9c
Refactor HoverSampleDebounceComponent
to inherit Component
2023-02-03 00:29:25 -08:00
b437501b0f
Fix beatmap editor positional nudging not being undoable
2023-02-03 17:28:58 +09:00
554f14151c
Apply NRT to EditorChangeHandler
2023-02-03 17:13:24 +09:00
b19047b90b
Fix skin editor component list having uneven padding
2023-02-03 16:55:51 +09:00
f27bf3ca20
Fix click sounds potentially not working
2023-02-02 23:54:57 -08:00
77569058cb
Alternatively fix hover sounds playing out of clicking bounds
2023-02-02 23:45:54 -08:00
60ccf35125
Update resources
2023-02-03 16:44:53 +09:00
6135db6bd7
Revert moving hover sounds to content container
2023-02-02 23:43:08 -08:00
7b9239088b
Comment space addition
2023-02-03 16:40:16 +09:00
14524237ac
Add comment explaining texelSize value
2023-02-03 10:32:41 +03:00
4ec46c7476
Merge branch 'master' into footer_V2_implementation
2023-02-03 16:30:16 +09:00
48f7e0163c
Adjust comments and formatting of comments
2023-02-03 16:27:20 +09:00
4248453616
Use FinishTransforms
rather than manual duplication of background colour logic
2023-02-03 16:27:20 +09:00
a1200b8fe8
Adjust footer button colour handling to read better and take into account mouse down
2023-02-03 16:27:20 +09:00
92306b9123
Combine localisations for abstract skinnable components into a single file
...
Generally we don't want localisation files with only one to two
translations. It makes it harder for translators to handle in crowdin (a
lot of file changes for small results).
So for cases like this I believe we should be grouping translations
where it makes sense.
I've left individual components in their own files as I can see
potential for more settings to be added in the future. Plus it gives a
bit of extra context.
2023-02-03 16:02:18 +09:00
cf8cfe0d2c
Move skin component localisations to namespaces
2023-02-03 15:34:57 +09:00
50559643bb
Fix incorrectly applied enum localisation
2023-02-03 15:27:11 +09:00
32207dc9dd
Merge branch 'master' into locale/skin-editor-components
2023-02-03 15:24:00 +09:00
5ca5f04794
Add parameter hint for optional bool
value
2023-02-03 15:18:40 +09:00
9c954a93e3
Update Save
method xmldoc to make more sense
2023-02-03 15:18:01 +09:00
f7094567d7
Rename and document method to limit scope
2023-02-03 15:04:47 +09:00
1af898160c
Merge branch 'master' into delete-on-import-android
2023-02-02 21:40:52 +01:00
e937022b09
Merge branch 'master' into middle-click-replay-pause
2023-02-02 20:52:03 +01:00
4d46a8f32d
Merge branch 'master' into skin-editor-dont-show-save-on-no-change
2023-02-02 19:36:23 +01:00
f7fa9e3927
Remove outdated comment
2023-02-02 18:41:35 +01:00
80fd1a0bc7
Remove leftover comment regarding X axis offsets
2023-02-02 18:29:12 +01:00
779c58f9c1
Merge branch 'master' into skin-editor-ux-impovements
2023-02-02 18:16:18 +01:00
6c0aada86a
Merge pull request #22490 from peppy/skin-overlay-namespace
...
Move skin editor to overlays namespace
2023-02-02 18:14:16 +01:00
3f0ce75bf5
Rename NormalSliderBar.cs to RoundedSliderBar.cs
2023-02-02 17:24:45 +01:00
7c5a65bdb7
Rename NormalNub.cs to RoundedNub.cs
2023-02-02 17:23:09 +01:00
015f4f2b38
Avoid showing skin save message when changing scenes after making no changes
2023-02-02 18:42:37 +09:00
9b6d95b3d6
Adjust skin editor pop in/out to be more snappy
2023-02-02 18:33:45 +09:00
26efb8e842
Replace white box legacy placeholder with something that visually fits
2023-02-02 18:33:31 +09:00
843d9914c4
quality: remove new line
2023-02-02 08:18:56 +00:00
659b78058f
Move replay specific key bindings to their own section
2023-02-02 15:25:52 +09:00
edecd2ee25
Merge branch 'master' into middle-click-replay-pause
2023-02-02 15:25:51 +09:00
b792dc3af0
Merge pull request #22281 from cdwcgt/editor-check-previewtime
...
Add preview time setting check
2023-02-02 15:10:06 +09:00
48ef25cbe5
Merge pull request #22421 from EXtremeExploit/misses-animation
...
Add movement to legacy misses in osu ruleset
2023-02-02 15:00:57 +09:00
91fbf388da
Use localisation strings from ButtonSystem
for better consistency
2023-02-02 15:00:24 +09:00