Commit Graph

456 Commits

Author SHA1 Message Date
37ed1b3d09 Moved key press select mods to ModSection 2017-03-02 01:24:32 -04:00
1eee587c18 CreateModSections -> GetModsFor(PlayMode), fixed deselect not working in ModSelectOverlay, added MultiMod for multiple mods in one mod, fixed issues with SelectedColour in ModSection 2017-03-02 01:07:28 -04:00
6c680825ed ModSections in Ruleset, fixed toolbar play mode changed not firing 2017-03-01 22:05:52 -04:00
bb12463ae4 Working on better way to handle mods 2017-03-01 20:57:33 -04:00
c3a81127f2 Updated to work with latest framework 2017-02-28 02:25:38 -04:00
570c95cb98 Merge https://github.com/ppy/osu into mod-overlay 2017-02-28 02:22:59 -04:00
9444ffd849 Removed redundant qualifiers 2017-02-27 17:37:38 +03:00
3487dfe236 Removed unused variables and parameters 2017-02-27 17:32:32 +03:00
686372a7f9 Update with framework structural changes. 2017-02-26 20:54:32 +09:00
9f5518312d Add missing file. 2017-02-26 18:28:01 +09:00
79993a576f Add basic GC options. 2017-02-26 18:06:59 +09:00
1585ae842a Update framework 2017-02-26 11:22:58 +09:00
6c3bda18b6 Add beatmap deletion support.
Note that this is a very naive approach and will result in file access exceptions. This will be fixed in a further commit.
2017-02-24 14:37:54 +09:00
c5552dfb27 Merge remote-tracking branch 'upstream/master' into remove-usings 2017-02-24 11:29:34 +09:00
37bc75a7b6 Remove unused variables 2017-02-23 22:32:49 +01:00
2689de0c0c Update framework and add "Async" suffix to asynchronous methods 2017-02-23 22:32:10 +01:00
a5dfa7ab06 Remove unnecessary using statements 2017-02-23 21:38:10 +01:00
b4b88712ad Merge branch 'master' into mod-overlay 2017-02-23 08:00:24 -04:00
a67bfacb19 Made requested changes 2017-02-23 07:57:58 -04:00
e1c4abd8c5 Cleaned ModSelectOverlay 2017-02-23 07:36:31 -04:00
fd622286fe Enable Tabbing in LoginOptions 2017-02-23 00:50:09 -08:00
f1538791c3 Correctly hook up window mode dropdown. 2017-02-23 17:35:14 +09:00
da2bfe6d3c Framework updates. 2017-02-23 16:42:12 +09:00
c683cdbb1d Derive from FocusedOverlayContainer and remove custom focus logic. 2017-02-23 12:51:32 +09:00
cee1c14557 Clean-up code. 2017-02-23 12:48:24 +09:00
8d1498a8db Fix initial state and shorten disappear animation. 2017-02-23 12:47:20 +09:00
b33627a750 Make transitions better. 2017-02-23 12:42:31 +09:00
8787b0dc90 Remove a lot of constants (use object initialisers instead). 2017-02-23 12:17:59 +09:00
521a9b7728 Remove need for waves array; use generic container. 2017-02-23 11:26:50 +09:00
d154cf7938 Abstract wave logic to class. 2017-02-23 11:22:01 +09:00
9f367bcc0e Fix line endings. 2017-02-23 11:16:23 +09:00
79ff96de0d Typo 2017-02-22 16:38:36 -04:00
a58a0a4edf Fix transition stutter 2017-02-22 16:37:58 -04:00
cf5258ceb0 Thanks refactoring 2017-02-22 13:17:06 -04:00
bf1d13e734 Comply to formatting style 2017-02-22 13:12:39 -04:00
8cd7ebcb43 readonly -> const 2017-02-22 13:03:19 -04:00
416772e96f Update to work with latest framework 2017-02-22 12:46:38 -04:00
99f1f88c75 Merge https://github.com/ppy/osu into mod-overlay 2017-02-22 12:35:55 -04:00
bac0431102 Fixed build failing 2017-02-22 12:28:34 -04:00
cc956bc8ec Newline 2017-02-22 12:23:46 -04:00
584a514267 Cleanup part 2 2017-02-22 12:22:29 -04:00
4821f323b8 Cleanup 2017-02-22 12:12:41 -04:00
337a1004d3 Made mod disabling better 2017-02-22 11:34:22 -04:00
44bedb5407 Merge branch 'master' into chat-improvement 2017-02-22 07:36:42 +01:00
190bed8939 Add top padding. 2017-02-22 13:38:22 +09:00
b7a9fd85ea Assert single channel support for now. 2017-02-22 13:38:10 +09:00
cbd061d573 Improve appearance of notifications. 2017-02-21 13:52:37 +09:00
6a83620589 Add better focus handling and padding/margin updates. 2017-02-20 21:11:09 +09:00
e3fa49dda7 Naively "send" messages that the user types (doesn't arrive yet). 2017-02-20 21:10:43 +09:00
7a2eedbd7e Add message batching per-channel. 2017-02-20 21:09:34 +09:00