Commit Graph

1601 Commits

Author SHA1 Message Date
8a7f7c5e46 Merge remote-tracking branch 'smoogipoo/void-key-up-returns' into update-framework 2020-01-22 22:57:56 +09:00
7c62cc3ac3 Merge remote-tracking branch 'smoogipoo/void-mouse-up-returns' into update-framework 2020-01-22 22:57:52 +09:00
5f8ffd9346 Merge remote-tracking branch 'smoogipoo/void-release-returns' into update-framework 2020-01-22 22:57:40 +09:00
7b2f58eb30 Apply OnRelease method signature refactorings 2020-01-22 13:22:34 +09:00
40f502c6d1 Apply input method signature refactorings 2020-01-20 19:35:37 +09:00
bfb056c612 Apply input method signature refactorings 2020-01-20 18:17:21 +09:00
cd5290b030 Enforce using get-only auto property where possible 2020-01-20 13:50:27 +09:00
e88e40eec4 Expand on comment 2020-01-15 15:11:36 +09:00
b42b23d65b Add comment for alt pressed
Taken from OsuScrollContainer
2020-01-14 20:52:15 -08:00
2060be345d Move alt pressed condition to top of method 2020-01-14 20:44:55 -08:00
c196e83e75 Allow changing volume in song select with arrow keys when pressing alt 2020-01-13 20:48:39 -08:00
b5ac707c6c Remove unnecessary directive 2020-01-12 21:09:48 +01:00
aa2645502c Fix adjusted value always being 0 2020-01-12 20:43:48 +01:00
56724d2580 Merge branch 'master' into #7146 2020-01-10 01:08:20 +08:00
91735ff367 Update MathUtils namespace usages 2020-01-09 13:43:44 +09:00
28510674ac Shorten body text 2020-01-06 17:48:29 +09:00
61c269b17b Leaderboard should not change the model 2020-01-06 17:32:24 +09:00
4a7f5f98df Cleanup methods/events 2020-01-06 17:20:09 +09:00
e23c71be80 Update Resolved and Cached attribute issues 2020-01-03 11:34:26 -08:00
0a4e180ce7 Merge branch 'master' of github.com:ppy/osu into #7146 2020-01-03 11:32:06 -08:00
41d99df73c Merge branch 'master' into allow-ctrl-tabbing-on-more-tab-controls 2019-12-25 20:49:45 +09:00
b038c192d1 Rename property to IsSwitchable 2019-12-22 19:47:47 -08:00
1342556894 Allow ctrl tabbing navigation to chat and song select leaderboards 2019-12-21 10:48:11 -08:00
8e60ae7039 Removed directive is not required 2019-12-20 15:45:20 -08:00
8353c893c0 Update BodyText of LocalScoreDeleteDialog 2019-12-20 12:00:10 -08:00
a6bdf04f6b Remove unused using 2019-12-20 18:36:39 +09:00
822903d5db Update song select statistics when mod changes settings 2019-12-20 18:01:35 +09:00
ed07b779b1 Update to use score.ID identify local scores 2019-12-18 21:54:02 -08:00
27163a5133 Removed unnecessary code for deleting individual local score. 2019-12-18 21:04:10 -08:00
b67f986058 Fix CodeFactor issues 2019-12-18 19:26:35 -08:00
531ac16743 Update Scoreboard Refresh Method for deleting individual scores 2019-12-18 19:22:42 -08:00
d1fcadc700 Merge branch 'master' of github.com:ppy/osu into #7146 2019-12-18 19:16:54 -08:00
2905a4418d Fix potential nullref 2019-12-18 21:30:57 +09:00
cb5a35f8f9 Fix incorrect bindable valuechanged usage 2019-12-18 21:08:49 +09:00
4e11fb0fd7 Merge remote-tracking branch 'refs/remotes/origin/master' into multiplier-text 2019-12-18 19:36:16 +09:00
6683460240 Merge branch 'master' into update-beatmap-settings 2019-12-18 17:59:27 +09:00
8e651962c7 Fix incorrectly binding inside BDL load() 2019-12-18 17:41:30 +09:00
ada2ae2b2c Use tuple to avoid potential for incorrect display 2019-12-18 17:12:41 +09:00
e87aa281bf Don't clone beatmap unnecessarily 2019-12-18 17:00:35 +09:00
4646524bf9 Remove unnecessary library 2019-12-17 13:18:20 -08:00
8aeef3f59a Added refresh scoreboard upon deleting local score and formatted the code 2019-12-17 12:56:30 -08:00
bb2b1475cd Merge branch 'master' of https://github.com/ppy/osu into #7146 2019-12-17 12:54:47 -08:00
caf3f774ba CA1309: compare strings correctly. 2019-12-17 13:00:15 +08:00
ecfc6dfa3d CA1825: use Array.Empty. 2019-12-17 12:59:48 +08:00
bef9637fdf Implemented delete local score individually. Currently does not refresh the score screen after the delete is compelete. 2019-12-16 19:25:28 -08:00
ab70abe8bd Turn off unexpected new warnings. 2019-12-15 20:07:56 +08:00
3945e7403a improve tests and refactor AdvancedStats 2019-12-13 09:39:54 +08:00
ec5b506960 apply mod difficulty settings during song select 2019-12-12 23:41:46 +08:00
cdde5d1d69 Fix song select filters not reapplied if in a child screen
Closes https://github.com/ppy/osu/issues/6980.
2019-12-10 02:30:23 +09:00
ad1fb3bda2 Remove IComparable in constraint. 2019-12-09 17:48:41 +08:00