Commit Graph

29 Commits

Author SHA1 Message Date
0f37758314 Update framework 2018-07-21 16:21:53 +09:00
b2066c5d73 Rework preview tracks to reduce usage complexities 2018-06-21 18:40:27 +09:00
9b69e1825d Make PreviewTrack.owner private 2018-06-02 22:06:45 +03:00
88ac427ba6 PreviewTrack.Owner 2018-06-01 21:06:37 +03:00
572c3f5189 Stop preview playback when an overlay is popping out 2018-05-25 23:51:05 +03:00
8eefd04fcb Don't return overlay to null until it has been completely hidden 2018-04-20 12:47:23 +09:00
1728dd6502 Make BeatmapSetOverlay accept nulls everywhere 2018-04-18 16:42:09 +09:00
f62677222c Merge remote-tracking branch 'upstream/master' into naoey-show-beatmap-id 2018-04-18 13:08:53 +09:00
ae77c010e2 Merge remote-tracking branch 'upstream/master' into wave-container 2018-04-15 21:03:18 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
0bede52381 Move the waves portion of WaveOverlayContainer to WaveContainer to allow usage in other places. 2018-04-11 16:22:27 -03:00
d851446aca Remove redundant anchor and use Show/Hide instead of FadeIn/Out. 2018-04-10 19:15:37 +05:30
ca4299c6fe Remove unused using and fix possible nullref. 2018-04-04 22:07:24 +05:30
7482d5986a Add a loading state to BeatmapSetOverlay.
- Handle null value in header and info sections
- Add item to context menu for carousel beatmaps to show details
2018-04-04 21:46:31 +05:30
c304c1eecf Make LinkFlowContainer handle beatmap id lookup in game. 2018-04-04 21:23:51 +05:30
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
47bd97363e Use ShortName for mode.
- Also set the ruleset when fetching scores in BeatmapSetOverlay
2017-12-11 15:05:12 +05:30
62358c0b53 Merge branch 'master' into beatmap_scores 2017-11-16 00:45:17 +09:00
af03d883f1 Ensure overlay containers scroll to top when new information is presented 2017-11-15 19:01:30 +09:00
fa6d3f9792 Reduce isLoading calls 2017-11-13 18:49:10 +03:00
569780d37b Move Api request outside the scores container itself 2017-11-12 07:05:50 +03:00
944bdc1c25 CI fixes 2017-11-11 07:07:41 +03:00
3261af5200 Add scores container 2017-11-11 03:46:06 +03:00
e8f85a08b8 Fix audio preview still playing after closing the beatmap overlay 2017-10-14 05:58:06 +03:00
15373c71b6 Allow scores to open beatmap overlay
Reshuffles depth of beatmap and profile overlays for now.
2017-10-13 20:09:03 +09:00
3018d32b13 Close BeatmapSetOverlay when clicking outside of it 2017-09-27 11:22:47 +08:00
c1081e02b2 Close beatmap overlay on stray mouse clicks 2017-09-25 23:41:27 +08:00
c2bb3ea7bc Add minimal viable implementation of BeatmapSetOver in game 2017-09-25 17:58:03 +08:00
5be11f539b Rename to BeatmapSetOverlay 2017-09-25 17:26:27 +08:00