Commit Graph

208 Commits

Author SHA1 Message Date
57c2dd1f49 Fix options dropdown labels never being displayed. 2017-05-02 18:35:23 +09:00
1b0f353af3 Add support for framework-level mouse confining. 2017-05-02 17:45:42 +09:00
bef15fe637 Improve organisation of some options and config code. 2017-05-02 17:45:22 +09:00
116e92a542 Remove silly platform specific logic. 2017-05-02 17:00:30 +09:00
cf3e83ca62 Save ShowUnicode in framework config. 2017-04-26 19:48:46 +08:00
a6ea6738e5 add some spaces after commas 2017-04-24 17:10:00 +02:00
60bb45358c remove more casts and usings 2017-04-22 18:36:37 +02:00
b151c71c0e remove casts 2017-04-22 18:36:36 +02:00
e53c4be356 I guess this works... 2017-04-22 18:36:36 +02:00
02249dcd67 add a function to OsuSliderBar to manually set the tooltip text 2017-04-22 18:34:57 +02:00
1d2f19b5a2 change background dim from integer to double 2017-04-22 18:34:03 +02:00
2d91400239 Fix nullref due to framework change. 2017-04-22 16:56:17 +09:00
d94035e9da Merge branch 'master' into general-fixes 2017-04-21 20:42:46 +09:00
5fdc9819cf Add basic UO support (now called Audio Offset). 2017-04-21 16:20:05 +09:00
ef7bc0f92e Update UI controls to understand DisabledChanged. 2017-04-21 14:02:04 +09:00
a4e2f34ee7 Make a RulesetDatabase. 2017-04-17 17:43:48 +09:00
0333e1a050 Remove unused usings. 2017-04-15 05:57:18 +09:00
0a1376c2db Remove PlayMode game-wide. 2017-04-15 05:22:41 +09:00
59bfc7abad Move statics to RulesetCollection to avoid conflicts later on. 2017-04-15 04:53:37 +09:00
5af4259ab4 Add back explicit binds. 2017-04-10 17:10:15 +09:00
f12b5a8954 Unify disable logic. 2017-04-10 16:22:36 +09:00
b7cfdff8d1 Update SliderBar to use IHasCurrentValue. 2017-04-10 15:30:17 +09:00
bb4a909de5 Update UI control access in line with framework changes. 2017-04-10 14:54:23 +09:00
166a78a15a Fix up comment in audio device options 2017-04-08 11:01:41 +02:00
ac073e22c9 Fix crash caused by multiple identical audio device names
The option dropdown for audio device selection lists all audio
device names. Dropdowns, however, may not have multiple identical
keys. This commit adds removal of duplicate audio device names from
the dropdown. BASS does not give us a simple mechanism to select
specific audio devices in such a case anyways. This functionality would
require OS-specific and involved code.
2017-04-07 17:00:34 +02:00
411988f038 Remove all trailing whitespaces in this repo. 2017-04-06 16:21:18 +08:00
009909dd4b Merge remote-tracking branch 'refs/remotes/ppy/master' into hud_visibility 2017-04-04 17:39:53 +03:00
7c74951454 Update bindables.
# Conflicts:
#	osu.Desktop.VisualTests/Tests/TestCaseResults.cs
#	osu.Game/Screens/Ranking/ResultModeButton.cs
#	osu.Game/Screens/Ranking/Results.cs
2017-04-04 11:34:13 +09:00
d7c39a00b4 Hud Visibility 2017-03-31 16:43:31 +03:00
f7dc7e9bb9 Update references. 2017-03-28 21:26:20 +09:00
768b3c4b4b Add better focus handling in the login form. 2017-03-28 00:08:27 +09:00
54e1b24fe9 Enforce readonly private members where possible. 2017-03-23 13:50:08 +09:00
0dbc232ebf Rename all DropDown -> Dropdown. 2017-03-22 22:32:32 +08:00
e217c67bcf Merge branch 'master' into controls 2017-03-22 08:54:03 +08:00
b46ded7794 Use Bindable for DropDown. 2017-03-22 07:49:21 +08:00
f0edf5d3d3 Update to DropDown and Menu. 2017-03-22 07:18:53 +08:00
b00f86d809 Merge branch 'master' into seperateCursorSize 2017-03-22 08:11:45 +09:00
82d6129063 renamed CursorSize to MenuCursorSize 2017-03-21 17:16:23 +01:00
943bd737c4 Hide letterbox position sliders 2017-03-21 18:24:19 +03:00
d27f37beb5 Hard-code text size in cases it wasn't set. 2017-03-20 13:48:06 +09:00
80de15d935 fixed typo 2017-03-18 15:22:03 +01:00
8568e1536c Separated menu and gameplay cursor size 2017-03-17 18:40:03 +01:00
dad6060149 Fix warnings not covered by resharper locally. 2017-03-09 16:07:34 +09:00
a048e666d7 Fix autoproperty which doesn't work on mono. 2017-03-09 14:26:09 +09:00
da751804b6 Reduce error count. 2017-03-09 14:24:16 +09:00
3eece390cb Abstract constructors -> protected. 2017-03-09 14:01:08 +09:00
0cad5d7d41 Fix most warnings. 2017-03-07 13:05:57 +09:00
9106c45858 Fix remaining errors. 2017-03-07 10:42:59 +09:00
9b92e99ce9 Merge branch 'master' into increase-ci-strictness 2017-03-06 21:44:39 +01:00
dcc7386609 Add option toggle for debug cached setting. 2017-03-06 22:07:46 +09:00