Dean Herbert
|
59bd2b3035
|
Merge pull request #8823 from smoogipoo/all-ruleset-encoders
Implement legacy beatmap encoding for all rulesets
|
2020-04-24 17:49:34 +09:00 |
|
Dean Herbert
|
fe0038ed14
|
Merge branch 'master' into fix-mania-placement
|
2020-04-24 17:00:12 +09:00 |
|
Joehu
|
0f6ec274f9
|
Add transitions to footer when flowing to another row
|
2020-04-23 22:44:17 -07:00 |
|
Joehu
|
118db03b56
|
Fix vertical spacing and score multiplier splitting apart
Also cleans up margin and its hacks (alignment done with anchor/origin now).
|
2020-04-23 22:41:38 -07:00 |
|
Joehu
|
abb687286b
|
Fix score multiplier being cut off in mod select at higher ui scales
|
2020-04-23 22:34:00 -07:00 |
|
Dan Balasescu
|
e67ac515fc
|
Merge branch 'master' into fix-editor-hard-crash
|
2020-04-24 12:29:48 +09:00 |
|
Dean Herbert
|
131f011239
|
Merge branch 'master' into all-ruleset-encoders
|
2020-04-24 11:32:48 +09:00 |
|
Dean Herbert
|
1c13fa6c61
|
Fix editor crashing when entering with no beatmap selected
|
2020-04-24 10:27:32 +09:00 |
|
Salman Ahmed
|
227503c0af
|
Merge remote-tracking branch 'upstream/master' into test-scene-create-ruleset
|
2020-04-23 16:25:33 +03:00 |
|
Lucas A
|
e136ecec5f
|
Create ClickablePlaceholder and make of use it where applicable.
|
2020-04-23 14:01:47 +02:00 |
|
Lucas A
|
b1b3e01abd
|
Apply review suggestion.
|
2020-04-23 14:01:47 +02:00 |
|
Lucas A
|
ea29f7c344
|
Use an OsuAnimatedButton in LoginPlaceholder to get the correct animations.
|
2020-04-23 14:01:47 +02:00 |
|
Salman Ahmed
|
2fa47992dc
|
Seal the ruleset creation methods and let abstract method take their place
Also makes `CreatePlayerRuleset()` and `CreateRulesetForSkinProvider()` not-null to avoid unwanted behaviour with their derivers
|
2020-04-23 13:27:12 +03:00 |
|
Salman Ahmed
|
0a0ea39431
|
Mark the top ruleset creation method as can-be-null
|
2020-04-23 13:24:30 +03:00 |
|
smoogipoo
|
4ebb28d3e7
|
wip
|
2020-04-23 17:52:54 +09:00 |
|
smoogipoo
|
6df45164fa
|
Expose direction from scrolling test container
|
2020-04-23 11:17:16 +09:00 |
|
smoogipoo
|
86ef73aa27
|
Implement HitObjectContainer.Clear()
|
2020-04-23 11:16:59 +09:00 |
|
smoogipoo
|
40f11ed15c
|
Resolve broken test scene
|
2020-04-23 10:37:05 +09:00 |
|
smoogipoo
|
7796593b2c
|
Merge branch 'master' into fix-testbeatmap-rulesetid
|
2020-04-23 10:35:08 +09:00 |
|
Dean Herbert
|
dd9ceed802
|
Merge branch 'master' into all-ruleset-encoders
|
2020-04-22 22:51:42 +09:00 |
|
Dean Herbert
|
97dcd546f1
|
Merge pull request #8833 from smoogipoo/remove-obsoletes
Remove obsolete nested hitobject methods
|
2020-04-22 22:40:06 +09:00 |
|
smoogipoo
|
08982e0e00
|
Ensure editor tests wait for load to complete
|
2020-04-22 19:49:21 +09:00 |
|
smoogipoo
|
0a34fddcc3
|
Fix TestBeatmap not setting appropriate ruleset ID
|
2020-04-22 19:38:27 +09:00 |
|
smoogipoo
|
93151f7612
|
Add back necessary events + addition to list
|
2020-04-22 18:32:59 +09:00 |
|
smoogipoo
|
e1142b424d
|
Fix test failures
|
2020-04-22 18:14:21 +09:00 |
|
smoogipoo
|
8b0274fedd
|
Remove obsolete methods
|
2020-04-22 17:55:50 +09:00 |
|
smoogipoo
|
9c22d2f1dd
|
Use platform bindings for editor actions
|
2020-04-22 17:41:24 +09:00 |
|
smoogipoo
|
3b805daa0b
|
Fix hold note end time being written incorrectly
|
2020-04-22 16:40:07 +09:00 |
|
smoogipoo
|
7cdc9a599c
|
Fix mania holds written as spinners
|
2020-04-22 16:27:07 +09:00 |
|
Dean Herbert
|
223c822e57
|
Merge branch 'master' into all-ruleset-encoders
|
2020-04-22 13:04:16 +09:00 |
|
Dean Herbert
|
aaa0f908d5
|
Merge pull request #8818 from smoogipoo/fix-beatmap-encoder
Fix beatmap encoder by enabling untested test cases
|
2020-04-22 13:03:56 +09:00 |
|
smoogipoo
|
07a73ba83c
|
Merge branch 'master' into rulesetstore-ruleset-dir
|
2020-04-22 10:23:04 +09:00 |
|
Dean Herbert
|
360c9f8e38
|
Add test coverage and handle null creator
|
2020-04-22 09:19:34 +09:00 |
|
Dean Herbert
|
0c74f1aaa9
|
Fix now playing output showing empty brackets when no difficulty specified
|
2020-04-22 09:08:33 +09:00 |
|
smoogipoo
|
d8fdd73e17
|
Implement IHasCurve on DrumRoll
|
2020-04-22 09:06:04 +09:00 |
|
smoogipoo
|
ea0ebc8527
|
Implement beatmap encoding for all legacy rulesets
|
2020-04-22 09:06:04 +09:00 |
|
smoogipoo
|
d27ca725f9
|
Use IEnumerable<T> instead
|
2020-04-22 09:04:44 +09:00 |
|
smoogipoo
|
516e6a4bb1
|
Fix overlapping control points not written correctly
|
2020-04-22 09:04:44 +09:00 |
|
smoogipoo
|
1421e876b1
|
Remove implicit new combo from spinners
|
2020-04-22 09:04:44 +09:00 |
|
smoogipoo
|
d8d85e5b08
|
Don't output certain properties if they don't exist
|
2020-04-22 09:04:44 +09:00 |
|
smoogipoo
|
3093c3e185
|
Fix custom sample set not being written correctly
|
2020-04-22 09:04:44 +09:00 |
|
smoogipoo
|
a702a521f8
|
Fix not being able to serialise converted beatmaps
|
2020-04-22 09:04:44 +09:00 |
|
Dean Herbert
|
6193b80589
|
Update framework
|
2020-04-21 21:20:57 +09:00 |
|
Dean Herbert
|
231a2b9f81
|
Merge pull request #8821 from peppy/replace-direct-overlay
Replace direct overlay with new beatmaplisting overlay
|
2020-04-21 21:19:33 +09:00 |
|
Dean Herbert
|
ed9663985b
|
Rename panels
|
2020-04-21 20:55:33 +09:00 |
|
Dan Balasescu
|
6e68728ade
|
Merge branch 'master' into fix-beatmap-listing-focus
|
2020-04-21 20:05:13 +09:00 |
|
smoogipoo
|
a41ac50e2f
|
Line widths should not receive scale factor
|
2020-04-21 17:15:06 +09:00 |
|
smoogipoo
|
b8a1831d98
|
Read line widths from skin
|
2020-04-21 17:14:04 +09:00 |
|
Dean Herbert
|
9b9b710ded
|
Move and rename remaining direct classes
|
2020-04-21 16:41:07 +09:00 |
|
Dean Herbert
|
1cec0575b7
|
Remove unused classes and replace overlay in game
|
2020-04-21 16:38:47 +09:00 |
|