Commit Graph

10010 Commits

Author SHA1 Message Date
432f698697 Merge branch 'master' into gameplay/key-counter-abstraction 2023-04-05 19:45:14 +02:00
8cc425774b Merge branch 'master' into fix-replay-fail-on-exit 2023-04-03 21:23:23 +02:00
b5d9284de2 Merge pull request #23108 from peppy/fix-overlay-toggles-during-disclaimer
Fix attempting to show overlay during game intro playing hide sound effects
2023-04-03 20:48:03 +02:00
9e0277b2fd useless using 2023-04-04 00:19:14 +09:00
735b48679e use LinkFlowContainer directly 2023-04-03 20:09:49 +09:00
6239789188 Fix missing using statements in multiple test scenes 2023-04-03 15:37:10 +09:00
b0c09df259 Merge branch 'master' into gameplay/key-counter-abstraction 2023-04-03 15:33:35 +09:00
43d7386623 Merge pull request #22926 from Joehuu/fix-sort-direction-not-resetting
Fix beatmap listing sort direction not resetting when changing criteria
2023-04-03 15:32:10 +09:00
a097433cb1 Fix overlay toggle keys working during disabled activation modes
Closes #23104.
2023-04-03 15:03:47 +09:00
2cf8636366 show guest diff author in BeatmapPicker 2023-04-02 22:25:58 +09:00
e66569b394 Update ruleset dependency tests in line with nullable changes 2023-04-02 21:04:44 +09:00
9b45591c2f Add failing test coverage of saving failed replay causing progression to results 2023-03-29 14:00:11 +09:00
f01247f1ab test 2023-03-28 21:41:00 +09:00
899860dd77 Merge branch 'master' into chat-report 2023-03-28 21:14:11 +09:00
d31b37e87e Merge branch 'master' into fix-ubo-not-bound 2023-03-26 16:14:11 +09:00
e1906a90eb Use image@2x from tournament banner api 2023-03-25 13:08:46 -07:00
26f2d9047d code style fix 2023-03-23 01:11:44 +09:00
8518d15b8d use endpoint 2023-03-23 01:00:38 +09:00
ad5bdf6511 Merge branch 'master' into fix-ubo-not-bound 2023-03-22 16:46:39 +09:00
db227b1798 Merge branch 'master' into chat-report 2023-03-22 16:26:28 +09:00
1478a26cc0 Addressed changes 2023-03-21 23:15:49 +01:00
df3ccdff9f Add failing beatmap listing sort direction on criteria change test 2023-03-21 15:08:37 -07:00
9ff9cd3b7f Merge branch 'master' into skin-editor-cyclic-selection 2023-03-21 19:49:55 +01:00
fb51221c2b Add test coverage of cyclic selection triggering when more than one item is selected 2023-03-21 21:31:10 +09:00
678e8ed736 Update UBO usages inline with framework changes 2023-03-16 14:06:35 +03:00
d025c441ca delay mod save after click save or not popover hidden 2023-03-16 19:48:45 +09:00
556964eae0 Merge branch 'master' into BitmapUpdatesOnScore 2023-03-16 12:16:42 +03:00
a81408ca06 Add failing test coverage showing that replay will fail on exiting gameplay 2023-03-16 17:12:46 +09:00
159c8833c7 Add test coverage of SkinnableSound not updating in time when not present 2023-03-16 15:41:05 +09:00
5378cdff20 Apply NRT to TestSceneSkinnableSound 2023-03-16 15:10:35 +09:00
5f9b13a775 Rename Add/AddRange methods as they are no longer conflicting with Container 2023-03-15 18:02:41 +09:00
8908648f97 Fix super-dodgy cast of IEnumerable to Drawable 2023-03-15 18:01:22 +09:00
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
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
3c4e2d8700 Add tests covering drag selection 2023-03-14 21:04:51 +09:00
6546f5968a Merge branch 'master' into skin-editor-cyclic-selection 2023-03-14 20:43:56 +09:00
b5ea855b6c Fix failing DrawableRulesetDependencies test 2023-03-14 20:37:50 +09:00
969c0e9c9d Merge branch 'master' into veldrid-renderer 2023-03-14 17:35:38 +09:00
4570c0030f Add test to check for import of exported skin with non-ASCII name 2023-03-13 23:37:45 +11:00
c35c81293a Add test coverage ensuring images specified as videos are used as background image instead 2023-03-13 18:24:16 +09:00
3aea058c98 Add test coverage ensuring images are not read as videos 2023-03-13 18:24:16 +09:00
12f240e11a Apply simple NRT changes to touched test scenes 2023-03-13 18:24:16 +09:00
8e8dda3ac0 Big simplifying 2023-03-11 23:29:36 +01:00
15f11bb1e8 scorll container and save mod after popover hidden
Requires manual handling of many visual effects
2023-03-11 12:31:33 +09:00
b51c41a804 Addressed changes 2023-03-09 20:14:58 +01:00
f4e2620402 fix test 2023-03-10 00:56:22 +09:00
d009cd8422 test 2023-03-09 22:49:45 +09:00
d806b85a30 revert: make counters an IEnumerable again
As suggested by bdach as this would make the last two commits useless

Refs: 5d15426
2023-03-09 10:25:03 +00:00
ab87f5e0c9 Merge branch 'master' into fix-exporting-a-skin-with-too-long-file-name 2023-03-08 22:37:09 +01:00
44297a7d0a refactor: make KCD a CompositeDrawable 2023-03-08 00:47:16 +00:00