Commit Graph

5021 Commits

Author SHA1 Message Date
f0b7b2e1c4 Fix broken test case 2019-11-15 11:07:16 +09:00
956fb9912d Hook up multiplayer search filter 2019-11-15 08:23:56 +09:00
677717875e Change a case to EqualityComparer.Default to handle null properly. 2019-11-14 17:35:02 +08:00
f25b1ba06f Merge branch 'master' into equals 2019-11-14 17:33:44 +08:00
c15f909d83 Remove local bindable at song select, along with misplaced reset logic 2019-11-14 13:29:06 +09:00
d8a5750e5d Fix typo
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2019-11-14 08:38:01 +09:00
a580b9079a Reword comment 2019-11-14 08:28:41 +09:00
87d40cf8d0 Resolve equals usages. 2019-11-13 22:35:50 +08:00
110c155fa0 Fix background loading twice when entering song select 2019-11-13 19:42:05 +09:00
280c1a0eb4 Fix carousel filtering twice on startup due to unpopulated ruleset 2019-11-13 19:04:52 +09:00
bca1be0bfa Add failing test 2019-11-13 18:54:33 +09:00
76ab0ecd3c Disallow deselections with right clicks 2019-11-13 17:21:55 +09:00
f3f5094c26 Convert delegate to local function. 2019-11-12 20:14:22 +08:00
42a98c5d87 Use constants. 2019-11-12 20:07:01 +08:00
d60493a961 Use discards. 2019-11-12 20:03:21 +08:00
e5e8e70704 Use pattern matching. 2019-11-12 19:55:19 +08:00
7d7b9e36b2 Use compound assignment. 2019-11-12 19:53:50 +08:00
4b66ce0c52 Merge branch 'master' into slider-controlpoint-addition 2019-11-12 18:13:27 +09:00
dd196385cb Add Ctrl+A to select all and Escape to deselect all (#6803)
Add Ctrl+A to select all and Escape to deselect all

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-11-12 18:10:45 +09:00
cdd87a6903 Merge branch 'master' into delete-selection 2019-11-12 17:59:43 +09:00
10fd5ef5a7 Merge context menus 2019-11-12 15:02:27 +09:00
b4525c1f6e Fix right clicking to select not showing context menu 2019-11-12 14:42:30 +09:00
9f1d490ac9 Only handle selection input on blueprints 2019-11-12 12:18:24 +09:00
a43b0ee01b Apply naming and styling changes 2019-11-12 10:45:46 +09:00
b37bf4ea01 Merge remote-tracking branch 'upstream/master' into selection-hitsound-addition 2019-11-12 10:44:53 +09:00
e9b8cbb516 Apply other styles. 2019-11-11 20:27:04 +08:00
ccc8aa6fa4 Apply brace style. 2019-11-11 20:13:13 +08:00
f3dc38e342 Add Ctrl+A to select all (esc to deselect all) 2019-11-11 13:41:10 +09:00
97ea07db0e Add delete option to the right-click menu 2019-11-08 19:44:47 +09:00
c70c05c896 Less sickening parallax (#6743)
Less sickening parallax
2019-11-08 19:15:25 +09:00
5699f3e22b Seek to the first hitobject when entering the editor (#6766)
Seek to the first hitobject when entering the editor

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-11-08 19:15:08 +09:00
a849bc0746 Move implementation into resetTrack for safety 2019-11-08 18:51:01 +09:00
e904928314 Seek to first hitobject when entering editor 2019-11-08 17:42:19 +09:00
36cc79f04f Softly handle invalid beat divisors instead of throwing 2019-11-08 17:28:11 +09:00
998e1dfe47 Fix non-1/1 initial beat divisor control display 2019-11-08 17:23:47 +09:00
eb9fff96ba Read default beat divisor from beatmap 2019-11-08 17:22:58 +09:00
df08a95734 Separate addition/removal into separate methods 2019-11-08 16:46:58 +09:00
6fc1be64c2 Make hitobject samples a bindable list 2019-11-08 14:04:57 +09:00
864b8db638 Use three states for the hitsound menu items 2019-11-08 13:52:36 +09:00
046f0b0fe5 Allow right-clicks to trigger selection 2019-11-08 13:40:47 +09:00
573d11503e Remove unused using 2019-11-08 13:36:17 +09:00
abb3a6ca5b Initial right click context menu implementation 2019-11-08 13:36:17 +09:00
70cf91fb40 Seek editor when hit objects are double clicked (#6745)
Seek editor when hit objects are double clicked
2019-11-06 19:22:41 +09:00
0df0260dd9 Disallow selections to be moved outside of the playfield (#6742)
Disallow selections to be moved outside of the playfield
2019-11-06 18:29:06 +09:00
3680e7c704 Seek editor when hit objects are double clicked 2019-11-06 18:15:57 +09:00
aaa06396f0 Reduce editor parallax 2019-11-06 18:11:56 +09:00
813d3a0bfa Fix adjustments not being removed correctly on retry from pause (#6728)
Fix adjustments not being removed correctly on retry from pause
2019-11-06 17:54:20 +09:00
2c1bfd62ef Disallow selections to be moved outside of the playfield 2019-11-06 17:28:04 +09:00
c631a05a44 Add ability to edit individual ControlPoint attributes from tim… (#6638)
Add ability to edit individual ControlPoint attributes from timing screen
2019-11-06 17:24:51 +09:00
a2963b66f6 Limit distance snap between two adjacent hit objects (#6740)
Limit distance snap between two adjacent hit objects
2019-11-06 17:18:00 +09:00