smoogipoo
|
31313ec9e1
|
Fix potential nullref
|
2019-10-18 17:56:31 +09:00 |
|
Dean Herbert
|
b391b8542d
|
Merge pull request #6537 from smoogipoo/fix-hitcircle-accent
Fix hitobject combo colour potentially not getting adjusted
|
2019-10-18 17:55:59 +09:00 |
|
smoogipoo
|
89f50b26f7
|
Fix hitobject combo colour potentially not getting adjusted
|
2019-10-18 17:32:11 +09:00 |
|
Dan Balasescu
|
62f2a852ec
|
Merge pull request #6536 from peppy/remove-weird-character
Remove a weird unicode charcter from file
|
2019-10-18 17:27:15 +09:00 |
|
Dean Herbert
|
6b0976ff1e
|
Remove a weird unicode charcter from file
|
2019-10-18 16:55:42 +09:00 |
|
Dean Herbert
|
e3740fbc77
|
Merge pull request #6528 from smoogipoo/fix-mania-selection-movement
Fix mania hitobject selections not moving correctly
|
2019-10-18 16:28:04 +09:00 |
|
Dean Herbert
|
99ea45da41
|
Merge pull request #6474 from smoogipoo/osu-beatsnapping-grid
Implement osu!'s beat snapping grid
|
2019-10-18 16:27:03 +09:00 |
|
Dean Herbert
|
50d4a9d726
|
Merge pull request #6534 from smoogipoo/placement-blueprint-starttime
Make BeginPlacement() set the hitobject start time
|
2019-10-18 16:25:38 +09:00 |
|
Dean Herbert
|
b30c84778f
|
Update WaveContainer to support framework changes
|
2019-10-18 16:13:01 +09:00 |
|
smoogipoo
|
f1d7e7e7f6
|
Merge branch 'placement-blueprint-starttime' into beatsnap-grid-integration
|
2019-10-18 13:49:09 +09:00 |
|
smoogipoo
|
463079e148
|
Implement placement snapping
|
2019-10-18 13:48:59 +09:00 |
|
smoogipoo
|
5d3d25d3b6
|
Make method private for now
|
2019-10-18 13:24:28 +09:00 |
|
smoogipoo
|
cb301a4661
|
Improve performance of intra-frame updates/deletions
|
2019-10-18 13:18:57 +09:00 |
|
smoogipoo
|
9a896d52bf
|
Fix nested hitobjects not updating
|
2019-10-18 13:18:41 +09:00 |
|
smoogipoo
|
b047e05d86
|
Fix bad variable names
|
2019-10-18 13:18:16 +09:00 |
|
smoogipoo
|
ba4402207a
|
Implement selection time snapping
|
2019-10-18 12:53:38 +09:00 |
|
smoogipoo
|
1dc7c59853
|
Implement selection position snapping
|
2019-10-18 12:53:27 +09:00 |
|
smoogipoo
|
c4704f6a29
|
Add beat snap grid to the composer
|
2019-10-18 12:47:52 +09:00 |
|
smoogipoo
|
d3e38f5e5a
|
Make the editor beatmap protected
|
2019-10-18 12:40:31 +09:00 |
|
smoogipoo
|
bc76a9cb8c
|
Expose selection changed event from BlueprintContainer
|
2019-10-18 12:40:27 +09:00 |
|
smoogipoo
|
5ccdd2b203
|
Mask the osu! beatsnap grid
|
2019-10-18 12:38:43 +09:00 |
|
smoogipoo
|
c5ee533524
|
Merge branch 'dho-apply' into beatsnap-grid-integration
|
2019-10-18 12:38:29 +09:00 |
|
smoogipoo
|
4ae465d782
|
Merge remote-tracking branch 'smoogipoo/osu-beatsnapping-grid' into beatsnap-grid-integration
|
2019-10-18 12:38:24 +09:00 |
|
Dan Balasescu
|
c37d38d3c7
|
Merge pull request #6522 from iiSaLMaN/fix-incorrect-beatmap-set-info-equality
Fix incorrect beatmap set info equality check for local beatmapsets
|
2019-10-18 12:20:33 +09:00 |
|
Andrei Zavatski
|
9daafb4636
|
Simplify hover/unhover logic
|
2019-10-18 03:06:01 +03:00 |
|
Joehu
|
e5b50b5e1f
|
Fix slider bar regression when using arrows
|
2019-10-17 13:54:36 -07:00 |
|
Andrei Zavatski
|
22511e41e2
|
Use received data to set isVoted bindable
|
2019-10-17 23:20:01 +03:00 |
|
Andrei Zavatski
|
9ee63a8c1a
|
Apply suggested changes
|
2019-10-17 16:28:32 +03:00 |
|
Andrei Zavatski
|
a858e713f8
|
Fix multiple spaces
|
2019-10-17 15:40:09 +03:00 |
|
Andrei Zavatski
|
6b196a6ce7
|
CI fixes
|
2019-10-17 15:24:51 +03:00 |
|
Andrei Zavatski
|
42cd4107a0
|
Implement CommentVoteRequest and adjust UI
|
2019-10-17 15:04:30 +03:00 |
|
Andrei Zavatski
|
a437ff74cc
|
Move VotePill to it's own file
|
2019-10-17 14:18:31 +03:00 |
|
Andrei Zavatski
|
d3a8dfd5ff
|
Implement LoadingButton component
|
2019-10-17 13:57:17 +03:00 |
|
Dan Balasescu
|
bd57c0b58e
|
Merge branch 'master' into fix-incorrect-beatmap-set-info-equality
|
2019-10-17 19:51:03 +09:00 |
|
Andrei Zavatski
|
1f28c00594
|
UI implementation
|
2019-10-17 13:10:28 +03:00 |
|
Andrei Zavatski
|
38dcd42d08
|
Parse voted comments
|
2019-10-17 12:35:12 +03:00 |
|
smoogipoo
|
c4cc960e15
|
Fix mania hitobject selections not moving correctly
|
2019-10-17 18:00:15 +09:00 |
|
Dean Herbert
|
f3ed71d336
|
Move scoring distance constant to a central/shared location
|
2019-10-17 16:36:47 +09:00 |
|
smoogipoo
|
510ce9345f
|
Fix potential blueprint nullrefs with the new structure
|
2019-10-17 16:14:28 +09:00 |
|
Dean Herbert
|
a1bb061405
|
Make RulesetStore initialise at construction time (#6515)
Make RulesetStore initialise at construction time
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-10-17 16:10:32 +09:00 |
|
Dean Herbert
|
f92331531c
|
Rename grid to DistanceSnap to be more in line with its purpose
|
2019-10-17 15:32:02 +09:00 |
|
Dean Herbert
|
3a6a25ffe8
|
Merge branch 'master' into non-static-rulesetstore
|
2019-10-17 14:25:06 +09:00 |
|
smoogipoo
|
bc41eb176e
|
Clean up head/tail setting in various DHOs
|
2019-10-17 14:02:23 +09:00 |
|
smoogipoo
|
f429a8f7c2
|
Add back/obsolete old AddNested() method
|
2019-10-17 14:02:08 +09:00 |
|
smoogipoo
|
d8f3678c3c
|
Rename parameter
|
2019-10-17 12:53:54 +09:00 |
|
smoogipoo
|
3a1acf7b0a
|
Fix slider approach circle proxies
|
2019-10-17 12:50:26 +09:00 |
|
smoogipoo
|
8a284bacba
|
Make mania use the new nested hitobject structure
|
2019-10-17 12:37:20 +09:00 |
|
smoogipoo
|
1a0dfcdd46
|
Make catch use the new nested hitobject structure
|
2019-10-17 12:37:09 +09:00 |
|
smoogipoo
|
d49ef6a36b
|
Make taiko use the new nested hitobject structure
|
2019-10-17 11:57:00 +09:00 |
|
smoogipoo
|
9b9138253c
|
Remove finalizer
|
2019-10-17 11:27:23 +09:00 |
|