smoogipoo
|
d7c09e7dbd
|
Merge remote-tracking branch 'origin/master' into fix-new-inspections
# Conflicts:
# osu.Game.Rulesets.Catch/Judgements/CatchDropletJudgement.cs
# osu.Game.Rulesets.Catch/Judgements/CatchJudgement.cs
# osu.Game.Rulesets.Mania/Scoring/ManiaScoreProcessor.cs
# osu.Game.Rulesets.Osu/Replays/OsuAutoGenerator.cs
# osu.Game.Rulesets.Osu/UI/Cursor/CursorTrail.cs
# osu.Game.Tests/Visual/SongSelect/TestCaseBeatmapScoresContainer.cs
# osu.Game/Graphics/OsuFont.cs
# osu.Game/Online/API/Requests/Responses/APILegacyScoreInfo.cs
# osu.Game/Overlays/Profile/Header/BadgeContainer.cs
# osu.Game/Overlays/Profile/ProfileHeader.cs
# osu.Game/Screens/Select/PlaySongSelect.cs
# osu.Game/Skinning/LegacySkinDecoder.cs
|
2019-05-07 13:20:17 +09:00 |
|
smoogipoo
|
0bd35ab7bb
|
Turn on warnings, resolve issues
|
2019-04-25 17:36:17 +09:00 |
|
Dean Herbert
|
612db31c38
|
Apply newline additions
|
2019-04-01 12:16:32 +09:00 |
|
Dean Herbert
|
461a0a5038
|
Merge branch 'master' into remove-unnecessary-code
|
2019-03-20 10:22:24 +09:00 |
|
Dean Herbert
|
f0114d776d
|
Use interface to access API
Allows for better testability.
|
2019-03-13 12:58:18 +09:00 |
|
smoogipoo
|
059397ac50
|
Remove unnecessary early return for maching beatmap IDs
|
2019-03-12 14:40:13 +09:00 |
|
Dean Herbert
|
d0ae75af6e
|
Add tests and fix scenario where all matching are contained by duplicate candidate
|
2019-03-11 18:13:33 +09:00 |
|
Dean Herbert
|
3a8c32d41b
|
Add the ability for ArchiveModelManager to re-import even when existing entry is present
|
2019-03-11 17:04:18 +09:00 |
|
Dean Herbert
|
56697339b3
|
Merge branch 'master' into fix-disabled-set-crash
|
2019-02-27 11:14:42 +09:00 |
|
Dean Herbert
|
314f35b0c5
|
Further simplify import messaging
|
2019-02-25 18:42:08 +09:00 |
|
Dean Herbert
|
80737b9ef8
|
Remove "silent" parameter; consolidate import logic
|
2019-02-25 18:24:06 +09:00 |
|
Dean Herbert
|
4e06d5c7cd
|
Avoid fatal exceptions being thrown on download failure
Closes #4313.
|
2019-02-24 00:33:11 +09:00 |
|
Dean Herbert
|
baea9691cc
|
Fix baetmap downloads using too much memory
|
2019-01-29 18:34:10 +09:00 |
|
Dean Herbert
|
28f529ca19
|
Rename to host
|
2019-01-25 20:24:32 +09:00 |
|
Dean Herbert
|
c3b73d2d53
|
ALlow null host
|
2019-01-25 12:08:31 +09:00 |
|
Dean Herbert
|
bda5a90252
|
Readonly variable
|
2019-01-25 11:50:52 +09:00 |
|
Dean Herbert
|
6b3d53750c
|
Fix remaining cases of not using host-created TextureLoaderStore
|
2019-01-25 11:48:28 +09:00 |
|
Dean Herbert
|
8617aaa2a7
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
|
Dean Herbert
|
5ea6e8e247
|
Allow full osu!direct usage regardless of supporter status for now
|
2019-01-22 14:22:38 +09:00 |
|
smoogipoo
|
96c9e5f209
|
Make DefaultBeatmap readonly
|
2018-12-25 18:34:45 +09:00 |
|
Dean Herbert
|
9542e3e24a
|
Add Updateable beatmap sprite
|
2018-12-25 18:04:13 +09:00 |
|
Dean Herbert
|
b5ba74a628
|
Add more specific checks
|
2018-12-05 02:12:15 +09:00 |
|
Dean Herbert
|
c7c5837ec1
|
Fix GetWorkingBeatmap potentially loading same beatmap twice
This could be seen when using the previous/next buttons in the MusicController while at song select.
|
2018-12-05 01:45:32 +09:00 |
|
Dean Herbert
|
ab2b2493a1
|
Move hashing functionality to ArchiveModelManager
|
2018-11-28 19:21:36 +09:00 |
|
Dean Herbert
|
ce660b6d67
|
Add skin de-duplication
|
2018-11-28 19:01:22 +09:00 |
|
smoogipoo
|
8703db5cc1
|
Rename HitObjectMask -> SelectionMask
|
2018-10-26 13:31:23 +09:00 |
|
Paul Teng
|
86b29064c6
|
Change DownloadState only when Download is possible
|
2018-10-18 08:51:05 -04:00 |
|
Unknown
|
638a2e5ba8
|
populate Status for Beatmap + BeatmapSet
also added Status to APIBeatmap + APIBeatmapSet
|
2018-09-13 11:57:40 +02:00 |
|
Dean Herbert
|
bb67f1a361
|
Merge remote-tracking branch 'upstream/master' into add-skin-import-delete
|
2018-09-07 18:18:03 +09:00 |
|
Dean Herbert
|
81da7ce298
|
Merge branch 'master' into add-skin-import-delete
|
2018-09-07 16:48:01 +09:00 |
|
Dean Herbert
|
2c0ba401d5
|
Add ability to click on imported complete notification to present last import
|
2018-09-07 16:30:11 +09:00 |
|
Dean Herbert
|
9b753bb429
|
Merge pull request #3321 from peppy/fix-importing
Fix order of import set conflict checks
|
2018-09-05 18:51:15 +09:00 |
|
Dean Herbert
|
144e80dff6
|
Add "import all skins from stable" option (and mass delete)
|
2018-09-03 10:10:04 +09:00 |
|
Dean Herbert
|
b1a3dfedd1
|
Reduce async-await pairs
|
2018-08-30 14:41:16 +09:00 |
|
Dean Herbert
|
0d4aa37a91
|
Fix order of import set conflict checks
|
2018-08-28 02:53:32 +09:00 |
|
Dean Herbert
|
8204d3292e
|
Log to correct file
|
2018-08-25 14:50:46 +09:00 |
|
smoogipoo
|
aeb4d47c06
|
Remove skipping part of message
|
2018-08-24 18:07:39 +09:00 |
|
smoogipoo
|
99574ecad8
|
Softly handle errors when no beatmap file exists in archive
|
2018-08-24 17:57:39 +09:00 |
|
smoogipoo
|
8f261988f7
|
Log all files when no beatmap files in archive error occurs
|
2018-08-23 10:59:21 +09:00 |
|
Dean Herbert
|
f1c6dfd735
|
Change grammar slightly
|
2018-08-22 16:22:29 +09:00 |
|
smoogipoo
|
bdd618a99d
|
Log the archive when failing to create model
|
2018-08-22 15:42:43 +09:00 |
|
smoogipoo
|
4dfb63023f
|
Update with recent changes
|
2018-08-15 15:49:48 +09:00 |
|
jorolf
|
123f304cf1
|
update storage usages
|
2018-08-02 19:24:17 +02:00 |
|
Dean Herbert
|
7fea2b3a8b
|
Add ToList
|
2018-07-20 16:38:02 +09:00 |
|
Dean Herbert
|
68614f1512
|
Ensure online IDs are validated for imports that don't have an associated archive too
|
2018-07-19 13:41:34 +09:00 |
|
Dean Herbert
|
e3fb781a5a
|
Fix ArchiveModelManager's model import method not running import logic
|
2018-07-18 12:59:22 +09:00 |
|
Dan Balasescu
|
7a2dc3c674
|
Merge branch 'master' into clickable-download-notifications
|
2018-07-17 13:29:16 +09:00 |
|
Dean Herbert
|
a117b323e2
|
Merge branch 'master' into make-notifications-quieter
|
2018-07-16 13:15:07 +09:00 |
|
Dean Herbert
|
a12c47536b
|
Change default to being important
|
2018-07-16 13:00:21 +09:00 |
|
Dean Herbert
|
6698f320fb
|
Merge branch 'master' into download-button-state
|
2018-07-13 22:05:26 +09:00 |
|