Dan Balasescu
|
6cb0cd9617
|
Merge pull request #4872 from nyquillerium/selection-update
Remove excessive selection updating for SongSelect
|
2019-06-12 16:34:13 +09:00 |
|
Dean Herbert
|
20b43c20c8
|
Rename variables to remove redundant "screen" terminology
|
2019-06-12 16:33:15 +09:00 |
|
smoogipoo
|
13234fb4a4
|
Adjust comments a bit
|
2019-06-12 16:07:35 +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 |
|
Dean Herbert
|
94e65a3244
|
Fix settings checkboxes not being searchable
|
2019-06-12 15:16:59 +09:00 |
|
smoogipoo
|
5d3fa51360
|
Merge remote-tracking branch 'origin/master' into selection-update
|
2019-06-12 15:10:57 +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
|
c591a6f1fa
|
Rename request type to be less verbose
|
2019-06-12 13:30:23 +09:00 |
|
Dean Herbert
|
eaeeffaa86
|
Rename to DownloadableArchiveModelManager
|
2019-06-12 13:28:44 +09:00 |
|
Dean Herbert
|
b29b1bf254
|
Merge branch 'master' into mod-grow-improvement
|
2019-06-12 13:18:02 +09:00 |
|
KingLuigi4932
|
529bde14af
|
Merge branch 'not-available-to-download' of https://www.github.com/iiSaLMaN/osu into not-available-to-download
|
2019-06-11 23:11:52 +03:00 |
|
KingLuigi4932
|
35cc45c9d9
|
Small update
|
2019-06-11 23:11:03 +03:00 |
|
naoey
|
ba6546038c
|
Make ModelInfo and abstract class constructor protected
- Implementing classes would be better off exposing it if necessary under a different name
|
2019-06-12 00:55:43 +05:30 |
|
naoey
|
7495bc5d3a
|
Post merge and inverted condition fix
|
2019-06-12 00:42:05 +05:30 |
|
naoey
|
27ac06e9de
|
Merge branch 'generic-download-model-manager' into generic-download-tracking-composite
|
2019-06-12 00:07:44 +05:30 |
|
naoey
|
fe76fa9d75
|
Merge remote-tracking branch 'upstream/master' into generic-download-model-manager
|
2019-06-12 00:03:43 +05:30 |
|
naoey
|
c69d3e2d38
|
Fix doc move derp
|
2019-06-12 00:02:53 +05:30 |
|
naoey
|
c320b6110c
|
Rename interface
- Fix wrong inheritance in ArchiveModelManager
- Add license headers
|
2019-06-11 23:53:37 +05:30 |
|
Lucas A
|
51d428ef94
|
Refactor UserPanel status display logic
|
2019-06-11 20:00:14 +02:00 |
|
naoey
|
41da491a7e
|
Make BeatmapSetInfo equatable
|
2019-06-11 23:23:40 +05:30 |
|
Lucas A
|
15893bbb75
|
Drop UserActivity prefix for subclasses nested in UserActivity + Change status messages.
|
2019-06-11 19:41:48 +02:00 |
|
naoey
|
ab27d82cd5
|
Make beatmap download buttons inherit BeatmapDownloadTrackingComposite
- Move DownloadTrackingComposite into the online namespace
|
2019-06-11 23:01:01 +05:30 |
|
Lucas A
|
6c74998487
|
Set ScreenActivity to InitialScreenActivity only when ScreenActivity hasn't been set manually before.
|
2019-06-11 19:24:36 +02:00 |
|
naoey
|
4a6074865e
|
Create interfaces for DownloadTrackingComposite to consume
|
2019-06-11 22:42:57 +05:30 |
|
naoey
|
d903ad2186
|
Fix order
|
2019-06-11 21:30:25 +05:30 |
|
naoey
|
06a558c4b7
|
Remove unecessary third generic and change usages to match
|
2019-06-11 21:11:30 +05:30 |
|
Dean Herbert
|
27054a744e
|
Fill in thread pool names
|
2019-06-12 00:35:13 +09:00 |
|
naoey
|
f4dab4da85
|
Add method to check if model exists locally already
|
2019-06-11 20:53:44 +05:30 |
|
Dean Herbert
|
606be3d7ce
|
Merge branch 'master' into backgrounded-beatmap-status-lookups
|
2019-06-12 00:22:47 +09: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 |
|
naoey
|
709ca03a08
|
Remove unused usings
|
2019-06-11 20:21:06 +05:30 |
|
naoey
|
802f48712d
|
Add ability to perform a download request with options
|
2019-06-11 20:14:36 +05:30 |
|
naoey
|
8ff26a8fbc
|
Add license headers and xmldoc
|
2019-06-11 19:49:10 +05:30 |
|
naoey
|
341d137f5c
|
Make BeatmapManager inherit from new base class
|
2019-06-11 19:36:08 +05:30 |
|
naoey
|
b4de51b612
|
Create a generic base archive download manager class
|
2019-06-11 18:29:33 +05:30 |
|
KingLuigi4932
|
13cd22e397
|
Test scene for BeatmapNotAvailable
|
2019-06-11 14:58:46 +03: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 |
|