Dean Herbert
|
bec28cc7f1
|
Merge pull request #22883 from smoogipoo/fix-logo-animation
Use custom vertex shader for logo animation
|
2023-03-20 16:36:43 +09:00 |
|
Dean Herbert
|
c056d5a6fb
|
Reduce distance requirement for lock-in behaviour
|
2023-03-20 15:36:58 +09:00 |
|
Dean Herbert
|
13a32b5246
|
Move lock-in variable to const and document better
|
2023-03-20 15:36:27 +09:00 |
|
Dean Herbert
|
8557589a35
|
Update resources
|
2023-03-20 15:28:13 +09:00 |
|
Dean Herbert
|
09899819c9
|
Merge pull request #22914 from Susko3/remove-arbitrary-extension-limitation
Remove arbitrary extension limitation from drag and drop imports
|
2023-03-20 14:55:03 +09:00 |
|
Dean Herbert
|
11f52d5bf4
|
Remove unused using statement
|
2023-03-20 14:01:35 +09:00 |
|
Dean Herbert
|
65e1d98ea1
|
Merge pull request #22913 from Susko3/macos-fix-osu-urls
Fix `osu://` URL handling on macOS
|
2023-03-20 13:40:13 +09:00 |
|
Susko3
|
b254dbd7ca
|
Remove arbitrary extension limitation from drag and drop imports
`OsuGameBase` already properly handles multiple extensions in the same import.
|
2023-03-19 17:37:49 +01:00 |
|
Susko3
|
48b6e214af
|
Fix URL handling on macOS
|
2023-03-19 17:14:25 +01:00 |
|
Dean Herbert
|
5931e914ed
|
Merge pull request #22906 from Joehuu/update-kudosu-section
Update profile kudosu section in line with web
|
2023-03-19 17:11:49 +09:00 |
|
Joseph Madamba
|
970df5d88a
|
Update profile kudosu section in line with web
|
2023-03-18 19:49:30 -07:00 |
|
Dan Balasescu
|
c08513d590
|
Actually use custom vertex action
|
2023-03-17 20:47:11 +09:00 |
|
Dan Balasescu
|
bcd24873d6
|
Use custom vertex type
|
2023-03-17 20:37:05 +09:00 |
|
Dean Herbert
|
8bdb89d05d
|
Update resources
|
2023-03-17 19:12:43 +09:00 |
|
Dan Balasescu
|
1c3b60b9e6
|
Use custom vertex shader for logo animation
|
2023-03-16 23:56:41 +09:00 |
|
Dean Herbert
|
7d5a74b281
|
Merge pull request #22539 from Cootz/BitmapUpdatesOnScore
Fix local scores set against a different version of a beatmap still showing in leaderboards
|
2023-03-16 20:28:45 +09:00 |
|
Salman Ahmed
|
678e8ed736
|
Update UBO usages inline with framework changes
|
2023-03-16 14:06:35 +03:00 |
|
Cootz
|
54f864463c
|
Merge branch 'master' into BitmapUpdatesOnScore
|
2023-03-16 13:54:47 +03:00 |
|
Dean Herbert
|
cb9b14b30f
|
Revert "Merge pull request #22741 from cdwcgt/do-not-fetch-deletePending"
This reverts commit 15c44a2817 , reversing
changes made to de2ab05e78 .
|
2023-03-16 19:48:36 +09:00 |
|
Cootz
|
556964eae0
|
Merge branch 'master' into BitmapUpdatesOnScore
|
2023-03-16 12:16:42 +03:00 |
|
Dean Herbert
|
3b62f87b64
|
Ensure Player does not fail a score on exit if a replay is currently loaded
|
2023-03-16 17:14:20 +09:00 |
|
Dean Herbert
|
a81408ca06
|
Add failing test coverage showing that replay will fail on exiting gameplay
|
2023-03-16 17:12:46 +09:00 |
|
Dean Herbert
|
15c44a2817
|
Merge pull request #22741 from cdwcgt/do-not-fetch-deletePending
Don't fetch `beatmapset` that already `PendingDelete` when import score
|
2023-03-16 16:37:18 +09:00 |
|
Dean Herbert
|
cd102da3af
|
Move matches string inside text box
|
2023-03-16 16:34:31 +09:00 |
|
Dean Herbert
|
8e6a4559e3
|
Add xmldoc for new method and reorder methods in SkinReloadableDrawable
|
2023-03-16 15:58:42 +09:00 |
|
Dean Herbert
|
159c8833c7
|
Add test coverage of SkinnableSound not updating in time when not present
|
2023-03-16 15:41:05 +09:00 |
|
Dean Herbert
|
297e7d6542
|
Fix Flush call being run too late in PoolableSkinnableSample
|
2023-03-16 15:33:30 +09:00 |
|
Dean Herbert
|
5378cdff20
|
Apply NRT to TestSceneSkinnableSound
|
2023-03-16 15:10:35 +09:00 |
|
Dean Herbert
|
89b42ddd98
|
Don't localise beatmap count string for now
|
2023-03-16 15:02:38 +09:00 |
|
Terochi
|
edc6314634
|
Drank some coffee and figured out the fix
|
2023-03-15 10:49:59 +01:00 |
|
Dean Herbert
|
5f9b13a775
|
Rename Add /AddRange methods as they are no longer conflicting with Container
|
2023-03-15 18:02:41 +09:00 |
|
Dean Herbert
|
9e444af380
|
Use object initialisers and fix order of initialisation vs add
|
2023-03-15 18:02:26 +09:00 |
|
Dean Herbert
|
8908648f97
|
Fix super-dodgy cast of IEnumerable to Drawable
|
2023-03-15 18:01:22 +09:00 |
|
Dean Herbert
|
d87f0557ce
|
Update colours for 3k to not use double-purples
|
2023-03-15 17:18:45 +09:00 |
|
Terochi
|
b0f1a69523
|
Update the pauseLoop sample instantly on skin change
|
2023-03-15 09:05:34 +01:00 |
|
Terochi
|
a9c349fa6d
|
Cache any skin changes in SkinReloadableDrawable to ScheduledDelegate
|
2023-03-15 09:03:29 +01:00 |
|
Dean Herbert
|
de2ab05e78
|
Merge pull request #22765 from Joehuu/fix-overlay-sidebar-scroll
Fix overlay sidebars not scrolling to end due to parent scroll view
|
2023-03-15 16:52:59 +09:00 |
|
Dean Herbert
|
42359a9754
|
Fix previous touch action not being released when it's not a direct touch
|
2023-03-15 16:43:20 +09:00 |
|
Dean Herbert
|
6c4f596a9a
|
Make osu! touch input aware of the distance travelled of a non-direct touch
|
2023-03-15 16:43:20 +09:00 |
|
Dean Herbert
|
0a19b1e9cf
|
Merge pull request #22860 from rozukke/fix-skin-ini-import
Fix import of skins with non-ASCII names that have been previously exported by lazer
|
2023-03-15 15:36:51 +09:00 |
|
Dean Herbert
|
f8e773ab8e
|
Merge branch 'master' into fix-overlay-sidebar-scroll
|
2023-03-15 15:30:50 +09:00 |
|
Dean Herbert
|
1cf870d956
|
Add test coverage and fix fail case where a drag selection ends incorrectly with cyclic selection
|
2023-03-15 15:16:48 +09:00 |
|
Terochi
|
390ad335d0
|
Reloading samples before playing then when skin change occurs
|
2023-03-14 21:35:52 +01:00 |
|
Terochi
|
1d5e596615
|
Update FailAnimation to use SkinnableSound
|
2023-03-14 20:44:30 +01:00 |
|
Dean Herbert
|
f91af8fa64
|
Merge pull request #22750 from smoogipoo/veldrid-renderer
Update graphic code in line with framework renderer changes
|
2023-03-15 00:29:54 +09:00 |
|
Dean Herbert
|
3c4e2d8700
|
Add tests covering drag selection
|
2023-03-14 21:04:51 +09:00 |
|
Dean Herbert
|
6546f5968a
|
Merge branch 'master' into skin-editor-cyclic-selection
|
2023-03-14 20:43:56 +09:00 |
|
Dean Herbert
|
b46fc14e56
|
Merge pull request #22848 from Rovearix/Fix-Dragging-Preventing-Beatmap-Loading
Prevent LoadingLayer from blocking loading
|
2023-03-14 20:42:10 +09:00 |
|
Dean Herbert
|
b5ea855b6c
|
Fix failing DrawableRulesetDependencies test
|
2023-03-14 20:37:50 +09:00 |
|
Dean Herbert
|
d65d09e45f
|
Change field to const
|
2023-03-14 20:24:39 +09:00 |
|