Dean Herbert
|
20b43c20c8
|
Rename variables to remove redundant "screen" terminology
|
2019-06-12 16:33:15 +09:00 |
|
Dean Herbert
|
a9c229b1ec
|
Merge remote-tracking branch 'upstream/master' into user-status-wiring
|
2019-06-12 16:00:35 +09:00 |
|
Dean Herbert
|
bb8a77d27d
|
Apply all steps to same user panel so interactions can be observed
|
2019-06-12 15:59:52 +09:00 |
|
Dean Herbert
|
fc1f778b82
|
Remove implicit null
|
2019-06-12 15:53:53 +09:00 |
|
Dan Balasescu
|
f23e812318
|
Merge pull request #4957 from GSculerlor/mod-grow-improvement
Add option to increase visibility of first object with grow mod
|
2019-06-12 13:31:14 +09:00 |
|
Dean Herbert
|
b29b1bf254
|
Merge branch 'master' into mod-grow-improvement
|
2019-06-12 13:18:02 +09:00 |
|
Lucas A
|
51d428ef94
|
Refactor UserPanel status display logic
|
2019-06-11 20:00:14 +02:00 |
|
Lucas A
|
15893bbb75
|
Drop UserActivity prefix for subclasses nested in UserActivity + Change status messages.
|
2019-06-11 19:41:48 +02:00 |
|
Lucas A
|
6c74998487
|
Set ScreenActivity to InitialScreenActivity only when ScreenActivity hasn't been set manually before.
|
2019-06-11 19:24:36 +02:00 |
|
Dean Herbert
|
15f1ee4b67
|
Allow fullscreen overlays to surface on subsequent show requests (#4989)
Allow fullscreen overlays to surface on subsequent show requests
|
2019-06-12 00:21:37 +09:00 |
|
Dean Herbert
|
a690a67a6c
|
Merge branch 'master' into fullscreen-overlay-surface
|
2019-06-12 00:07:30 +09:00 |
|
Dean Herbert
|
3cf3154e1d
|
Update framework (#4992)
Update framework
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
|
2019-06-11 20:57:24 +09:00 |
|
Dean Herbert
|
6a34d5575b
|
Bump framework version
|
2019-06-11 20:44:11 +09:00 |
|
Dean Herbert
|
00ee45fe46
|
Merge remote-tracking branch 'origin/update-visibility-container' into update-framework
|
2019-06-11 19:36:13 +09:00 |
|
Dean Herbert
|
d2e42b38fc
|
Merge remote-tracking branch 'smoogipoo/cursortrail-vertexbatch' into update-framework
|
2019-06-11 19:25:25 +09:00 |
|
Dean Herbert
|
261badc770
|
Update framework
|
2019-06-11 19:24:54 +09:00 |
|
Dean Herbert
|
5c2c4f0ada
|
Merge pull request #4878 from HoLLy-HaCKeR/expose-skills
Expose skills in DifficultyAttributes
|
2019-06-11 18:47:56 +09:00 |
|
Dean Herbert
|
6973e1af4d
|
Fix incorrect xmldoc in OsuAnimatedButton (#4984)
Fix incorrect xmldoc in OsuAnimatedButton
|
2019-06-11 18:45:23 +09:00 |
|
Dean Herbert
|
8faca7c9ef
|
Load results pages asynchronously (#4983)
Load results pages asynchronously
|
2019-06-11 18:45:11 +09:00 |
|
Dean Herbert
|
591be33fc2
|
Merge branch 'master' into async-results-pages
|
2019-06-11 18:45:06 +09:00 |
|
Dean Herbert
|
86b6070ae8
|
Tween track frequency on pause (#4973)
Tween track frequency on pause
|
2019-06-11 18:44:56 +09:00 |
|
Dean Herbert
|
c07e1088c6
|
Fix checkboxes with long labels overlapping nub (#4970)
Fix checkboxes with long labels overlapping nub
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
|
2019-06-11 18:44:27 +09:00 |
|
smoogipoo
|
a9758ba813
|
Merge remote-tracking branch 'origin/master' into fix-checkbox-overlap
|
2019-06-11 18:26:42 +09:00 |
|
smoogipoo
|
e5417416a2
|
Remove braces
|
2019-06-11 18:24:50 +09:00 |
|
Dean Herbert
|
dc566f3477
|
Fix all "Maintainability" CodeFactor issues (#4990)
Fix all "Maintainability" CodeFactor issues
|
2019-06-11 17:40:26 +09:00 |
|
Arphox
|
07e17518e9
|
Fix all "Maintainability" CodeFactor issues
|
2019-06-11 10:28:16 +02:00 |
|
Dean Herbert
|
620c2311ac
|
Add test
|
2019-06-11 15:39:18 +09:00 |
|
Dean Herbert
|
8de62b608e
|
Allow FullscreenOverlay to surface to front on subsequent Show requests
|
2019-06-11 15:22:27 +09:00 |
|
Dean Herbert
|
609a82bc94
|
Update VisibilityContainer usage in line with framework
|
2019-06-11 15:13:58 +09:00 |
|
Lucas A
|
141775d98c
|
Merge remote-tracking branch 'upstream/master' into user-status-wiring
|
2019-06-10 21:41:00 +02:00 |
|
Dean Herbert
|
71e15fe0f1
|
Fix incorrect xmldoc in OsuAnimatedButton
|
2019-06-11 01:21:01 +09:00 |
|
Dean Herbert
|
e87123342c
|
Load results pages asynchronously
Reduces performance burden when first displaying pages. Closes #4977.
|
2019-06-10 23:51:09 +09:00 |
|
smoogipoo
|
2b768bef96
|
Make CursorTrail use VertexBatch
|
2019-06-10 20:29:01 +09:00 |
|
Lucas A
|
4f6978f2aa
|
Apply review suggestions.
|
2019-06-09 20:01:19 +02:00 |
|
Dean Herbert
|
5c2ea0b1a7
|
Move dispose to end of file
|
2019-06-10 01:14:46 +09:00 |
|
Dean Herbert
|
59b624d4ba
|
Fix test regression
|
2019-06-10 01:08:39 +09:00 |
|
Dean Herbert
|
d964f6ba9e
|
Tween track frequency on pause
|
2019-06-10 00:56:35 +09:00 |
|
Dean Herbert
|
164b05abd6
|
Update rank graphics (#4967)
Update rank graphics
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-06-09 23:10:13 +09:00 |
|
Dean Herbert
|
a5007b94db
|
Update resources
|
2019-06-09 22:31:02 +09:00 |
|
iiSaLMaN
|
3979dab573
|
Merge branch 'master' into rename-f-to-d
|
2019-06-09 16:04:26 +03:00 |
|
Dean Herbert
|
9bc7f5e21d
|
Access WindowModes via IBindableList (#4971)
Access WindowModes via IBindableList
|
2019-06-09 17:38:58 +09:00 |
|
Shane Woolcock
|
807d434be0
|
Access WindowModes via IBindableList
|
2019-06-09 17:52:02 +09:30 |
|
Dean Herbert
|
cd89633dee
|
Rename variable to match
|
2019-06-09 17:07:23 +09:00 |
|
Dean Herbert
|
d500f3605e
|
Fix checkboxes with long labels overlapping nub
|
2019-06-09 16:48:03 +09:00 |
|
Dean Herbert
|
8cdcf251b5
|
Make local bindable private
|
2019-06-09 16:30:04 +09:00 |
|
Dean Herbert
|
126d168527
|
Merge remote-tracking branch 'upstream/master' into mod-grow-improvement
|
2019-06-09 16:29:01 +09:00 |
|
Dean Herbert
|
3567bf3863
|
Highlight major changes on the changelog overlay (#4954)
Highlight major changes on the changelog overlay
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-06-09 16:26:07 +09:00 |
|
Dean Herbert
|
a7472344d6
|
Merge branch 'master' into changelog-highlight-major-changes
|
2019-06-09 16:15:19 +09:00 |
|
Ganendra Afrasya
|
49193a2703
|
Rename the setting label
|
2019-06-09 13:12:41 +07:00 |
|
Ganendra Afrasya
|
afc3a08953
|
Use existing setting instead
Now it read IncreaseFirstObjectVisibility bindable instead
|
2019-06-09 13:11:40 +07:00 |
|