Commit Graph

237 Commits

Author SHA1 Message Date
0bede52381 Move the waves portion of WaveOverlayContainer to WaveContainer to allow usage in other places. 2018-04-11 16:22:27 -03:00
5457f17e79 Clean up code from reviews 2018-03-28 19:53:15 -07:00
ac9527147f Fix transitioning of unranked label 2018-03-27 03:05:05 -07:00
90d763fda5 Apply review changes and suggestions 2018-03-25 10:00:30 -07:00
78a7564acd Score multiplier edits 2018-03-24 16:00:18 -07:00
65b6a2faad Fix mod button sounds playing when mod overlay is not visible
Resolves #2240.
2018-03-21 18:41:21 +09:00
4411758ff7 Merge branch 'master' into fix-autoplay-button-deselect 2018-03-16 17:31:14 +09:00
070decf890 small code cleanups 2018-03-14 12:38:22 +01:00
a438e45434 make SelectTypes set mods instead of only adding new ones
also made the method actually take types as parameter to make it consistent
2018-03-14 12:33:08 +01:00
1eeacb7bf7 Change descriptions and special section 2018-03-14 01:05:19 -07:00
d122aa80e4 Edit mods description, multiplier, and code 2018-03-13 20:07:03 -07:00
034875be47 Fix bindings not being unbound on ModSelect
Resolves #2018.
Closes #2079.
2018-02-27 20:45:32 +09:00
7852015db3 Remember mod selection when re-entering song select
Removes mod application when exiting back to main menu.

Alternative to #1968.
Closes #1961.
2018-01-26 19:32:57 +09:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
fa6db30d30 Fix broken xmldoc param 2018-01-03 13:12:49 +09:00
0e1b033008 Improve mod cycling logic further 2018-01-02 16:55:03 +09:00
f72239ef7a Centralise deselect logic and add animation to deselection 2018-01-02 16:09:22 +09:00
71bcebe7e1 Fix selections occurring even though buttons aren't selected 2018-01-02 16:08:48 +09:00
1c80f3e918 Disallow selection of non-implemented mods 2017-12-31 04:28:51 +09:00
616ad5b723 Cleanups 2017-12-30 16:55:01 +09:00
714d93dd92 Merge remote-tracking branch 'origin/master' 2017-12-30 16:17:14 +09:00
1895b16d67 Correctly make fullscreen overlays block keyboard input from drawables behind them
- [ ] Depends on #1711 to get correct global binding handling.
2017-12-21 19:34:20 +09:00
ebc2ad55f8 greatly expanded tests for ModSelectOverlay 2017-12-20 19:05:23 +01:00
5fbe7dfd8c added Deselect All button to ModSelectOverlay 2017-12-16 17:53:22 +01:00
84ed91d5c9 Remove IgnoreTooltip; Override TooltipText to null 2017-12-16 20:17:20 +11:00
a491710fe4 Override IgnoreTooltip in DisplayableModIcon 2017-12-08 14:10:23 +11:00
f5bea077a0 Subclass ModIcon to remove the tooltip text 2017-12-08 11:26:34 +11:00
3a01bfc1ef Remove unnecessary new prefix 2017-11-27 18:53:19 +09:00
c5aacb75c6 Add hover sounds to mod buttons 2017-11-26 17:21:22 +09:00
f912744acc Fix sizing of ModIcon 2017-11-16 00:15:27 +09:00
acc299c7b9 Correct and simplify RulesetStore 2017-10-16 17:02:31 +09:00
87c8278139 Use Array.Empty. 2017-09-24 03:45:46 +08:00
5f53426a9a *Database -> *Store
Welcome back BeatmapManager
2017-07-27 16:56:41 +09:00
fce580d717 Reshuffle namespaces 2017-07-26 13:22:46 +09:00
e68675f970 Rename EasingTypes to Easing 2017-07-22 20:53:53 +02:00
19fb03e737 Try different formatting style 2017-07-16 18:28:20 +03:00
99221260c4 Replace several usages of BeginDelayedSequence with LINQ-style 2017-07-16 17:42:01 +03:00
9d523ea012 Update framework 2017-07-12 11:06:13 +09:00
5df33ad2d7 use Length instead of Count() 2017-07-02 13:33:42 +02:00
c9784f57d3 fix mod button samples 2017-07-02 13:16:22 +02:00
62dee59672 Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
2017-06-20 15:54:23 +10:00
a454ca606f Merge remote-tracking branch 'upstream/master' into johnneijzen-master 2017-06-08 20:33:39 +09:00
64682a741c Update framework 2017-06-08 17:05:25 +09:00
4abad17b92 Fix Black Space after } and Symbol Spacing 2017-06-08 14:48:42 +08:00
a43890ffb4 update osu to use the framework's TooltipContainer 2017-06-03 14:50:35 +02:00
e4b876ff5b Update ModButton.cs 2017-05-29 18:10:02 +09:00
7960b5cf26 More refactoring
Also allows rotation when reaching the end of the available mods.
2017-05-29 18:03:40 +09:00
31cc6917bc Tidy up code, improve transition, add directionality 2017-05-29 17:20:55 +09:00
e86ccf61b3 use recursion 2017-05-27 10:11:59 +02:00
db1dde72de change constant names 2017-05-26 16:29:15 +02:00