Commit Graph

2994 Commits

Author SHA1 Message Date
2babdc079c Merge pull request #3568 from smoogipoo/fix-beatmap-details
Fix beatmap details not displaying
2018-10-10 20:14:58 +09:00
d28b9860ff Don't use "beatmapset" terminology 2018-10-10 19:26:35 +09:00
841b2e8692 Merge branch 'master' into consistent-terminology-format 2018-10-10 19:19:36 +09:00
6d24bde72b Fix beatmap details not displaying 2018-10-09 17:39:27 +09:00
68980fc477 Adjust usage of Handle(Non)PositionalInput to follow framework update 2018-10-02 14:45:33 +09:00
b7a2ad1aa5 Use UIEvent level getters for modifier keys. 2018-10-02 13:26:36 +09:00
50091252e2 Adapt signature change of event handlers 2018-10-02 12:02:55 +09:00
99fc04c8af Change signature to new event handler 2018-10-02 12:02:47 +09:00
6841d5c2ec Merge remote-tracking branch 'smoogipoo/fix-beatmapinfowedge' into update-framework 2018-09-28 18:32:59 +09:00
a4bf21268b Merge remote-tracking branch 'upstream/master' into update-framework 2018-09-26 19:59:18 +09:00
a8f156584b Update framework with positional/non-positional changes 2018-09-26 14:01:15 +09:00
cb500e80e4 Make BeatmapInfoWedge present until info is not null 2018-09-25 14:45:26 +09:00
ed0ea3ad41 Merge branch 'master' into patch-1 2018-09-21 06:31:15 -04:00
4380ef15bf Fix potential exception during async load callback 2018-09-21 16:31:09 +09:00
654345f380 Remove duplicate condition test 2018-09-20 22:32:24 -04:00
1644719893 Update SongSelect.cs 2018-09-20 22:29:37 -04:00
49fbe8443a Test if there are beatmaps when click on delete btn 2018-09-20 22:00:20 -04:00
83bf38f4bc Make menu background blurrable
Not actually blurring yet, needs further testing.
2018-09-21 03:13:34 +09:00
78d78b5510 Fade menu background a bit when menu is active 2018-09-21 03:13:15 +09:00
07a1c39fe5 Use random default background on starting the game 2018-09-21 03:12:20 +09:00
37f3035437 Merge remote-tracking branch 'upstream/master' into update-framework 2018-09-20 18:39:48 +09:00
62135c39aa Cleanup 2018-09-20 12:56:39 +09:00
7b8094d731 Move text size/padding out of constructor 2018-09-20 12:53:45 +09:00
ae4c371bec Merge branch 'update-framework-event-handling' into update-framework 2018-09-20 00:29:42 +09:00
b2cf636ab5 Merge branch 'localisation-changes' into update-framework 2018-09-20 00:29:31 +09:00
38a3c2a820 Fix song select wedge sometimes not updating when localisation changes 2018-09-19 14:57:32 +09:00
28f31540c4 Apply changes in-line with framework localisation changes 2018-09-19 14:07:46 +09:00
b790e16217 Use Click instead of now removed TriggerOnClick 2018-09-19 11:42:32 +09:00
a3e6973b41 Replace usage of now removed TriggerKeyPress and similar methods. 2018-09-19 11:36:55 +09:00
d3bb78d139 Merge branch 'master' into add-rank-status 2018-09-18 14:10:42 +09:00
f99eff1192 Use consistent terminology format 2018-09-15 07:30:11 -07:00
41be757a11 Merge branch 'master' into fix-logo-overhead 2018-09-15 18:33:22 +09:00
79b56cb35c Make saveState private 2018-09-15 16:34:08 +09:00
65b2bceef2 Simplify implementation 2018-09-15 14:51:04 +09:00
1662575f88 Merge branch 'master' into replay_keycounter 2018-09-14 19:08:54 +09:00
04853b8c83 don't show StatusPill without a difficulty 2018-09-13 13:49:57 +02:00
5414ce9932 add StatusPill to BeatmapInfoWedge and DrawabelCarouselBeatmapSet 2018-09-13 10:18:20 +02:00
7c7f0e11e3 Merge branch 'master' into fix-logo-overhead 2018-09-11 01:22:44 +09:00
92386edb32 Scale the results screen score to keep it in view 2018-09-10 18:13:44 +09:00
f149a66a4d Use LargeTextureStore for all online texture retrieval
Until now, many online textures were retrieved via the default texture store, which causes them to never be removed from GPU memory. It also has a performance overhead due to mipmap generation (which will be avoided via ppy/osu-framework#1885.
2018-09-09 02:45:37 +09:00
0f9aa834e5 Fix osu! logo being present throughout the whole game 2018-09-08 16:31:59 +09:00
125b569ccb Change AudioClock type to IFrameBasedClock and comment its usage 2018-09-07 21:39:41 +03:00
dae54d252d Remove redundant checks in RestoreState 2018-09-07 21:35:32 +03:00
cc533a05c5 Update framework 2018-09-07 19:00:43 +09:00
81da7ce298 Merge branch 'master' into add-skin-import-delete 2018-09-07 16:48:01 +09:00
a1780fddc9 DrawInfo -> DrawColourInfo 2018-09-06 18:02:04 +09:00
c23b9b61a8 Simplify implementation in line with framework improvements 2018-09-06 17:28:08 +09:00
e63f60231a Optimise carousel memory usage by unloading off-screen panels 2018-09-06 13:31:37 +09:00
7a1fdd9dc8 Reset KeyCounter if targetState was not found 2018-09-06 01:01:36 +03:00
5aff19eaea Merge branch 'master' into replay_keycounter 2018-09-05 08:53:02 +09:00