Commit Graph

46204 Commits

Author SHA1 Message Date
85b21174dd Fix online play test request handling 2021-10-27 14:49:50 +09:00
45db99171e Merge pull request #15315 from peppy/var-inspections-update
Update `var` usage inspections to disallow for built-in types
2021-10-27 14:31:02 +09:00
58237f6fee Fix weird import flows 2021-10-27 14:26:37 +09:00
84bb3a962b Centralise room "creation" 2021-10-27 14:11:57 +09:00
cab254dc81 Merge branch 'master' into var-inspections-update 2021-10-27 14:02:49 +09:00
c4a253cc75 Replace local instantiation of TestBeatmap with helper method 2021-10-27 13:55:14 +09:00
2bc2420012 Rename test scene
It's not testing the sub-screen. It's testing creating playlists.
2021-10-27 13:54:21 +09:00
7fb89f760f Merge pull request #15308 from ekrctb/dash-walk-speed
Use explicit constants for catcher dashing and walking speeds
2021-10-27 13:19:46 +09:00
95837990f3 Apply some second-pass inspections that appeared after previous changes 2021-10-27 13:09:30 +09:00
6944151486 Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
1d7e97625a Update var usage inspections to disallow for built-in types 2021-10-27 12:57:43 +09:00
838481bf3a Merge pull request #15252 from jaswon/no-scope-breaks
Show cursor during breaks and spinners in no scope mod
2021-10-27 12:55:02 +09:00
d80a73b63d Use explicit primitive types 2021-10-27 12:53:02 +09:00
38025a5057 Merge pull request #15313 from bdach/difficulty-spectrum
Add difficulty spectrum display for use in new card design
2021-10-27 12:42:17 +09:00
3de994449d Add support for changing dimensions of difficulty spectrum display 2021-10-26 23:06:52 +02:00
1a77e98537 Implement difficulty spectrum display 2021-10-26 23:06:52 +02:00
c633e2e952 only propagate unmodified right click 2021-10-26 16:24:53 -04:00
4efa1f23bb fix context menu test 2021-10-26 15:29:50 -04:00
f64fa65fd5 right click on unselected object shows context menu 2021-10-26 14:52:15 -04:00
670fcea68d Rename some variables 2021-10-26 18:56:34 +02:00
70f432805e Merge branch 'master' into ui-scaling-keybind 2021-10-27 01:06:14 +09:00
ec6e28bca6 Merge pull request #15284 from Flux3on/ouendan2-hidden
Add setting to osu! hidden mod to only fade approach circles
2021-10-26 17:55:07 +02:00
57f83a22e7 Merge branch 'master' into ouendan2-hidden 2021-10-26 17:20:45 +02:00
cfa681bc18 Merge pull request #15311 from peppy/update-resources
Update resources
2021-10-26 22:36:42 +09:00
411586bac3 Update resources 2021-10-26 22:12:56 +09:00
393d118eef Fix compilation failure overlooked in merge 2021-10-26 20:20:43 +09:00
e5050b90a5 Don't assume catcher dash speed is 2x the walk speed 2021-10-26 20:09:48 +09:00
1147c6cbfc Remove unnecessary default value 2021-10-26 19:56:54 +09:00
aeac3287ea Merge pull request #15289 from ekrctb/catch-distance-snap
Add distance snapping to osu!catch editor
2021-10-26 19:38:06 +09:00
61c8c963e9 Merge pull request #15303 from peppy/fix-slider-path-extension-incorrectness
Fix slider paths being extended even when the last two points are equal
2021-10-26 19:16:12 +09:00
c15bfb2cf4 Handle bindable changes to fix new playlist creation not showing correct details 2021-10-26 18:19:05 +09:00
42d8d4fd38 Add tooltips to start button to explain why it's not clickable 2021-10-26 18:06:08 +09:00
1c578f285a Disable playlist start button when attempts have been exhausted 2021-10-26 18:06:08 +09:00
bffd9162ba Tint attempt count red when no attempts remain 2021-10-26 18:06:08 +09:00
708d40931b Add back remaining attempt display on playlist room screen 2021-10-26 18:06:08 +09:00
d5b4c68d3a Merge branch 'master' into fix-slider-path-extension-incorrectness 2021-10-26 17:36:50 +09:00
aa0762ebe2 Add test coverage for failing slider case 2021-10-26 17:35:03 +09:00
e92def0ba2 Fix LegacyBeatmapEncoder using incorrect path length value 2021-10-26 17:34:52 +09:00
6a6d3a5e8a Merge pull request #15304 from peppy/fix-editor-new-beatmap-sample-change-crash
Fix editor crash when attempting to change sample/velocity from timeline on new beatmap
2021-10-26 17:13:56 +09:00
4cef86dd12 Merge pull request #15301 from jaswon/reverse-slider-symmetric
Fix slider shape not always being maintained when reversing
2021-10-26 16:17:29 +09:00
ea55ba7ba9 Remove unused using statement 2021-10-26 16:08:21 +09:00
dae7cdc4c5 Ensure HitObject-local control points are non-default after ApplyDefaults
We will probably want to make this whole flow more efficient in the
future, but this should suffice for now.
2021-10-26 16:06:03 +09:00
b259192a8a Add failing test coverage showing hitobject local control points are defaults 2021-10-26 16:06:03 +09:00
5e5b86a1f4 Merge pull request #15156 from Susko3/use-ShowFileInNativeExplorer
Update usages of `OpenInNativeExplorer` to use `PresentFileExternally` / `PresentExternally`
2021-10-26 15:53:03 +09:00
81fee02c2b Fix slider paths being extended even when the last two points are equal 2021-10-26 15:47:59 +09:00
f687ed8599 Merge pull request #15283 from peppy/test-api-beatmap-set
Add ability to make test `APIBeatmapSet`s from test scenes
2021-10-26 15:34:19 +09:00
7b8982c87c Merge pull request #15302 from peppy/fix-multiplayer-chat-escape-focus
Fix gameplay chat display not losing focus on escape key press
2021-10-26 15:34:05 +09:00
48bc2cbab9 Merge pull request #15285 from peppy/move-online-beatmap-metrics
Move online metrics out of databased models
2021-10-26 15:33:54 +09:00
de7a908be2 Cut distance snap lines at playfield border in catch editor 2021-10-26 14:51:52 +09:00
efe6763226 Merge branch 'master' into move-online-beatmap-metrics 2021-10-26 14:24:40 +09:00