7ca0d6d117
Adjust cursor popin/out to make it less ugly.
2017-04-11 16:44:12 +09:00
f8c6ce15c3
Fix weird RollingCounter behaviour.
2017-04-11 16:37:36 +09:00
4aadd3a8f8
Merge pull request #616 from peppy/has-bindable-value
...
Update SliderBar to use IHasCurrentValue.
2017-04-10 19:49:13 +09:00
b1d5a56309
Update framework.
2017-04-10 19:44:45 +09:00
ba4d654a21
Merge branch 'master' into has-bindable-value
2017-04-10 19:40:37 +09:00
44d2bc7a38
Merge pull request #615 from smoogipooo/more-taiko-relative-sizings
...
More taiko relative sizings
2017-04-10 19:30:41 +09:00
b9ce98efd6
Add AspectAdjust to HitRenderer to allow playfield to consume ful HitRenderer size when needed.
2017-04-10 19:22:27 +09:00
960ea27684
Make all Playfields completely relative.
2017-04-10 19:22:27 +09:00
cd016c57c8
Merge branch 'master' into more-taiko-relative-sizings
2017-04-10 17:34:18 +09:00
75bfc85d56
Merge pull request #611 from EVAST9919/key_retry
...
Retry on Tilde key
2017-04-10 17:31:30 +09:00
43a4657540
Remove unnecessary AlwaysPresent.
2017-04-10 17:26:05 +09:00
3a01cfccee
Adjust fade length and easing.
2017-04-10 17:25:56 +09:00
15c1013f5b
Don't schedule event, it's unreliable and doesn't match the fade.
2017-04-10 17:25:46 +09:00
5af4259ab4
Add back explicit binds.
2017-04-10 17:10:15 +09:00
ba03a98992
Add missing config set.
2017-04-10 16:39:10 +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
7366640b95
Merge remote-tracking branch 'refs/remotes/ppy/master' into key_retry
2017-04-10 09:10:20 +03:00
78ea5c3b8e
Merge pull request #614 from peppy/has-bindable-value
...
Update UI control access in line with framework changes.
2017-04-10 15:05:58 +09:00
bb4a909de5
Update UI control access in line with framework changes.
2017-04-10 14:54:23 +09:00
f587fe91d2
Merge branch 'master' into more-taiko-relative-sizings
2017-04-10 14:43:17 +09:00
b57351f6e3
Update framework.
2017-04-10 14:43:13 +09:00
f4094fbde2
Extend TestCaseTaikoPlayfield a bit.
2017-04-10 14:28:28 +09:00
d6f388f8fd
Add better scale adjustements to TaikoPlayfield.
...
It will now keep the original width while scaling everything inside to match the playfield height.
2017-04-10 14:28:01 +09:00
1879a05c7b
Removed using
2017-04-10 06:10:12 +03:00
e73f543c4f
Applied suggestions
2017-04-10 06:06:10 +03:00
30b5b6f7e2
General cleanup.
2017-04-10 11:54:01 +09:00
c793878ae2
Merge remote-tracking branch 'refs/remotes/ppy/master' into key_retry
2017-04-10 05:50:28 +03:00
d2a889d2bb
Merge pull request #613 from ppy/peppy/general-fixes
...
Peppy/general fixes
2017-04-10 10:53:33 +09:00
05ac73edcb
Apply width modification to hit object container instead of hit objects, to preserve original size.
2017-04-10 10:33:52 +09:00
862c7c7f3c
Merge branch 'master' into peppy/general-fixes
2017-04-10 10:17:10 +09:00
39adb60952
Update framework.
2017-04-10 10:16:07 +09:00
8c6e3e7e54
Merge pull request #610 from peppy/vscode-updates
...
Bring vscode launch/task configurations up to date.
2017-04-10 10:06:40 +09:00
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
667b52156a
Bring vscode launch/task configurations up to date.
2017-04-09 18:59:43 +09:00
adc16b0727
Merge pull request #608 from Tom94/music-controller-button-animation
...
Music controller button animation
2017-04-08 20:48:39 +09: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
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
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