Bartłomiej Dach
|
9c0a0031d6
|
Clear existing transforms on DHO return to pool
|
2020-11-15 19:50:22 +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 |
|
Dean Herbert
|
67db278864
|
Merge pull request #10841 from bdach/fix-spectator-preview-crash
Add support for previewing tracks on spectator screen
|
2020-11-16 01:09:37 +09:00 |
|
kamp
|
1db303b159
|
Revert beginClickSelection logic
|
2020-11-15 16:54:48 +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 |
|
Bartłomiej Dach
|
7736d1ae85
|
Fix taiko-specific missing cases
|
2020-11-15 15:41:58 +01:00 |
|
Bartłomiej Dach
|
a17990f2ee
|
Fix osu!-specific missing cases
|
2020-11-15 15:40:31 +01:00 |
|
Bartłomiej Dach
|
e5d9cca9de
|
Fix mania-specific missing cases
|
2020-11-15 15:38:12 +01:00 |
|
Bartłomiej Dach
|
5d44286d38
|
Add missing generic mappings to legacy mods
|
2020-11-15 15:35:06 +01:00 |
|
Bartłomiej Dach
|
5ace7abaa8
|
Add abstract non-generic ModNightcore to pattern-match over
|
2020-11-15 15:32:02 +01:00 |
|
Bartłomiej Dach
|
e9b5f54128
|
Cover mapping fully for taiko mods
|
2020-11-15 15:32:02 +01:00 |
|
Bartłomiej Dach
|
9f27d4a9f4
|
Cover mapping fully for osu! mods
|
2020-11-15 15:32:02 +01:00 |
|
Bartłomiej Dach
|
ee5e70135f
|
Cover mapping fully for mania mods
|
2020-11-15 15:09:02 +01:00 |
|
Bartłomiej Dach
|
f9fa7c86ea
|
Cover mapping fully for catch mods
|
2020-11-15 14:53:25 +01:00 |
|
Bartłomiej Dach
|
8b74298567
|
Add base method for testing conversion in other direction
|
2020-11-15 14:48:23 +01:00 |
|
kamp
|
268bbcf77d
|
Clamp selection movement instead of refusing to move on borders
|
2020-11-15 14:22:46 +01:00 |
|
Bartłomiej Dach
|
9899687bfe
|
Rename existing method to allow for new one
|
2020-11-15 14:17:41 +01:00 |
|
Dean Herbert
|
199043f677
|
Allow preview tracks to exist without an owner (without hard crashing)
|
2020-11-15 13:21:09 +09:00 |
|
Dean Herbert
|
34f09e2e20
|
Merge branch 'master' into fix-spectator-preview-crash
|
2020-11-15 13:16:10 +09:00 |
|
Dean Herbert
|
7156682efa
|
Merge pull request #10840 from bdach/resolved-as-null-checks
Add null checks to unguarded resolved-as-possibly-null fields
|
2020-11-15 13:15:32 +09:00 |
|
Bartłomiej Dach
|
532680bb36
|
Manually reset rest of rotation tracker state on object application
|
2020-11-14 23:23:11 +01:00 |
|
Bartłomiej Dach
|
727a886fb3
|
Move spinner completion info into judgement
|
2020-11-14 23:08:47 +01:00 |
|
Bartłomiej Dach
|
af392e3995
|
Move rate adjusted spinner rotation into judgement result
|
2020-11-14 21:10:12 +01:00 |
|
Bartłomiej Dach
|
f8cabbdd21
|
Clear result when freeing pooled hitobject
|
2020-11-14 21:09:22 +01:00 |
|
Bartłomiej Dach
|
5ae3d6cc74
|
Add failing asserts
|
2020-11-14 21:02:44 +01:00 |
|
Bartłomiej Dach
|
b344a13734
|
Add support for previewing tracks on spectator screen
|
2020-11-14 17:08:27 +01:00 |
|
Bartłomiej Dach
|
8a78d408db
|
Add more missed null checks
|
2020-11-14 15:52:12 +01:00 |
|
Bartłomiej Dach
|
610ed99ae3
|
Add null checks to unguarded resolved-as-null fields
|
2020-11-14 14:52:58 +01:00 |
|
kamp
|
4d2bc790fd
|
Fix crash on shift+right-click deleting objects
|
2020-11-14 13:20:16 +01:00 |
|
Dean Herbert
|
aae59dc3cf
|
Merge pull request #10826 from smoogipoo/osu-hitobject-pooling-playfield
Change osu! ruleset to use pooled hitobjects
|
2020-11-14 18:37:23 +09:00 |
|
Dean Herbert
|
deea75b2e9
|
Fix typo in comment
|
2020-11-14 18:05:51 +09:00 |
|
Dean Herbert
|
7ac4d2c4be
|
Move "drawable" to first prefix
|
2020-11-14 18:05:30 +09:00 |
|
Dean Herbert
|
90f37ff4ab
|
Rejig namespaces
|
2020-11-14 18:04:59 +09:00 |
|
Dean Herbert
|
354e748e45
|
Merge branch 'master' into osu-hitobject-pooling-playfield
|
2020-11-14 15:44:00 +09:00 |
|
Dean Herbert
|
656a434da9
|
Merge pull request #10825 from smoogipoo/hitobject-pooling-in-playfield
Move hitobject pooling into Playfield
|
2020-11-14 15:43:23 +09:00 |
|
Dean Herbert
|
52ff7b6593
|
Merge branch 'master' into hitobject-pooling-in-playfield
|
2020-11-14 10:27:12 +09:00 |
|
Dean Herbert
|
97ed9db998
|
Merge branch 'master' into hold-note-fade
|
2020-11-14 10:17:55 +09:00 |
|
Dean Herbert
|
e778a537c2
|
Merge pull request #10828 from bdach/disable-hold-note-logic-during-rewind
Disable pressed/released hold note logic when rewinding
|
2020-11-14 10:05:47 +09:00 |
|
Bartłomiej Dach
|
b9b47349ad
|
Merge pull request #10818 from peppy/fix-combo-break-rewind-replay
Fix combo break sound not playing a second time after rewinding before it
|
2020-11-13 22:26:17 +01:00 |
|
Joehu
|
706d7890b4
|
Make tournaments strings more consistent
|
2020-11-13 13:25:45 -08:00 |
|
Bartłomiej Dach
|
ba30800bf4
|
Extract constant
|
2020-11-13 22:21:22 +01:00 |
|
Bartłomiej Dach
|
a199a957cc
|
Use stored hold note break time to fade upon it
|
2020-11-13 22:16:38 +01:00 |
|
Bartłomiej Dach
|
d55eae55ad
|
Merge branch 'master' into fix-combo-break-rewind-replay
|
2020-11-13 21:46:32 +01:00 |
|
Bartłomiej Dach
|
1482b26a94
|
Merge pull request #10817 from peppy/fix-combo-break-sounds
Fix combo break sounds playing during seek
|
2020-11-13 21:46:03 +01:00 |
|
Bartłomiej Dach
|
b62bf5798d
|
Store time of hold note break
|
2020-11-13 21:14:34 +01:00 |
|
Bartłomiej Dach
|
405407ff9e
|
Merge branch 'master' into fix-combo-break-sounds
|
2020-11-13 21:07:34 +01:00 |
|
Bartłomiej Dach
|
ae1a5b8955
|
Merge pull request #10819 from peppy/add-always-play-combo-break-setting
Add back setting to toggle "always play first combo break"
|
2020-11-13 21:07:05 +01:00 |
|
Bartłomiej Dach
|
4777b1be81
|
Fix fade not applying to tails sometimes
|
2020-11-13 20:52:15 +01:00 |
|