Dean Herbert
|
c3b81bef4a
|
Flip default to the preferred method going forward
|
2019-07-22 15:55:38 +09:00 |
|
Dean Herbert
|
be170b4124
|
Naming and documentation improvements
|
2019-07-22 15:50:02 +09:00 |
|
Dean Herbert
|
6d889c8a37
|
Revert unintended change
|
2019-07-22 15:43:27 +09:00 |
|
Dean Herbert
|
3994cb4472
|
Fix WorkingBeatmap disposal potentially null-refing (#5423)
Fix WorkingBeatmap disposal potentially null-refing
|
2019-07-22 15:16:24 +09:00 |
|
Dean Herbert
|
91f86adb66
|
Move DrawableHitObject state management to base class
|
2019-07-22 15:07:12 +09:00 |
|
smoogipoo
|
a631aac664
|
Fix workingbeatmap's disposal potentially null-refing
|
2019-07-22 15:01:01 +09:00 |
|
Dean Herbert
|
8327452fe1
|
Make AccentColour a bindable
|
2019-07-22 14:48:59 +09:00 |
|
Dean Herbert
|
36c557c752
|
Add null check and simplify scaling conditional logic via switch
|
2019-07-22 14:43:25 +09:00 |
|
Dean Herbert
|
eca63980d2
|
Add comprehensive scaling mode tests
|
2019-07-22 14:43:07 +09:00 |
|
Dean Herbert
|
9d091c96b8
|
Use cache to ensure correct DrawSize when deciding scaling
|
2019-07-22 14:43:04 +09:00 |
|
Dean Herbert
|
74c961bcff
|
Add more flexible skin element confine modes
|
2019-07-22 14:42:56 +09:00 |
|
Dean Herbert
|
e50b70d615
|
Centralise osu! circle radius specification
|
2019-07-22 14:40:02 +09:00 |
|
Andrei Zavatski
|
de8ac9a428
|
Simple implementation
|
2019-07-21 21:41:07 +03:00 |
|
iiSaLMaN
|
affd0b2878
|
Fix build issues
|
2019-07-21 12:34:52 +03:00 |
|
iiSaLMaN
|
57fc5cbda8
|
Fix CI issues
|
2019-07-21 12:29:06 +03:00 |
|
iiSaLMaN
|
87fb22352c
|
glowingText -> blurredText
|
2019-07-21 12:28:55 +03:00 |
|
iiSaLMaN
|
9d7f6abbdd
|
Remove unnecessary field
|
2019-07-21 12:18:31 +03:00 |
|
iiSaLMaN
|
ed0ef90613
|
Separate glowing sprite text into it's own class
|
2019-07-21 12:14:55 +03:00 |
|
Dean Herbert
|
38d39be678
|
Check if the current leaderboard scope requires API (#5415)
Check if the current leaderboard scope requires API
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-07-21 15:48:00 +09:00 |
|
Dean Herbert
|
e76b3e2b40
|
User property instead of method
|
2019-07-21 10:42:40 +09:00 |
|
iiSaLMaN
|
842417cf42
|
Check if selected scope requires API
|
2019-07-21 03:07:27 +03:00 |
|
Dean Herbert
|
2ff7979d29
|
Fix loading animation is no longer present for scores in Beatma… (#5401)
Fix loading animation is no longer present for scores in BeatmapSetOverlay
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-07-20 23:10:29 +09:00 |
|
Dean Herbert
|
4c592a5e65
|
Fix TriangleDrawNode crash when aimcount is zero
|
2019-07-20 22:52:07 +09:00 |
|
Dean Herbert
|
2a94b68ecb
|
Simplify logic
|
2019-07-20 22:50:17 +09:00 |
|
Dean Herbert
|
2df279f902
|
Merge branch 'master' into loading-fix
|
2019-07-20 22:46:09 +09:00 |
|
Dean Herbert
|
3b27398f22
|
Merge pull request #5403 from peppy/triangle-memory-reudction
Reduce Triangle drawnode overhead by ~90%
|
2019-07-20 00:09:05 +09:00 |
|
Dean Herbert
|
5696d79423
|
Use TriangleBatch
|
2019-07-19 23:47:48 +09:00 |
|
Dean Herbert
|
eebfdd8865
|
Update framework
|
2019-07-19 23:43:25 +09:00 |
|
Dean Herbert
|
f08d722083
|
Merge remote-tracking branch 'upstream/master' into triangle-memory-reudction
|
2019-07-19 23:43:17 +09:00 |
|
Dean Herbert
|
9da565da5f
|
Use limit value for some requests (#5365)
Use limit value for some requests
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
|
2019-07-19 16:14:54 +09:00 |
|
smoogipoo
|
066bee3535
|
Simplify offset calculation
|
2019-07-19 16:02:33 +09:00 |
|
smoogipoo
|
2a66cf36d5
|
Merge remote-tracking branch 'Joehuu/master' into requests-limit-usage
|
2019-07-19 15:33:18 +09:00 |
|
smoogipoo
|
99ab77b926
|
Add PaginatedWebRequest to handle request pagination
|
2019-07-19 15:33:09 +09:00 |
|
Dean Herbert
|
024f136d82
|
Reduce buffer count by one
|
2019-07-19 14:24:11 +09:00 |
|
Dean Herbert
|
95f36c36c4
|
Late-initialize vertex batch for safety
|
2019-07-19 01:52:53 +09:00 |
|
Dean Herbert
|
a23bb3a6b3
|
Account for headless nulls (but how?)
|
2019-07-19 01:14:55 +09:00 |
|
Dean Herbert
|
00f1d1b53c
|
Reduce Triangle drawnode overhead by ~90%
This was never batching, ever. Pointless memory overhead.
|
2019-07-19 00:53:00 +09:00 |
|
Andrei Zavatski
|
fa978a47b0
|
Fix loading animation is no longer present
|
2019-07-18 15:08:50 +03:00 |
|
smoogipoo
|
f87e9b8017
|
Remove unnecessary tooltip text
|
2019-07-18 20:17:19 +09:00 |
|
smoogipoo
|
ca72409dc2
|
More closely match osu-web styling
|
2019-07-18 20:16:10 +09:00 |
|
Dan Balasescu
|
7558ac1445
|
Merge pull request #5369 from Joehuu/remove-unnecessary-transforms-1
Remove unnecessary transforms on top score user section
|
2019-07-18 18:54:39 +09:00 |
|
Dan Balasescu
|
85ce44be74
|
Merge branch 'master' into remove-unnecessary-transforms-1
|
2019-07-18 18:16:36 +09:00 |
|
smoogipoo
|
1ce2b2eace
|
Set title as default grouping/sorting modes
|
2019-07-18 13:18:06 +09:00 |
|
Dean Herbert
|
e57097020a
|
Merge pull request #5387 from peppy/fix-results-tabs
Fix results screen not showing first tab correctly
|
2019-07-18 01:09:09 +09:00 |
|
Dean Herbert
|
a6ddcd78d4
|
Fix results screen not showing first tab correctly
|
2019-07-18 01:08:12 +09:00 |
|
Dean Herbert
|
a82b1ca9ad
|
Recycle slider paths when the parenting slider dies (#5383)
Recycle slider paths when the parenting slider dies
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-07-18 00:25:33 +09:00 |
|
Dean Herbert
|
f1423b8cb5
|
Add more brackets
|
2019-07-18 00:03:04 +09:00 |
|
Dean Herbert
|
cc3492f8f2
|
Update framework
|
2019-07-18 00:01:38 +09:00 |
|
Dean Herbert
|
3e57fcf5c5
|
Merge remote-tracking branch 'upstream/master' into cleanup-slider-bodies
|
2019-07-17 22:11:01 +09:00 |
|
Dean Herbert
|
42b1e1772f
|
Update framework
|
2019-07-17 22:07:11 +09:00 |
|