Commit Graph

17895 Commits

Author SHA1 Message Date
5416b2d2ff Merge branch 'master' into stereo-shifted-playback 2020-04-13 17:51:05 +09:00
2fd6555f2a Merge branch 'master' into stereo-shifted-playback 2020-04-13 17:28:41 +09:00
6aab19413c Rename differ to patcher, add xmldoc 2020-04-13 17:20:20 +09:00
bb53f96c71 Store states as byte[] instead of Streams 2020-04-13 17:18:50 +09:00
1e3251e3e9 Remove excessive logic 2020-04-13 10:59:53 +03:00
b8ecc41667 Add comment 2020-04-13 10:52:34 +03:00
29dd225205 Make button protected 2020-04-13 10:45:15 +03:00
0c60dbe796 Merge branch 'master' into editor-undo-redo 2020-04-13 16:03:53 +09:00
39b5c9f396 Merge branch 'master' into overlay-scroll-container 2020-04-13 15:44:20 +09:00
bde0b259c1 Improve slider placement test scene 2020-04-13 15:31:54 +09:00
142cddfb10 Rename CurrentBeatmap to SelectedBeatmap 2020-04-13 15:13:35 +09:00
72fb466a0b Merge branch 'master' into present-from-overlay 2020-04-13 15:01:24 +09:00
b4800dd461 Merge remote-tracking branch 'refs/remotes/ppy/master' into overlay-scroll-container 2020-04-13 08:09:17 +03:00
f38b64d201 Fix placement blueprints handling double clicks 2020-04-13 13:57:15 +09:00
c51bad0e35 Cache ManiaPlayfield instead 2020-04-13 13:42:21 +09:00
cdff6060d3 Remove recursive hierarchy traversal for mania sample balance 2020-04-13 13:01:27 +09:00
65b96079a0 Move dampening to base implementation and change range to 0..1 2020-04-13 13:01:02 +09:00
633b969017 Apply review suggestions 2020-04-12 21:57:35 +03:00
3efb4aba25 Use BindTarget 2020-04-12 19:48:15 +02:00
3b9e0fa67d Use readonly IBindable 2020-04-12 19:42:28 +03:00
ed28e8c8f5 Rename param 2020-04-12 19:38:09 +03:00
ecd25e567d Present selected difficulty 2020-04-12 16:00:05 +03:00
07dc277321 Remove unused changelog comments class 2020-04-12 14:55:42 +02:00
c5d6c7728a Update resources 2020-04-12 18:29:25 +09:00
7a9ee907bf Fix incorrect button state in some cases 2020-04-12 07:34:58 +03:00
25f36e87a6 Merge branch 'master' into overlay-scroll-container 2020-04-12 12:34:41 +09:00
22d89dbff7 Merge branch 'master' of https://github.com/ppy/osu into stereo-shifted-playback 2020-04-12 01:46:32 +02:00
f274ec297c Add positional sound support for all rulesets
The SamplePlaybackBalance is calculated in a way that the balance
remains between -0.4 and 0.4.
Positional sound is not supported in osu!taiko.
2020-04-12 01:33:25 +02:00
fc1d497a86 Change PlaylistDownloadButton default 2020-04-11 14:21:28 +03:00
df76636ffc Implement "prefer no video" option 2020-04-11 14:08:16 +03:00
c96df97586 Add support for non-generic requests 2020-04-11 18:02:49 +09:00
415adecdf6 Add support for Result fetching 2020-04-11 18:02:43 +09:00
832822858c Add basic request / response support 2020-04-11 17:48:23 +09:00
73a3f1fe65 Remove unnecessary DI 2020-04-11 17:30:34 +09:00
7aac0e59a8 Reduce dictionary lookups 2020-04-11 17:13:35 +09:00
310cf830d4 Simplify api request logic 2020-04-11 17:13:35 +09:00
abea7b5299 Tidy up function passing, naming, ordering etc. 2020-04-11 17:13:35 +09:00
a84fe2525b Fix nested hitobjects potentially indirectly masked away 2020-04-11 16:53:45 +09:00
7f753f6b4d Remove current ruleset from function call 2020-04-11 16:43:09 +09:00
a843793957 Un-nest class 2020-04-11 16:41:11 +09:00
ff591299e0 Merge branch 'master' into select-recommended 2020-04-11 16:40:07 +09:00
eb1fbdacde Remove unintentional edge effect 2020-04-11 15:29:52 +09:00
e206df479b Update framework 2020-04-11 15:13:20 +09:00
4a87ac7840 Add support for sample changes 2020-04-10 13:53:09 +09:00
ee7e2b0854 Fix editor beatmap potentially not updating hitobjects 2020-04-10 13:29:46 +09:00
c17e470266 Fix PositionalSound calculation implementation
The position used to calculate the stereo balance is now the position of
the drawable (as opposed to the position specified in the beatmap file
previously).
2020-04-10 00:01:35 +02:00
deaf24f141 Fix oversight on null 2020-04-09 19:30:40 +03:00
2201e9b4ae Add stereo shifted hitsound playback support
There is now a setting in the general settings called "Positional
hitsounds". If the setting is enabled, the hitsounds playback will be
shifted according to their position on the beatmap.
2020-04-09 18:12:15 +02:00
35f97dfc75 Style changes 2020-04-09 18:59:18 +03:00
f40bdcd34e Initial rewrite, moving API logic to SongSelect 2020-04-09 18:47:28 +03:00