ekrctb
|
cafe8cf7fa
|
Refactor border of fruits to classes
|
2020-11-26 15:24:32 +09:00 |
|
ekrctb
|
8a73b335f3
|
Move catch piece files
|
2020-11-26 15:24:32 +09:00 |
|
ekrctb
|
5889b74eba
|
Merge pull request #10956 from ekrctb/palpable-catch-hit-object
Move some members from `CatchHitObject` to `PalpableCatchHitObject` to make it more specific
|
2020-11-26 15:18:05 +09:00 |
|
ekrctb
|
047a02b863
|
Merge branch 'master' into palpable-catch-hit-object
|
2020-11-26 14:35:27 +09:00 |
|
ekrctb
|
eae33fe74a
|
Fix format
|
2020-11-26 14:16:33 +09:00 |
|
ekrctb
|
e43f928588
|
Use DHO.HitObjectApplied to invalidate computation
|
2020-11-26 14:07:40 +09:00 |
|
ekrctb
|
f6faf95e33
|
Revert changes to HitObjectUsageBegan, not use it.
|
2020-11-26 14:01:46 +09:00 |
|
Dan Balasescu
|
19367ae22c
|
Merge pull request #10966 from ekrctb/catch-relax-test
Workaround TestSceneCatchModRelax flaky failure
|
2020-11-26 13:53:56 +09:00 |
|
ekrctb
|
1a6e5bdaba
|
Merge branch 'master' into pool-scrolling
|
2020-11-26 13:52:52 +09:00 |
|
ekrctb
|
9131546876
|
Workaround TestSceneCatchModRelax failure
|
2020-11-26 13:04:19 +09:00 |
|
ekrctb
|
0817dae86c
|
Add failing test to check non-pooled lifetime
|
2020-11-26 12:35:49 +09:00 |
|
ekrctb
|
c99d34d140
|
Merge branch 'master' into palpable-catch-hit-object
|
2020-11-26 12:24:57 +09:00 |
|
smoogipoo
|
c744db1b57
|
Rewind pooled DHOs into better states
|
2020-11-26 00:42:25 +09:00 |
|
Dean Herbert
|
740b9fb3a0
|
Update test to cover non-ordered selection
|
2020-11-25 17:33:21 +09:00 |
|
Dean Herbert
|
0ddeff648d
|
Fix incorrect index lookup on non-ordered selections
|
2020-11-25 17:25:54 +09:00 |
|
Dean Herbert
|
d4c6d6275e
|
Fix volume not being adjustable in the editor using alt-scroll
We do this in other places so I think it's fine to handle like this for
now (until we come up with a better global solution).
Closes #10958.
|
2020-11-25 16:46:22 +09:00 |
|
ekrctb
|
323533d945
|
Add hiding Palpable HitObject property
|
2020-11-25 08:07:59 +09:00 |
|
ekrctb
|
6e55eb2090
|
Fix and add comments
|
2020-11-25 08:00:11 +09:00 |
|
ekrctb
|
3c3229ac4b
|
Remove redundant StaysOnPlate
|
2020-11-25 07:59:45 +09:00 |
|
ekrctb
|
ab7251d742
|
Move members to PalpableCatchHitObject
|
2020-11-24 19:57:37 +09:00 |
|
Dan Balasescu
|
dcfd9517b7
|
Merge pull request #10924 from ekrctb/on-drawable-hitobject-added
Add method of initialising a `DrawableHitObject` from `Playfield` regardless of pooling
|
2020-11-24 19:50:32 +09:00 |
|
ekrctb
|
4f7aa7e541
|
Move Palpable* to separate files
|
2020-11-24 19:48:13 +09:00 |
|
ekrctb
|
916a313f19
|
Rename PalpableDrawable -> DrawablePalpable
|
2020-11-24 19:48:13 +09:00 |
|
ekrctb
|
b8a5cd94f7
|
Invoke HitObjectUsageFinished before removal
|
2020-11-24 19:46:57 +09:00 |
|
Dan Balasescu
|
4311526c0a
|
Merge branch 'master' into on-drawable-hitobject-added
|
2020-11-24 19:23:54 +09:00 |
|
Dan Balasescu
|
7bf4ff7557
|
Merge pull request #10953 from ekrctb/remove-tobject-catch
Remove type parameter from DrawableCatchHitObject
|
2020-11-24 19:23:42 +09:00 |
|
ekrctb
|
e34a205104
|
Rewrite hit object management, take three
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
7f6e4d5b21
|
Delay lifetime computation until loaded
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
d5f082e5fb
|
Comment about lifetime assumption
|
2020-11-24 18:56:05 +09:00 |
|
ekrctb
|
ce57e8ddfb
|
Separate Lifetime computation and layout update
|
2020-11-24 18:56:05 +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
|
5c743adbae
|
Support hit object pooling scrolling playfield
|
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
|
d5a4d46c6d
|
Merge pull request #10842 from EVAST9919/profile-overlay-graph-new
Implement history charts for Profile Overlay
|
2020-11-24 18:05:17 +09:00 |
|
Dean Herbert
|
4eef6c0d40
|
Add test coverage
|
2020-11-24 17:59:18 +09:00 |
|
Dean Herbert
|
09f2a85d71
|
Fix potential test failure due to precision check missing
|
2020-11-24 17:40:00 +09:00 |
|
Dean Herbert
|
c9a41f9dae
|
Make all objects in selection candidates for spatial snapping
Closes #10898.
|
2020-11-24 17:35:54 +09:00 |
|
ekrctb
|
b9c1f782fa
|
Remove type parameter from DrawableCatchHitObject
|
2020-11-24 17:03:26 +09:00 |
|
Dan Balasescu
|
5d65665b42
|
Merge pull request #10943 from peppy/editor-setup-scroll-to-file-selector
Scroll editor setup screen to file selector on display
|
2020-11-24 16:26:25 +09:00 |
|
Dan Balasescu
|
87ce8a53ff
|
Merge branch 'master' into on-drawable-hitobject-added
|
2020-11-24 16:09:57 +09:00 |
|
Dean Herbert
|
bd1dad5477
|
Remove null allowance for now
|
2020-11-24 15:54:27 +09:00 |
|
Dean Herbert
|
1d82557d9f
|
Avoid blocking global actions when skip overlay is not actually active
|
2020-11-24 15:42:14 +09:00 |
|
Dean Herbert
|
72b8eef36e
|
Add ability to pause/resume replay playback
|
2020-11-24 15:41:56 +09:00 |
|
Dan Balasescu
|
57ff150051
|
Merge pull request #10829 from Joehuu/music-osd-bindings
Add music bindings to on screen display
|
2020-11-24 14:36:34 +09:00 |
|
Joehu
|
1fd4b04767
|
Just set music shortcut text locally
|
2020-11-23 20:43:46 -08:00 |
|
Dean Herbert
|
e36b1051c1
|
Add spacing between inline comments
|
2020-11-24 13:15:59 +09:00 |
|
Dean Herbert
|
82640418ba
|
Invert hide logic for readability
|
2020-11-24 13:12:04 +09:00 |
|
Dean Herbert
|
44ca67c534
|
Simplify fill logic and add xmldoc
|
2020-11-24 13:10:11 +09:00 |
|