Commit Graph

14127 Commits

Author SHA1 Message Date
e7a5816d27 Use GetAsync for all samples 2018-08-27 17:30:16 +09:00
1b279d383f Use GetAsync on all textures 2018-08-27 17:26:44 +09:00
21d5322899 Update with async changes 2018-08-27 17:05:58 +09:00
df18508bd6 Merge pull request #3310 from smoogipoo/reduce-import-noise
Softly handle errors when no beatmap file exists in archive
2018-08-25 15:53:24 +09:00
5c7ff31675 Add note about null return 2018-08-25 14:51:42 +09:00
8204d3292e Log to correct file 2018-08-25 14:50:46 +09:00
3d52e9dea6 Merge branch 'master' into reduce-import-noise 2018-08-25 14:44:57 +09:00
a2a1277b91 Merge pull request #3312 from smoogipoo/better-mania-failsafe
Aggressively check for valid columns before iterating endlessly in mania conversion
2018-08-25 14:01:47 +09:00
49913f00f0 Fix xmldoc 2018-08-25 00:07:48 +09:00
26dfabc86c Aggressively check for valid columns before iterating endlessly 2018-08-24 23:57:44 +09:00
aeb4d47c06 Remove skipping part of message 2018-08-24 18:07:39 +09:00
99574ecad8 Softly handle errors when no beatmap file exists in archive 2018-08-24 17:57:39 +09:00
27c151db8f Merge pull request #2909 from tgi74/hit-shake
Add shake effect when clicking osu! hitobjects too early
2018-08-24 16:04:43 +09:00
1a2c3715c7 Fix testcase dodginess 2018-08-24 15:50:39 +09:00
59d6ccbaab Update framework 2018-08-24 15:27:13 +09:00
196fc03180 Merge remote-tracking branch 'upstream/master' into tgi74-hit-shake 2018-08-24 15:26:46 +09:00
ffcad6e0f1 Merge remote-tracking branch 'upstream/master' into tgi74-hit-shake
# Conflicts:
#	osu.Game.Rulesets.Osu.Tests/TestCaseHitCircle.cs
#	osu.Game.Rulesets.Osu/Objects/Drawables/DrawableOsuHitObject.cs
#	osu.Game.Rulesets.Osu/Objects/Drawables/Pieces/SliderBall.cs
2018-08-24 15:26:36 +09:00
53dc20c560 Merge pull request #3289 from peppy/break-overlay-double-parallax
Add a second parallax layer to break overlay arrows
2018-08-24 15:17:33 +09:00
83ca3053c5 Merge branch 'master' into break-overlay-double-parallax 2018-08-24 15:10:28 +09:00
5ec1a5a774 Merge pull request #3296 from peppy/fix-notifications-too-early
Fix notifications appearing too early in load process
2018-08-24 15:09:03 +09:00
2fee90dbd8 Merge branch 'master' into fix-notifications-too-early 2018-08-24 15:02:17 +09:00
0802dbdce5 Merge pull request #3308 from smoogipoo/decoder-logging
Log the format line when a decoder isn't found
2018-08-24 10:45:17 +09:00
55370165c0 Compare with invariant culture 2018-08-24 10:12:30 +09:00
407968bb7e Log the format line when a decoder isn't found 2018-08-24 10:03:56 +09:00
dc8bcb2a18 Merge pull request #3298 from smoogipoo/fix-canceledexception
Fix operation cancelled exception when changing visual settings
2018-08-23 23:02:22 +09:00
90ebabd2db Fix nullref 2018-08-23 15:21:36 +09:00
c7db407832 Fix operation cancelled exception when changing visual settings 2018-08-23 14:53:16 +09:00
9f3f07df2e Fix notifications appearing too early in load process 2018-08-23 11:21:56 +09:00
de31187de6 Merge pull request #3294 from smoogipoo/more-empty-archive-logging
Log all files when no beatmap files in archive error occurs
2018-08-23 11:10:49 +09:00
8f261988f7 Log all files when no beatmap files in archive error occurs 2018-08-23 10:59:21 +09:00
601ae43e87 Merge pull request #3293 from smoogipoo/allow-2b-mania-conversion
Allow 2B maps to be converted to mania
2018-08-23 09:43:36 +09:00
6475dfaeef Allow 2B maps to be converted to mania 2018-08-23 09:19:33 +09:00
9cbead55d6 Add a second parallax layer to break overlay arrows 2018-08-22 17:41:13 +09:00
cd3e9b7d54 Merge pull request #3287 from smoogipoo/no-objects-logging
Soft-handle errors when beatmap contains no objects
2018-08-22 16:52:34 +09:00
1c3614d6e8 Merge branch 'master' into no-objects-logging 2018-08-22 16:42:21 +09:00
d0c1091e72 Merge pull request #3285 from smoogipoo/more-import-logging
Log the archive when failing to create model
2018-08-22 16:35:01 +09:00
985528d08b Merge branch 'master' into more-import-logging 2018-08-22 16:30:55 +09:00
ba048275fa Merge pull request #3283 from smoogipoo/invalid-obj-types
Skip invalid hitobject types, log error instead
2018-08-22 16:30:31 +09:00
f1c6dfd735 Change grammar slightly 2018-08-22 16:22:29 +09:00
c6df93c438 Merge branch 'master' into invalid-obj-types 2018-08-22 16:21:17 +09:00
cfc64fb62a Merge pull request #3280 from smoogipoo/invalid-sb-origins
Handle invalid storyboard origins as Anchor.TopLeft
2018-08-22 16:20:04 +09:00
2fb62827e2 Soft-handle errors when beatmap contains no objects 2018-08-22 16:01:58 +09:00
551581e5cd Skip invalid hitobject types, log error instead 2018-08-22 15:59:58 +09:00
bdd618a99d Log the archive when failing to create model 2018-08-22 15:42:43 +09:00
df84889646 Handle invalid origins as Anchor.TopLeft 2018-08-22 14:50:03 +09:00
47ec139700 Merge pull request #3279 from smoogipoo/fix-dbcontext-disposal
Fix threads being cross-disposed from DatabaseContextFactory
2018-08-22 14:22:29 +09:00
50b8daf939 Fix threads being cross-disposed from DatabaseContextFactory 2018-08-22 14:07:52 +09:00
0d4dbee34b Merge pull request #3276 from smoogipoo/fix-invalid-latencymode
Fix invalid GC latency mode being set
2018-08-22 12:10:44 +09:00
ce367bcc42 Fix invalid GC latency mode being set 2018-08-22 12:02:14 +09:00
1a51e5b56a Merge pull request #3273 from smoogipoo/fix-swell-isstrong
Fix taiko beatmap conversion attempting to make strong swells
2018-08-22 11:49:17 +09:00