Commit Graph

3525 Commits

Author SHA1 Message Date
07e14b1267 Disable unnecessary inspection 2020-12-01 01:37:53 +09:00
b401259f84 Add test coverage 2020-12-01 01:19:39 +09:00
b56e832e83 Merge pull request #10950 from ekrctb/pool-scrolling
Support hit object pooling in ScrollingPlayfield
2020-11-30 18:29:34 +09:00
b0637cebd1 Merge branch 'master' into song-select-track-selected-better-2 2020-11-30 17:26:15 +09:00
31cfaefdeb Move private functions in line with others 2020-11-30 15:39:43 +09:00
809caaa44c Use standard switch syntax (preferred for now) 2020-11-30 15:39:08 +09:00
0c36a3c263 Merge branch 'master' into pool-scrolling 2020-11-30 14:04:54 +09:00
9bf70e4e97 Add slider test step for visual inspection purposes 2020-11-28 20:32:08 +01:00
8e0f525588 Rewrite existing test scene somewhat 2020-11-28 20:29:35 +01:00
8f5129323d Merge branch 'master' into pool-scrolling 2020-11-27 13:12:05 +09:00
018957c244 Merge branch 'master' into song-select-track-selected-better-2 2020-11-27 12:54:40 +09:00
57454bbb1c Remove hitObject argument from OnApply and OnFree 2020-11-27 10:13:05 +09:00
f8db7a9902 Remove ScrollableContent container from carousel
This was causing multiple issues with masking and sizing and really
didn't need to exist in the first place. Also not sure why the pool was
nested inside the scroll container, but it isn't any more. Probably for
the best.
2020-11-26 18:28:54 +09:00
aad6cf4ad3 Merge branch 'master' into editor-multiple-object-positional-snap 2020-11-26 17:06:47 +09:00
eae33fe74a Fix format 2020-11-26 14:16:33 +09:00
0817dae86c Add failing test to check non-pooled lifetime 2020-11-26 12:35:49 +09:00
ec92545d7a fix indent 2020-11-24 18:56:05 +09:00
cabc8aa63b Revert "Simplify ScrollingHitObjectContainer logic"
This reverts commit b4cc39149c117e6a0e95ee917a67cec8ba723d06.
2020-11-24 18:56:05 +09:00
8f39b54e58 Simplify ScrollingHitObjectContainer logic 2020-11-24 18:56:05 +09:00
df3844cdbb Add failing tests for pooling scrolling playfield 2020-11-24 18:56:05 +09:00
c9a41f9dae Make all objects in selection candidates for spatial snapping
Closes #10898.
2020-11-24 17:35:54 +09:00
5701b32bae Handle constant graphs better 2020-11-23 22:12:32 +01:00
20f1775ddb Rename test scene to match tested class 2020-11-23 21:09:25 +01:00
087ea9c9a5 Fix typo in test name 2020-11-23 20:51:38 +01:00
3c0ee7de9b Add proper tests 2020-11-23 09:51:50 +03:00
42741895e6 Merge remote-tracking branch 'refs/remotes/ppy/master' into profile-overlay-graph-new 2020-11-23 08:41:57 +03:00
b62a873502 Merge branch 'master' into remove-default-retry-balue 2020-11-22 10:54:40 +01:00
9d7ddf8343 Merge master with conflicts resolved 2020-11-22 02:13:35 +03:00
875f986979 Remove default from base ResultsScreen too 2020-11-21 14:38:38 +01:00
99a95790c3 Resolve test failure 2020-11-21 14:36:59 +01:00
c4cb1440ab Rename PaginatedContainerHeader to ProfileSubsectionHeader 2020-11-21 02:59:01 +03:00
2db42f8e67 Remove default allowRetry parameter value from ResultsScreen 2020-11-20 14:35:44 +09:00
dd5b90cf6c Add test coverage of animation restarting 2020-11-19 18:08:54 +09:00
fe025043bd Make test run multiple times 2020-11-19 17:16:29 +09:00
9df93e1f18 Add basic implementation of particle explosion
Using drawables still, just to get things in place and setup the
structure
2020-11-19 14:54:33 +09:00
f5e12b9d7c Adjust TestScenePlayerLoader for safety 2020-11-16 23:53:54 +09:00
baed1573dc Merge pull request #10838 from nbvdkamp/fix-quick-delete-crash 2020-11-16 14:42:52 +09:00
3dbd7d5654 Merge pull request #10856 from bdach/reset-transforms-on-return-to-pool
Clear DrawableHitObject transforms on return to pool
2020-11-16 14:40:38 +09:00
7169dc9173 Add extra step checking slider deletion on second click 2020-11-16 14:06:37 +09:00
7b79b9b9c1 Merge branch 'master' into fix-quick-delete-crash 2020-11-16 13:54:54 +09:00
337311c323 Remove redundant type specification 2020-11-15 20:52:58 +01:00
1f0945d4de Simplify accesses via ChildrenOfType() 2020-11-15 20:52:33 +01:00
4e77800b98 Rename & simplify property 2020-11-15 20:51:35 +01:00
42de4437cc Add failing test case 2020-11-15 19:43:42 +01:00
c77ec3e905 Fix slider control point quickdelete test 2020-11-15 17:42:52 +01:00
6b38bb9d76 Add test coverage for new ownerless behaviour 2020-11-15 16:38:25 +01:00
83727a2e85 Add quick-delete tests 2020-11-15 16:06:29 +01:00
fe9d17fc56 Fix CodeFactor issues 2020-11-14 20:31:03 +03:00
c2a7f2f356 Merge remote-tracking branch 'refs/remotes/ppy/master' into profile-overlay-graph-new 2020-11-14 18:21:12 +03:00
ae4a2e74fa Implement ProfileSubsection 2020-11-14 18:21:10 +03:00