Commit Graph

4762 Commits

Author SHA1 Message Date
392e1cbafb Merge pull request #5456 from peppy/fix-import-select
Fix beatmap present failing directly after an import
2019-07-26 18:48:49 +09:00
4d49aad153 Start not visible 2019-07-26 15:51:51 +09:00
7fa419a38b Fix file layout order 2019-07-26 15:49:21 +09:00
4c9e8527d8 Modify global index directly in the for loop
Moves the global index to a near break if not in a break yet
2019-07-26 09:24:53 +03:00
0f6c6c7de0 consolidate halfheight as well 2019-07-26 15:22:29 +09:00
0b6cfec21c Hide leaderboard mod filter when on details tab 2019-07-25 23:20:56 -07:00
5a94a22314 Add a quick check if we're not in a break with current index 2019-07-26 09:17:39 +03:00
6765e9f7fa Combine into properties and update for framework changes 2019-07-26 15:13:10 +09:00
3fa6804501 Use better loops for moving index
Easy to read, suggested by peppy
2019-07-26 08:12:32 +03:00
806d41daf4 Add function to reset break index 2019-07-26 08:11:13 +03:00
91fa8a6552 Simplify null and any check 2019-07-26 08:09:18 +03:00
c89830f3d8 move constants, combine local vars into properties 2019-07-26 13:07:28 +09:00
7b7e4f924d Merge branch 'master' into songselect-best-user-score 2019-07-26 13:06:14 +09:00
44895c4b69 Use IReadOnlyList for break periods list 2019-07-26 05:41:10 +03:00
b4c93b1777 Use lookup direction than 2 while loops 2019-07-26 05:11:01 +03:00
a08d54eb06 Remove unnecessary checks 2019-07-26 03:11:59 +03:00
1d6c321e14 Ensure we don't ping-pong nearestBreakIndex between breaks 2019-07-26 08:34:18 +09:30
5e51012800 Rewrite updateBreakTimeBindable 2019-07-25 22:54:05 +09:30
cdda264c49 Use global index and move it to find if break time
Avoid using iterations
2019-07-25 12:28:21 +03:00
5a55433d6c Return if breaks are null
Fixes a test
2019-07-25 11:53:32 +03:00
172a9ce33a Use a for loop instead of foreach
avoid allocating an iterator
2019-07-25 11:40:45 +03:00
a9f0dda9d7 Confine positional input 2019-07-25 17:36:13 +09:00
97eb5293a8 Don't depend on parent sizing 2019-07-25 17:32:21 +09:00
9bd66b6e7a Better xmldoc 2019-07-25 11:27:32 +03:00
69d2f57f4f Avoid using LINQ 2019-07-25 11:27:01 +03:00
0ea0a10ca4 Expose as IBindable<bool> 2019-07-25 11:26:38 +03:00
7b82d184bd Add bindable boolean for break times 2019-07-25 11:07:53 +03:00
c4bed0e6d2 Resize BeatmapCarousel, update carouselitem logic 2019-07-25 15:31:21 +09:00
69844e6c24 Fix beatmap present failing directly after an import 2019-07-25 12:18:18 +09:00
6ef3c71e22 remove unused using 2019-07-25 11:31:46 +09:00
e63c97b306 remove unnecessary overrides 2019-07-25 11:20:24 +09:00
bbcc8f0721 Add new container level and unblock footer 2019-07-25 11:11:20 +09:00
76b79f3554 Transform adjustments 2019-07-23 01:14:45 +03:00
94ed03548d Hide top score at every leaderboard change 2019-07-22 18:34:31 +03:00
ade661236a Merge branch 'master' into intro-testing-improvements 2019-07-22 23:44:14 +09:00
5a6c8bfec9 Adjust transition to now show janky resize 2019-07-22 23:28:17 +09:00
95241165cc Fix text alignment 2019-07-22 23:26:11 +09:00
d83d93ee66 Use asynchronous loading 2019-07-22 23:21:07 +09:00
764513feea Fix code quality 2019-07-22 23:13:48 +09:00
8c54708582 Merge branch 'master' into songselect-best-user-score 2019-07-22 22:34:11 +09:00
a05a6bbb77 Set "Title" as the default grouping/sorting modes in song select (#5396)
Set "Title" as the default grouping/sorting modes in song select
2019-07-22 18:06:23 +09:00
e76b3e2b40 User property instead of method 2019-07-21 10:42:40 +09:00
842417cf42 Check if selected scope requires API 2019-07-21 03:07:27 +03:00
1ce2b2eace Set title as default grouping/sorting modes 2019-07-18 13:18:06 +09:00
a6ddcd78d4 Fix results screen not showing first tab correctly 2019-07-18 01:08:12 +09:00
98d0713fa9 Merge branch 'master' into fix-background-blur-safety 2019-07-17 22:01:10 +09:00
7c5a227fc5 Fix crashes when presenting replays 2019-07-17 14:46:25 +09:00
7634e3cc81 Fix song select iterating over all beatmaps in database unnnecessarily 2019-07-16 14:57:11 +09:00
7e367dc397 Push results screen when clicking on top score 2019-07-15 12:30:42 +03:00
9c13ede5a8 Merge remote-tracking branch 'refs/remotes/ppy/master' into songselect-best-user-score 2019-07-15 12:11:28 +03:00