Commit Graph

15548 Commits

Author SHA1 Message Date
5d3449d55d Merge pull request #2541 from smoogipoo/hud-above-letterbox
Reduce elements hidden by letterboxing break overlays
2018-05-14 19:45:25 +09:00
d40efd3134 Merge branch 'master' into fix-testruleset-issues 2018-05-14 19:39:56 +09:00
47cf4f27fb Fix possibility of test rulesets being discovered from assemblies 2018-05-14 19:39:23 +09:00
28edf3bce7 Merge branch 'master' into hud-above-letterbox 2018-05-14 19:31:39 +09:00
21ed2750cd Merge pull request #2514 from peppy/exit-hold-confirmation
Implement a hold-to-confirm screen when exiting game using escape key
2018-05-14 19:29:09 +09:00
d441fd53b9 Merge branch 'master' into ruleset-keybindings 2018-05-14 03:27:35 -07:00
17861c2a16 Display "no key bound" when no shortcut 2018-05-14 19:20:53 +09:00
0234bbc37f Move definition inline 2018-05-14 19:14:17 +09:00
9536c324fa Rename aborted -> fired 2018-05-14 19:08:00 +09:00
f14948c022 Merge branch 'master' into exit-hold-confirmation 2018-05-14 18:13:40 +09:00
115c2dc239 Move hud below the skip button 2018-05-14 18:02:18 +09:00
f0b7ed238c Merge pull request #2542 from peppy/overlays-dont-handle-dragstart
Stop focused overlays from handling DragStart
2018-05-14 17:58:10 +09:00
027f6c3fa4 Fix instant movement not doing anything 2018-05-14 17:47:38 +09:00
4ceae6ba1f Inline method 2018-05-14 17:45:11 +09:00
6eb7590ab0 Make MusicController handle all movement to previous/next tracks 2018-05-14 17:42:01 +09:00
bfcfeec9b9 Merge branch 'master' into ruleset-keybindings 2018-05-14 01:28:57 -07:00
fe1c1fec0d Stop overlays from handling DragStart
This was causing weird behaviour with the key configuration section and back button in settings.
2018-05-14 15:44:19 +09:00
64fba5f6d1 Proxy the ruleset cursor above the break overlay 2018-05-14 15:36:56 +09:00
43409127b7 Place break overlay underneath the hud 2018-05-14 15:36:42 +09:00
1045199a17 Merge pull request #2538 from smoogipoo/fix-diffcalc-timerates
Fix performance calculation not considering time-adjustment mods
2018-05-14 15:35:22 +09:00
39970c831e Merge branch 'master' into fix-diffcalc-timerates 2018-05-14 15:19:51 +09:00
07fc71e077 Merge pull request #2533 from peppy/fix-wedge-nullref
Fix nullref when changing ruleset at main menu
2018-05-14 15:19:35 +09:00
f5068804d5 Re-enable slider distance overflow
Fixes #2467.
2018-05-14 15:14:29 +09:00
345e213eff Merge branch 'master' into fix-wedge-nullref 2018-05-14 15:08:48 +09:00
5c41e7c39c Merge pull request #2527 from peppy/fix-mousewheel-startup-crash
Fix crash on startup when adjusting volume before volume control loaded
2018-05-14 14:23:08 +09:00
ecd8b69e5e Merge branch 'master' into fix-diffcalc-timerates 2018-05-14 14:22:39 +09:00
7d027098ec Fix drumroll completions always giving GREAT judgements
Due to requiredgoodhits/requiredgreathits being calculated prior to nested hitobjects.
2018-05-14 14:13:07 +09:00
d7cba000ab Merge branch 'master' into fix-wedge-nullref 2018-05-14 13:36:07 +09:00
4a87bbefa0 Merge pull request #2526 from peppy/fix-song-progress-counters
Fix song progress time counters wrapping after an hour
2018-05-14 13:35:58 +09:00
2e648a90c8 Merge branch 'master' into fix-song-progress-counters 2018-05-14 13:27:50 +09:00
a81921118d Strip whitespaces 2018-05-14 11:54:11 +09:00
ebd9d1a037 Resolve linting issues in ToolbarModeSelector.cs 2018-05-13 19:43:26 -07:00
327c7432be Use OnKeyDown instead of a IKeyBindingHandler 2018-05-13 19:33:52 -07:00
8c86f170a9 Fix mania testcases 2018-05-14 11:33:23 +09:00
6e1d651087 Merge remote-tracking branch 'origin/master' into convert-object-hitwindows 2018-05-14 11:17:39 +09:00
ce6b4cc2d3 Add more attributes to OsuPerformanceCalculator's output 2018-05-14 11:15:37 +09:00
e1b8a1589b Fix TimeRate not being considered for performance calculation 2018-05-14 11:15:14 +09:00
ede4d6dd11 Merge branch 'master' into mapping-del 2018-05-14 10:58:58 +09:00
db0470243a Fix nullref when changing ruleset at main menu 2018-05-13 12:55:54 +09:00
26f06a9ae1 Resolve linting issues in ToolbarModeSelector.cs 2018-05-12 17:25:15 -07:00
76800421c4 Merge branch 'master' into ruleset-keybindings 2018-05-12 16:40:27 -07:00
8a5bd27c20 Add global key bindings for changing current ruleset 2018-05-12 16:30:29 -07:00
861a8cf9a7 Fixes capitalization of enableSeek 2018-05-12 23:10:03 +02:00
9515eb4281 Merge pull request #2346 from smoogipoo/joystick
Implement joystick input
2018-05-13 01:50:14 +09:00
df43fc6ff8 Update framework 2018-05-13 01:31:17 +09:00
a162453e9b Merge remote-tracking branch 'upstream/master' into joystick
# Conflicts:
#	osu-framework
#	osu.Game/Overlays/KeyBinding/KeyBindingRow.cs
2018-05-13 00:11:17 +09:00
4c55b90fc1 Merge pull request #2525 from smoogipoo/diffcalc-fixes
Fix osu! difficulty/performance calculation failing or giving wrong values
2018-05-12 23:25:42 +09:00
f6df704deb Merge branch 'master' into diffcalc-fixes 2018-05-12 22:16:20 +09:00
2a90686da6 Simplify expression 2018-05-12 15:09:53 +03:00
0f1af85457 Merge pull request #2531 from smoogipoo/pp-hd-change
Apply HD as speed adjustment
2018-05-12 21:08:12 +09:00