Commit Graph

8418 Commits

Author SHA1 Message Date
f149289c83 Merge branch 'master' into fix-delta-patching 2018-06-29 18:01:56 +09:00
23aa2a2361 Merge branch 'master' into catch-scoring 2018-06-29 17:29:15 +09:00
e12ce3c2a8 Adjust xmldoc 2018-06-29 17:21:55 +09:00
098aeabc9e Merge branch 'master' into catch-scoring 2018-06-29 17:16:14 +09:00
845d1400dc Merge branch 'master' into beatmap-defaults 2018-06-29 17:14:40 +09:00
c0b65a6a73 Change default IsBonus definition and remove unnecessary overrides 2018-06-29 17:07:08 +09:00
750f5a86c3 Fix catch test failing due to disabled bindable 2018-06-29 16:49:11 +09:00
0940715631 Merge branch 'master' into catch-scoring 2018-06-29 14:59:15 +09:00
70a119dde7 Remove unused/duplicate interface 2018-06-29 12:20:53 +09:00
8742f41b7d Revert SharpCompress library to fix delta patching regression 2018-06-29 11:34:52 +09:00
b0739023ce Add BeatmapInfo's stable defaults to fix compatibility with old maps 2018-06-28 19:02:38 +02:00
8ba2ac922f Move to local components namespace 2018-06-28 19:23:56 +09:00
0ef5b8f464 Tidy up code, remove unnecessary string.Formats 2018-06-28 19:19:00 +09:00
98fec94693 Merge remote-tracking branch 'upstream/master' into HoutarouOreki-unifyDates 2018-06-28 19:14:47 +09:00
be2d3d6ad4 Merge branch 'master' into fix-supporter-naming 2018-06-28 17:34:21 +09:00
a377e87bf6 Add missing licence headers 2018-06-28 17:34:04 +09:00
b1a3f01212 Fix mania maps not being treated as mania maps in release builds 2018-06-28 17:10:30 +09:00
3b0c4ff16b Tidy code 2018-06-28 14:08:15 +09:00
c44a81bdf5 Add word wrap support 2018-06-28 13:04:39 +09:00
01b90aaffe Fix CI not passing 2018-06-28 11:58:06 +09:00
2f2bd59844 Remove editor functionality from VirtualBeatmapTrack
/shrug
2018-06-28 11:47:41 +09:00
87e8074cd2 Use a const for excess length 2018-06-28 11:46:56 +09:00
c0c94e24b9 Use VirtualBeatmapTrack in testcases 2018-06-28 11:45:48 +09:00
8518fce4a9 Fix osu!supporter naming 2018-06-27 17:57:55 -07:00
5640385f48 Update the length once during construction 2018-06-27 16:12:49 +09:00
b4b28f8ae8 Make GetWaveform() not hard bail if errors occur 2018-06-27 16:07:18 +09:00
b88c4464cb Make virtual beatmap tracks approximate beatmap length 2018-06-27 16:02:49 +09:00
f8acd9e451 Cleanup 2018-06-27 12:59:19 +09:00
ede59f63f6 Merge remote-tracking branch 'origin/master' into make-loading-more-visible 2018-06-27 12:52:06 +09:00
80501de4b9 Add legacy slider offsets 2018-06-27 12:09:21 +09:00
ac1bf3b092 Merge branch 'master' into editor-seek-snapping-fix 2018-06-27 11:08:19 +09:00
1b050ca68e Merge branch 'master' into fix-unauthorized-request 2018-06-26 22:25:19 +09:00
830ce0da4c Merge branch 'master' into update-framework 2018-06-26 20:41:08 +09:00
8a81fba1ea Other input states need to be considered for wheel bindings 2018-06-26 20:34:22 +09:00
f1dfe04bd9 Fix broken conditional 2018-06-26 20:13:44 +09:00
02b733a42e Merge remote-tracking branch 'origin/master' into fix-unauthorized-request 2018-06-26 19:58:51 +09:00
f7f17bab78 Merge branch 'master' into catch-droplet-fix 2018-06-26 19:29:15 +09:00
563cb46b4a Update framework and other nuget dependencies 2018-06-26 12:10:56 +09:00
cd74ec705e Fix possible mis-ordering of scroll position updates
1. Checking whether the scroll position has changed must be done _after_ Current is updated in base.UpdateAfterChildren. This was causing the timeline to sometimes not provide smooth scrolling while the track is not running.

2. We can't just move all code to UpdateAfterChildren to fulfill (1) - we need the code to follow the track time to still run prior to base.UpdateAfterChildren, so that it modifies Current prior to base.UpdateAfterChildren changing to position.
2018-06-25 20:31:06 +09:00
594cc0d21d Merge branch 'master' into mania-playfield-inversions 2018-06-25 18:36:23 +09:00
e75ff1145c Merge branch 'master' into editor-seek-snapping-fix 2018-06-25 18:27:03 +09:00
d6084c0b30 Adapt to new input handling changes 2018-06-22 18:10:27 +09:00
78ccbcabf3 Fix API getting stuck in an endless loop under a certain unauthorized scenario 2018-06-22 17:34:29 +09:00
51600dd0ae Improve PlayButton's loading 2018-06-22 14:27:36 +09:00
3824354cb8 Lengthen PopIn transition slightly 2018-06-22 14:26:24 +09:00
fccd4f965c Merge remote-tracking branch 'upstream/master' into make-loading-more-visible 2018-06-22 14:21:01 +09:00
99cc406b97 Merge branch 'master' into improve-volume-controls 2018-06-22 13:39:48 +09:00
8d3c2d54f3 Merge remote-tracking branch 'origin/master' into improve-volume-controls 2018-06-22 13:33:07 +09:00
67a067ffa5 Fix overlay not disappearing when losing hover from the last pixel
OnMouseMove isn't invoked when hover is lost.
2018-06-22 13:32:32 +09:00
72aee8344e Always call schedulePopOut 2018-06-22 13:32:00 +09:00