Dean Herbert
|
828b9451e5
|
Update framework
|
2019-01-22 16:48:32 +09:00 |
|
ekrctb
|
fe2b83279e
|
Correct wrong logic
`OnlineBeatmapSetID == null` was the problem
|
2019-01-22 16:40:32 +09:00 |
|
ekrctb
|
0095521fc2
|
Use both OnlineBeatmapSetID and Hash
|
2019-01-22 16:10:04 +09:00 |
|
ekrctb
|
1d5f5865aa
|
Fix PresentBeatmap not working for unsubmitted beatmap set
|
2019-01-22 15:19:42 +09:00 |
|
Dean Herbert
|
635046acff
|
Merge branch 'master' into taiko-namespace
|
2019-01-22 10:26:25 +09:00 |
|
Dean Herbert
|
21317806c9
|
Merge remote-tracking branch 'upstream/master' into nwabear-master
|
2019-01-22 10:07:35 +09:00 |
|
Dean Herbert
|
7baff750de
|
Consolidate layout, wording and ordering with VisualSettings
|
2019-01-22 10:06:30 +09:00 |
|
Dean Herbert
|
b373d78143
|
Add slight easing
|
2019-01-22 09:47:51 +09:00 |
|
Dean Herbert
|
25b5bbcd8f
|
Merge branch 'master' into score-panel-layout
|
2019-01-22 09:43:37 +09:00 |
|
Christian Kamphausen
|
86581feb4a
|
Merge branch 'master' into fix-playersettingsoverlay-not-coming-back-ctrl+H
|
2019-01-22 01:29:58 +01:00 |
|
chrisny286
|
d7d2e2fe44
|
trimmed whitespace
|
2019-01-21 19:22:19 +01:00 |
|
chrisny286
|
65fd69c817
|
Update HUDOverlay.cs
separate PlayerSettingsOverlay from the other HUD elements in the Visibility Container
|
2019-01-21 19:10:29 +01:00 |
|
chrisny286
|
fb51578df3
|
Update PlayerSettingsOverlay.cs
Framework renamed this variable so it needs to be renamed here too.
|
2019-01-21 17:19:40 +01:00 |
|
Bear Daniel
|
7cdb823c87
|
Moved "Use beatmap hitsounds" button
|
2019-01-21 08:04:06 -06:00 |
|
ekrctb
|
e74f0057bd
|
Automatically layout based on score display width
|
2019-01-21 17:07:56 +09:00 |
|
ekrctb
|
0573c1c923
|
Fix taiko namespace ignored
|
2019-01-21 14:20:37 +09:00 |
|
Dean Herbert
|
5579b52bdf
|
Merge branch 'master' into master
|
2019-01-20 20:16:20 +09:00 |
|
Shane Woolcock
|
fa6dd8c99e
|
Code sanity
|
2019-01-20 19:03:06 +10:30 |
|
Shane Woolcock
|
521b11dfcb
|
Use QuadBatch rather than LinearBatch of quads for LogoVisualisation
GL_QUADS is deprecated, and is not supported at all on OpenGL ES.
This fixes the logo visualisation not drawing on iOS.
|
2019-01-20 18:51:17 +10:30 |
|
Bear Daniel
|
858541bcf4
|
Added "Use beatmap hitsounds" button to volume section of settings
|
2019-01-18 02:33:39 -06:00 |
|
nwabear
|
42fa04beee
|
Update SkinSection.cs
Added "Use beatmap skins" button to general settings
|
2019-01-17 14:40:22 -06:00 |
|
Dean Herbert
|
b904bd9e8f
|
Update framework
|
2019-01-17 22:13:41 +09:00 |
|
Dean Herbert
|
5269ca31be
|
Merge branch 'master' into fix-room-inspector-cover
|
2019-01-17 21:49:25 +09:00 |
|
Dean Herbert
|
1d40d88f82
|
Merge branch 'master' into add-room-null-check
|
2019-01-17 21:34:25 +09:00 |
|
Dan Balasescu
|
b9c3b33e26
|
Merge branch 'master' into fix-room-inspector-cover
|
2019-01-17 20:55:17 +09:00 |
|
Dean Herbert
|
93a08bdb23
|
Remove stray using
|
2019-01-17 20:23:15 +09:00 |
|
Dean Herbert
|
d16f4af92b
|
Use TransferValueOnCommit for mouse sensitivity
|
2019-01-17 19:18:40 +09:00 |
|
Dean Herbert
|
59f7c5a26e
|
Fix room inspector cover not resetting when no room selected
|
2019-01-17 18:44:22 +09:00 |
|
Dean Herbert
|
ba9cdf2ce2
|
Add null check to fix crash on deselecting multiplayer room
|
2019-01-17 18:17:47 +09:00 |
|
Dean Herbert
|
491537b8ba
|
Add fade duration
Not really visible in the existing usage, but once we enable the settings tab it will be required. Tested by manually enabling it.
|
2019-01-17 18:13:05 +09:00 |
|
Dean Herbert
|
c1f5c0edc9
|
Merge branch 'master' into hide-multiplayer-match-room-tab
|
2019-01-17 18:02:17 +09:00 |
|
Dean Herbert
|
4082c0e8e0
|
Merge branch 'master' into fix-slider-bar-tooltip-not-shown-until-value-is-changed
|
2019-01-17 17:34:04 +09:00 |
|
ekrctb
|
2bc3464802
|
Hide Room tab when Settings tab is active
|
2019-01-17 17:27:34 +09:00 |
|
ekrctb
|
6bfae52305
|
Fix sliders don't show tooltip until first change
|
2019-01-17 17:03:53 +09:00 |
|
ekrctb
|
f982b6da55
|
Don't hide 'hold for menu' even hud is hidden
|
2019-01-17 16:49:04 +09:00 |
|
Dean Herbert
|
99c963c56a
|
Merge branch 'master' into cancel-request-on-disposal
|
2019-01-17 15:29:49 +09:00 |
|
ekrctb
|
b6fb3a5c05
|
Cancel request on disposal for RoomInspector
|
2019-01-17 15:14:30 +09:00 |
|
Dean Herbert
|
2ab0c4632e
|
Merge branch 'master' into menu-background-skinning
|
2019-01-17 14:23:03 +09:00 |
|
Dan Balasescu
|
824fff5c85
|
Merge branch 'master' into fix-sticking-cursor
|
2019-01-17 12:06:00 +09:00 |
|
Dean Herbert
|
7bcf056872
|
Merge branch 'master' into update-framework
|
2019-01-16 19:16:53 +09:00 |
|
Dean Herbert
|
5ff58870b8
|
Update framework
|
2019-01-16 19:05:46 +09:00 |
|
Dean Herbert
|
3abfaea7ac
|
Stop cursor from sticking to edges of scaled game window
|
2019-01-16 17:21:26 +09:00 |
|
Dan Balasescu
|
75113db438
|
Merge branch 'master' into fix-skip-button-scaling
|
2019-01-16 16:37:37 +09:00 |
|
Dean Herbert
|
bfb18b4ffb
|
Update framework and other nuget packages
|
2019-01-16 10:14:37 +09:00 |
|
Dean Herbert
|
7ef127a3bf
|
Merge branch 'master' into update_tab_item_font
|
2019-01-15 18:31:16 +09:00 |
|
Unknown
|
6eff79913b
|
remove blank lines
|
2019-01-11 10:34:56 +01:00 |
|
Dean Herbert
|
e2dd025225
|
Fix scaling of SkipOverlay when UI scale is adjusted
Closes #4040.
|
2019-01-11 16:54:42 +09:00 |
|
Min
|
29e8c21c46
|
Merge branch 'master' into menu-background-skinning
|
2019-01-11 11:36:20 +09:00 |
|
Dean Herbert
|
c1656a7608
|
Update framework
|
2019-01-10 21:22:42 +09:00 |
|
Dean Herbert
|
0a24d188b4
|
Remove TryGetValue as it won't work
|
2019-01-10 19:01:41 +09:00 |
|