Commit Graph

29342 Commits

Author SHA1 Message Date
1dce2a1eae Merge pull request #9096 from turbedi/fix_benchmark
Fix running osu.Game.Benchmarks
2020-05-25 14:22:18 +09:00
ebb22b2aa7 Merge branch 'master' into fix_benchmark 2020-05-25 13:45:33 +09:00
115397e331 Merge pull request #9101 from peppy/skin-export
Add the ability to export skins
2020-05-25 13:28:46 +09:00
8ab65e4c5d Move implementation into own class 2020-05-24 23:15:24 +09:00
904d17224f Fix english 2020-05-24 23:09:49 +09:00
234fa28445 Ensure export filename is valid 2020-05-24 22:34:31 +09:00
f277b0c99f Use better formatting for skin display (matching BeatmapMetadata) 2020-05-24 22:30:56 +09:00
c071fe6140 Add the ability to export skins 2020-05-24 13:44:11 +09:00
de60d509e8 Remove redundant string interpolation to fix CI 2020-05-23 17:01:34 +02:00
edc46d1dce Fix osu.Game.Benchmarks 2020-05-23 16:18:55 +02:00
224a3ff462 Add note about gameplay mechanics in osu!lazer 2020-05-23 11:44:45 +09:00
95a30226ea Merge pull request #9021 from smoogipoo/mania-distance-snap-grid
Implement beat snapping grid for mania's editor
2020-05-23 00:42:16 +09:00
e763473e23 Merge pull request #9089 from frenzibyte/fix-beatmap-lookup-cache-not-disposed
Fix beatmap-online-lookup-queue potentially throwing on OsuGameTestScene
2020-05-23 00:40:46 +09:00
3d3cc2c15e Dispose BeatmapOnlineLookupQueue cache download request 2020-05-22 17:26:37 +03:00
7846445b45 Merge branch 'master' into mania-distance-snap-grid 2020-05-22 21:17:25 +09:00
ae133c2c2d Merge pull request #9070 from peppy/editor-position-snap
Refactor editor snapping logic and add osu!mania beat snapping support
2020-05-22 21:16:19 +09:00
9ede390c60 Merge branch 'master' into editor-position-snap 2020-05-22 20:05:18 +09:00
5ea33f4c04 Fix incorrect rounding in DragBar 2020-05-22 19:23:07 +09:00
af30d1201f Fix slider path control point blueprint not working correctly 2020-05-22 18:57:28 +09:00
3e0ee310d0 Remove now incorrect comment 2020-05-22 18:30:39 +09:00
be02638341 Merge pull request #9050 from bdach/bar-line-floating-point
Eliminate floating point inaccuracies when generating bar lines
2020-05-22 17:03:33 +09:00
f395ef24a4 Merge branch 'master' into editor-position-snap 2020-05-22 16:42:09 +09:00
648fc3af41 Merge branch 'master' into bar-line-floating-point 2020-05-22 16:32:25 +09:00
10af894b69 Merge pull request #9080 from bdach/sequential-scroll-lifetime-start
Fix display start time in sequential scroll algorithm
2020-05-22 15:17:47 +09:00
ce35d09e7d Fix incorrect alpha application to lines on rewinding 2020-05-22 12:45:37 +09:00
d529a2aefa Remove left-over function 2020-05-22 12:28:01 +09:00
b2667bbb02 Move protected implementation down 2020-05-22 11:45:58 +09:00
d7b7dea0d0 Merge branch 'editor-position-snap' into mania-distance-snap-grid 2020-05-22 11:45:20 +09:00
f364d0e832 Reduce IManiaHitObjectComposer scope 2020-05-22 11:35:26 +09:00
9a2889abc5 Remove remaining left-over test implementations 2020-05-22 11:32:35 +09:00
6de2597958 Merge branch 'editor-position-snap' into mania-distance-snap-grid 2020-05-22 11:27:36 +09:00
8a105bdbcf Remove unused ColumnAt method 2020-05-22 11:23:39 +09:00
6f388b731e Fix display start time in sequential scroll algorithm 2020-05-21 21:56:59 +02:00
4299bd05b4 Add test cases for sequential scroll algorithm 2020-05-21 21:56:59 +02:00
24d898c870 Demonstrate failure case in visual test scene 2020-05-21 21:56:55 +02:00
8702a1b5a5 Fix test scene regression 2020-05-21 20:16:02 +02:00
b1fd7da824 Merge branch 'master' into editor-position-snap 2020-05-21 15:47:20 +09:00
0db1ea6a9d Fix failing tests 2020-05-21 15:47:12 +09:00
7dd3b3eeb5 Remove unused method 2020-05-21 15:16:59 +09:00
a756e6d212 Add xmldoc and remove unnecessary parameter 2020-05-21 15:16:30 +09:00
ce8b6b7383 Correctly account for blueprint origins 2020-05-21 15:15:24 +09:00
776b842fdb Remove unused using 2020-05-21 14:53:36 +09:00
a9a1c00cf1 Move responsibility placement blueprint's StartTime set to within 2020-05-21 14:50:33 +09:00
eb2e8e50b9 Merge pull request #9071 from peppy/seek-to-start-not-end
Seek to start of placed object, not end
2020-05-21 14:30:14 +09:00
bac78707de Move more logic to column to both clean things up and fix tests 2020-05-21 14:25:37 +09:00
0997886df6 Merge pull request #9075 from peppy/silence-on-seek
Silence hitsounds during seek operations
2020-05-21 13:54:26 +09:00
669d9231db Merge branch 'master' into seek-to-start-not-end 2020-05-21 13:41:57 +09:00
5ad7842b91 Move ScreenSpacePositionAtTime to inside Column implementation 2020-05-21 13:33:02 +09:00
922b793a5a Update hit object composer tests 2020-05-21 13:04:35 +09:00
fbe76e4f16 Merge branch 'master' into silence-on-seek 2020-05-21 12:55:44 +09:00