Commit Graph

1092 Commits

Author SHA1 Message Date
ee0b6be84b Merge pull request #266 from kizayoi/master
Add support for old beatmaps
2017-01-16 16:02:22 +08:00
a3770adbc5 Merge branch 'master' into hpdisplay 2017-01-16 11:23:54 +08:00
4030413291 Merge branch 'refs/heads/SirCmpwn/colors' 2017-01-14 06:52:30 +08:00
e81073695f Implement disable mouse buttons 2017-01-13 17:17:04 -05:00
f5f545df62 Refactor OsuColour into injected instance class
Which should allow you to change the color palette in the future for
skinning purposes.
2017-01-12 23:49:05 -05:00
fa007e632d Refactor colors to palette based design 2017-01-12 16:38:27 -05:00
63fcfdbbde Fixed checkboxes state and better code 2017-01-11 10:28:24 +03:00
c222be05c0 Add Color4.Opacity and OsuColor.Gray 2017-01-10 13:44:40 -05:00
1392cdfb9a Hook up naively. 2017-01-10 18:35:27 +08:00
7eab50b989 Add basic HP display support. 2017-01-10 16:08:01 +08:00
70ecf48ca7 Add central color class
I didn't move _every_ color here, but most of them. The ones I left
behind are mostly just shades of gray.

Closes #126
2017-01-09 17:20:31 -05:00
acfbf2e32e Add prefix Online to BeatmapID and BeatmapSetID 2017-01-09 21:05:01 +08:00
c0980437a6 Removed unnecessary api reference 2017-01-07 00:55:04 +03:00
4899d88d19 Update framework 2017-01-05 02:10:05 -05:00
b27139c2bd Simplify layout of dropdown menu item 2017-01-05 00:57:19 -05:00
af4aeeab09 Update following framework changes 2017-01-04 01:14:25 -05:00
a1f8c0df64 Style dropdown to match osu!stable 2017-01-03 23:00:28 -05:00
6690d1bd72 Move logic into updateDisplay. 2017-01-04 02:12:18 +08:00
794e4663d8 Fix PreferUnicode changing when nothing to play. 2017-01-04 01:00:08 +08:00
acc50e3473 fixed wrong parameter for token 2016-12-24 10:16:22 +03:00
eabfa11614 Minor fix 2016-12-24 10:04:43 +03:00
5fbc0e408b Remove unnesessary Username field check 2016-12-24 09:16:17 +03:00
ba1d0b3a84 Added Events for checkboxes 2016-12-24 09:09:01 +03:00
9f202ecba8 fix 2016-12-23 23:49:42 +03:00
70c8250021 Revert "Dependent checkboxes"
This reverts commit 70dc3bae4a.
2016-12-23 23:05:44 +03:00
70dc3bae4a Dependent checkboxes 2016-12-23 20:24:28 +03:00
cd3ab33d08 Remove the password field from game.ini 2016-12-23 00:43:43 +03:00
7c96102229 When we have empty login, api.Token becames empty
So we can't sign in having Token without login
2016-12-22 16:09:42 +03:00
4817d4bf10 Stop using password field in .ini at all 2016-12-22 15:41:06 +03:00
b066a7d905 Stop saving password 2016-12-22 15:26:31 +03:00
e578e50721 Add support for old beatmaps 2016-12-21 16:29:57 +08:00
ef11c3f389 Add default Beatmap ID 2016-12-21 14:47:56 +08:00
1c79ebff9f Fix loggining on start even after logout and exit 2016-12-21 01:51:01 +03:00
bba4c46ae3 TODO comment and deleted repeating lines 2016-12-21 01:05:10 +03:00
c7de449713 Token fix
If "Save Password" is checked, Token will be saved
2016-12-21 00:37:54 +03:00
02f6e46105 Add support for v9 beatmaps 2016-12-20 23:56:49 +08:00
d519e28dda PasswordTextBox fix 2016-12-20 17:52:16 +03:00
21c6c23189 Login improvements 2016-12-20 17:28:27 +03:00
561b0928bb Merge pull request #263 from EVAST9919/fixes
Remove unnecessary items from OptionsOverlay
2016-12-20 01:18:51 +09:00
e23a1b8e92 Remove unnecessary items from OptionsOverlay 2016-12-19 19:17:04 +03:00
aebe87fefc better implementation 2016-12-19 16:09:29 +01:00
09f9f86b06 check if dimLevel is null on exit 2016-12-19 14:03:10 +01:00
c614d61b1a getbpm takes Beatmap instead of WorkingBeatmap 2016-12-18 19:34:20 +01:00
ded6588d3b minor style fixed 2016-12-18 17:21:05 +01:00
5f893d46c7 style fixes 2016-12-18 16:53:52 +01:00
db21fe062e Merge pull request #252 from n4b3l/background-dim
basic background dim
2016-12-18 16:04:10 +01:00
66435a515c Don't async/await song selection since audio operations are now on a separate thread. 2016-12-18 15:19:41 +01:00
1d5dc77c4d Keep reference to reader to avoid early disposal. 2016-12-18 20:47:00 +09:00
df305989d0 use config bindable directly 2016-12-18 10:48:59 +01:00
f14a9e7d6b Remove unused beatmap reference in BeatmapGroup. 2016-12-18 17:06:56 +09:00