Dean Herbert
|
31cfaefdeb
|
Move private functions in line with others
|
2020-11-30 15:39:43 +09:00 |
|
Dean Herbert
|
809caaa44c
|
Use standard switch syntax (preferred for now)
|
2020-11-30 15:39:08 +09:00 |
|
Dan Balasescu
|
0c36a3c263
|
Merge branch 'master' into pool-scrolling
|
2020-11-30 14:04:54 +09:00 |
|
Dan Balasescu
|
5a276f8577
|
Merge branch 'master' into fix-editor-reapply-same-state-change
|
2020-11-30 13:34:03 +09:00 |
|
Dan Balasescu
|
6bea78619a
|
Update comment
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2020-11-30 13:33:29 +09:00 |
|
Bartłomiej Dach
|
9bf70e4e97
|
Add slider test step for visual inspection purposes
|
2020-11-28 20:32:08 +01:00 |
|
Bartłomiej Dach
|
8e0f525588
|
Rewrite existing test scene somewhat
|
2020-11-28 20:29:35 +01:00 |
|
Dean Herbert
|
a9c59eed02
|
Add test coverage of fail scenario
|
2020-11-27 16:56:26 +09:00 |
|
ekrctb
|
8f5129323d
|
Merge branch 'master' into pool-scrolling
|
2020-11-27 13:12:05 +09:00 |
|
ekrctb
|
57454bbb1c
|
Remove hitObject argument from OnApply and OnFree
|
2020-11-27 10:13:05 +09:00 |
|
Dan Balasescu
|
aad6cf4ad3
|
Merge branch 'master' into editor-multiple-object-positional-snap
|
2020-11-26 17:06:47 +09:00 |
|
ekrctb
|
eae33fe74a
|
Fix format
|
2020-11-26 14:16:33 +09:00 |
|
ekrctb
|
0817dae86c
|
Add failing test to check non-pooled lifetime
|
2020-11-26 12:35:49 +09:00 |
|
ekrctb
|
ec92545d7a
|
fix indent
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
cabc8aa63b
|
Revert "Simplify ScrollingHitObjectContainer logic"
This reverts commit b4cc39149c117e6a0e95ee917a67cec8ba723d06.
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
8f39b54e58
|
Simplify ScrollingHitObjectContainer logic
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
df3844cdbb
|
Add failing tests for pooling scrolling playfield
|
2020-11-24 18:56:05 +09:00 |
|
Dean Herbert
|
c9a41f9dae
|
Make all objects in selection candidates for spatial snapping
Closes #10898.
|
2020-11-24 17:35:54 +09:00 |
|
Bartłomiej Dach
|
5701b32bae
|
Handle constant graphs better
|
2020-11-23 22:12:32 +01:00 |
|
Bartłomiej Dach
|
20f1775ddb
|
Rename test scene to match tested class
|
2020-11-23 21:09:25 +01:00 |
|
Bartłomiej Dach
|
087ea9c9a5
|
Fix typo in test name
|
2020-11-23 20:51:38 +01:00 |
|
Andrei Zavatski
|
3c0ee7de9b
|
Add proper tests
|
2020-11-23 09:51:50 +03:00 |
|
Andrei Zavatski
|
42741895e6
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into profile-overlay-graph-new
|
2020-11-23 08:41:57 +03:00 |
|
Dean Herbert
|
5662e722ed
|
Merge pull request #10936 from bdach/fix-follow-points-getting-stuck
Fix legacy follow point animations not playing after a while
|
2020-11-23 14:14:00 +09:00 |
|
Bartłomiej Dach
|
1c31a4a6b6
|
Expose animation start time as mutable in interface
|
2020-11-22 13:11:22 +01:00 |
|
Bartłomiej Dach
|
b62a873502
|
Merge branch 'master' into remove-default-retry-balue
|
2020-11-22 10:54:40 +01:00 |
|
Andrei Zavatski
|
9d7ddf8343
|
Merge master with conflicts resolved
|
2020-11-22 02:13:35 +03:00 |
|
Bartłomiej Dach
|
240c1b0aef
|
Add support for changing animation start time after load
|
2020-11-21 20:06:30 +01:00 |
|
Bartłomiej Dach
|
81d0b42930
|
Add failing test case
|
2020-11-21 19:51:27 +01:00 |
|
Bartłomiej Dach
|
875f986979
|
Remove default from base ResultsScreen too
|
2020-11-21 14:38:38 +01:00 |
|
Bartłomiej Dach
|
99a95790c3
|
Resolve test failure
|
2020-11-21 14:36:59 +01:00 |
|
Andrei Zavatski
|
c4cb1440ab
|
Rename PaginatedContainerHeader to ProfileSubsectionHeader
|
2020-11-21 02:59:01 +03:00 |
|
Dean Herbert
|
2db42f8e67
|
Remove default allowRetry parameter value from ResultsScreen
|
2020-11-20 14:35:44 +09:00 |
|
Dean Herbert
|
dd5b90cf6c
|
Add test coverage of animation restarting
|
2020-11-19 18:08:54 +09:00 |
|
Dean Herbert
|
fe025043bd
|
Make test run multiple times
|
2020-11-19 17:16:29 +09:00 |
|
Dean Herbert
|
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 |
|
smoogipoo
|
f5e12b9d7c
|
Adjust TestScenePlayerLoader for safety
|
2020-11-16 23:53:54 +09:00 |
|
Dean Herbert
|
baed1573dc
|
Merge pull request #10838 from nbvdkamp/fix-quick-delete-crash
|
2020-11-16 14:42:52 +09:00 |
|
Dan Balasescu
|
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 |
|
Dean Herbert
|
7169dc9173
|
Add extra step checking slider deletion on second click
|
2020-11-16 14:06:37 +09:00 |
|
Dean Herbert
|
7b79b9b9c1
|
Merge branch 'master' into fix-quick-delete-crash
|
2020-11-16 13:54:54 +09:00 |
|
Bartłomiej Dach
|
337311c323
|
Remove redundant type specification
|
2020-11-15 20:52:58 +01:00 |
|
Bartłomiej Dach
|
1f0945d4de
|
Simplify accesses via ChildrenOfType()
|
2020-11-15 20:52:33 +01:00 |
|
Bartłomiej Dach
|
4e77800b98
|
Rename & simplify property
|
2020-11-15 20:51:35 +01:00 |
|
Bartłomiej Dach
|
42de4437cc
|
Add failing test case
|
2020-11-15 19:43:42 +01:00 |
|
kamp
|
c77ec3e905
|
Fix slider control point quickdelete test
|
2020-11-15 17:42:52 +01:00 |
|
Bartłomiej Dach
|
6b38bb9d76
|
Add test coverage for new ownerless behaviour
|
2020-11-15 16:38:25 +01:00 |
|
kamp
|
83727a2e85
|
Add quick-delete tests
|
2020-11-15 16:06:29 +01:00 |
|
Andrei Zavatski
|
fe9d17fc56
|
Fix CodeFactor issues
|
2020-11-14 20:31:03 +03:00 |
|
Andrei Zavatski
|
c2a7f2f356
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into profile-overlay-graph-new
|
2020-11-14 18:21:12 +03:00 |
|