Commit Graph

29586 Commits

Author SHA1 Message Date
e95c7dfa37 Update framework. 2017-04-10 09:33:46 +09:00
88666c865f Make hit objects default size relative to play field size, not the other way around. 2017-04-10 09:23:00 +09:00
c882b9bafd Make taiko playfield scale by height. 2017-04-10 05:08:05 +09:00
1fe6b84dfc Update with new input changes from framework. 2017-04-10 01:24:50 +09:00
a7264aa84c Warning fix 2017-04-09 17:53:16 +03:00
425e96c45c Moved logic to it's own class 2017-04-09 17:44:19 +03:00
4ab4f65c83 Retry on Tilde key 2017-04-09 16:26:31 +03:00
fc7eef091f current_colour -> currentColour, fix masked away playlist items not fading colours 2017-04-09 09:08:11 -03:00
70756a069e Unused usings 2017-04-09 07:52:26 -03:00
241895c85b Proper playlist item text wrapping 2017-04-09 07:36:41 -03:00
67f1167172 Comments, play first song if current is nil and user presses play 2017-04-09 07:04:41 -03:00
667b52156a Bring vscode launch/task configurations up to date. 2017-04-09 18:59:43 +09:00
7f2feab9e7 Proper search field focusing and exit on escape 2017-04-09 06:26:17 -03:00
a88c82705b Use playlist queue 2017-04-09 06:11:53 -03:00
fe17cb924d Cleanup 2017-04-09 04:50:35 -03:00
7b5f8800bd Reimplement with MusicController 2017-04-09 04:26:21 -03:00
2d6a2f41aa Reset MusicController 2017-04-09 04:12:30 -03:00
963cd09bd0 Merge https://github.com/ppy/osu into playlist 2017-04-09 04:04:13 -03:00
f65eaa6566 Show scroll dragger, change behaviour when selecting playing song 2017-04-09 03:52:48 -03:00
bcef1ce2b6 replace space in text with Spacing in FillFlowContainer 2017-04-08 13:59:22 +02:00
f7a9a11ae5 Bar uses AccentColour aswell 2017-04-08 13:53:11 +02:00
adc16b0727 Merge pull request #608 from Tom94/music-controller-button-animation
Music controller button animation
2017-04-08 20:48:39 +09:00
5e56e84c4a change SRGBColour to Color4 and use IHasAccentColour in some places 2017-04-08 13:31:55 +02:00
b5431c496b Fix osu! logo handling drags for no reason. 2017-04-08 19:34:04 +09:00
e1e9772d46 Flash buttons on click. 2017-04-08 19:28:29 +09:00
e40ad69a3b Adjust icon scale of play button. 2017-04-08 19:25:40 +09:00
b99cbe6962 Add back nice scaling of music controller buttons 2017-04-08 19:17:20 +09:00
166a78a15a Fix up comment in audio device options 2017-04-08 11:01:41 +02:00
841d101be7 renaming 2017-04-07 20:41:03 +02:00
c60a55285c updated TestCase and some null checks 2017-04-07 20:32:09 +02:00
6a87fd6112 retries and fails hide if they're not present 2017-04-07 20:19:03 +02:00
899e559b5c ratings hide now + remove unnessary stuff 2017-04-07 19:58:49 +02:00
65d9f4fc45 hide MetadataSegments without content and remove fail/retry initialisations 2017-04-07 19:27:14 +02:00
b6ece111a4 Merge pull request #606 from Tom94/fix-audio-crash
Fix crash caused by multiple identical audio device names
2017-04-08 01:31:54 +09:00
e2756b7f8b Merge pull request #607 from peppy/general-fixes
General improvements
2017-04-07 18:31:02 +02:00
9881889f88 removed some unused stuff 2017-04-07 18:24:36 +02:00
187a0e3613 Merge branch 'details' of github.com:Jorolf/osu into details 2017-04-07 18:14:14 +02:00
eb4b3772e9 put Bar into its own file and let it only add a background if BackgroundColour is changed 2017-04-07 18:13:55 +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
06a655af5d Move initial position of KeyCounter upwards. 2017-04-07 20:51:37 +09:00
0d4f457265 Improve transitions when exiting play mode. 2017-04-07 20:46:35 +09:00
54d1afb655 Fade in HitRenderer post entering animation. 2017-04-07 20:38:57 +09:00
53c491d4ef Merge pull request #604 from peppy/taiko-fixes
Minor taiko improvements
2017-04-07 17:28:06 +09:00
aa45515a7c Add flash effect when hitting taiko hits. 2017-04-07 16:56:12 +09:00
39175905e4 Fix crashes on completing a taiko map (where a strong his is the last hit in the map). 2017-04-07 16:56:09 +09:00
7e99fc47e2 wip 2017-04-07 16:54:54 +09:00
f5f65fa230 Merge pull request #603 from peppy/music-controller-improvements
Improve clickability and visuals of MusicController buttons.
2017-04-07 16:07:19 +09:00
a9d938e7ed Fix brace style. 2017-04-07 15:57:00 +09:00
06776443eb Merge branch 'music-controller-improvements' into song-progress-graph
# Conflicts:
#	osu.Game/Overlays/DragBar.cs
2017-04-07 15:49:14 +09:00
2c2a4169c6 Better structure for button layout. 2017-04-07 15:28:18 +09:00