ekrctb
|
70628235e3
|
Use hit object pooling for BananaShower .
|
2020-11-30 19:22:40 +09:00 |
|
ekrctb
|
9611aaf09e
|
Use hit object pooling for JuiceStream .
- Use `Clear(false)` to not dispose pooled children.
- Don't set nested DHO `Origin`.
- Simplify the layout (remove custom `Origin`).
|
2020-11-30 19:19:14 +09:00 |
|
ekrctb
|
b76ae525b2
|
Use hit object pooling for Fruit and Banana .
|
2020-11-30 19:07:50 +09:00 |
|
ekrctb
|
94fd607a7c
|
Use hit object pooling for Droplet and TinyDroplet .
|
2020-11-30 19:04:09 +09:00 |
|
ekrctb
|
05aaa377e7
|
Don't use CreateDrawableRepresentation in CatcherArea
|
2020-11-30 19:02:49 +09:00 |
|
Dan Balasescu
|
b56e832e83
|
Merge pull request #10950 from ekrctb/pool-scrolling
Support hit object pooling in ScrollingPlayfield
|
2020-11-30 18:29:34 +09:00 |
|
Dan Balasescu
|
3ddba8e5b3
|
Merge pull request #10973 from peppy/song-select-track-selected-better-2
Improve scroll tracking of selected item
|
2020-11-30 17:59:42 +09:00 |
|
smoogipoo
|
7ac2fba127
|
More reordering of public vs private methods
|
2020-11-30 17:44:58 +09:00 |
|
Dan Balasescu
|
b0637cebd1
|
Merge branch 'master' into song-select-track-selected-better-2
|
2020-11-30 17:26:15 +09:00 |
|
Dan Balasescu
|
52cb30dff2
|
Merge pull request #10999 from bdach/user-interface-settings-section
Create "User Interface" settings section
|
2020-11-30 17:25:04 +09:00 |
|
Dan Balasescu
|
8b5733c9aa
|
Merge pull request #10979 from ekrctb/fruit-bindables
Add bindables for osu!catch hit object states
|
2020-11-30 17:24:56 +09:00 |
|
Dan Balasescu
|
11d1450c76
|
Merge branch 'master' into fruit-bindables
|
2020-11-30 16:48:22 +09:00 |
|
Dan Balasescu
|
d9edd4e7de
|
Merge pull request #10951 from peppy/fix-drawable-judgement-animation-loss
Fix DrawableJudgement not always animating correctly on skin change
|
2020-11-30 16:36:09 +09:00 |
|
Dan Balasescu
|
27471e5219
|
Merge pull request #11006 from peppy/fix-catch-combo-counter
Fix osu!catch combo counter not showing after 1 combo
|
2020-11-30 16:31:47 +09:00 |
|
Dean Herbert
|
4e1e45f3e7
|
Move hold-to-confirm back to UI section
|
2020-11-30 16:15:35 +09:00 |
|
Dean Herbert
|
55c8aa5d5f
|
Move menu cursor size to UI section
|
2020-11-30 16:14:15 +09:00 |
|
Dean Herbert
|
e14db45374
|
Reorder settings to (probably) feel more correct
|
2020-11-30 16:09:38 +09:00 |
|
Dean Herbert
|
2745659986
|
Reword and xmldoc some comments
|
2020-11-30 15:54:20 +09:00 |
|
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 |
|
Dean Herbert
|
9fbfb1aa9f
|
Add comment explaining requirement
|
2020-11-30 15:22:55 +09:00 |
|
Dean Herbert
|
73990a6674
|
Fix osu!catch combo counter not showing after 1 combo
|
2020-11-30 15:20:52 +09:00 |
|
ekrctb
|
8528b2687f
|
Fix possible null reference.
|
2020-11-30 14:24:50 +09:00 |
|
Dan Balasescu
|
69c2a18220
|
Merge branch 'master' into fix-drawable-judgement-animation-loss
|
2020-11-30 14:05:03 +09:00 |
|
Dan Balasescu
|
0c36a3c263
|
Merge branch 'master' into pool-scrolling
|
2020-11-30 14:04:54 +09:00 |
|
Dan Balasescu
|
5053a7baf9
|
Merge pull request #10986 from peppy/fix-editor-reapply-same-state-change
Fix state application always checking newest state for early abort, rather than current
|
2020-11-30 14:04:44 +09:00 |
|
ekrctb
|
4228977c86
|
Store a DHO in FruitPiece to animate itself.
|
2020-11-30 13:46:02 +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 |
|
ekrctb
|
5e0e4e9db7
|
Use private access modifier for Border field.
|
2020-11-30 13:07:55 +09:00 |
|
Dan Balasescu
|
30dc0bc019
|
Merge pull request #10993 from LittleEndu/star-scale
Scale stars from 0.4 to 1
|
2020-11-30 13:05:44 +09:00 |
|
ekrctb
|
09b7ba41d6
|
Consistently use readonly field for bindables.
|
2020-11-30 13:00:01 +09:00 |
|
ekrctb
|
7986d7802d
|
Use ApplyDefaults in TestSceneFruitObjects .
|
2020-11-30 12:58:14 +09:00 |
|
ekrctb
|
5d3a5081a0
|
Remove use of HitObject in DHO constructors.
|
2020-11-30 12:52:58 +09:00 |
|
Dan Balasescu
|
2bbb387208
|
Merge pull request #10980 from peppy/fix-taiko-barlines-selectable
Move taiko barlines to their own ScrollingHitObjectContainer to avoid being considered as a selectable object
|
2020-11-30 10:40:47 +09:00 |
|
Bartłomiej Dach
|
aea964965d
|
Merge branch 'master' into fix-taiko-barlines-selectable
|
2020-11-29 23:17:24 +01:00 |
|
Bartłomiej Dach
|
e0a84ff1dc
|
Move hold-to-confirm setting back to gameplay section
|
2020-11-29 22:07:34 +01:00 |
|
Bartłomiej Dach
|
a5c4a8d2e9
|
Create "User Interface" settings section
|
2020-11-29 22:07:33 +01:00 |
|
Bartłomiej Dach
|
3e5a6981b9
|
Merge pull request #10984 from peppy/fix-editor-unnecessary-object-updates
Avoid updating hitobjects unnecessarily for start time changes
|
2020-11-29 22:06:26 +01:00 |
|
Bartłomiej Dach
|
4057ca0a57
|
Merge branch 'master' into fix-editor-unnecessary-object-updates
|
2020-11-29 21:34:17 +01:00 |
|
Bartłomiej Dach
|
57c504d729
|
Merge pull request #10985 from peppy/fix-editor-disappearing-objects
Remove unnecessary schedule logic from Apply's local updateState call
|
2020-11-29 21:33:27 +01:00 |
|
Bartłomiej Dach
|
065acd1997
|
Merge branch 'master' into fix-editor-disappearing-objects
|
2020-11-29 20:53:46 +01:00 |
|
Bartłomiej Dach
|
ffa02ced69
|
Merge pull request #10982 from peppy/reduce-slider-ball-opacity
Reduce the opacity of the default skin slider ball
|
2020-11-29 20:52:41 +01:00 |
|
Bartłomiej Dach
|
d1ed612362
|
Merge branch 'master' into reduce-slider-ball-opacity
|
2020-11-29 20:18:06 +01:00 |
|
Bartłomiej Dach
|
a3afd88387
|
Use Interpolation.Lerp
|
2020-11-28 20:35:03 +01: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 |
|
Endrik Tombak
|
8ad4cf73f5
|
Scale stars from 0.4 to 1
|
2020-11-28 17:09:43 +02:00 |
|
Dean Herbert
|
7e34c5e239
|
Fix state application always checking newest state for early abort, rather than current
|
2020-11-27 16:57:11 +09:00 |
|
Dean Herbert
|
a9c59eed02
|
Add test coverage of fail scenario
|
2020-11-27 16:56:26 +09:00 |
|