Commit Graph

15961 Commits

Author SHA1 Message Date
4bfc7b4384 Update framework references 2019-01-08 17:15:23 +10:30
19693c3e51 Use TrackManager CreateWaveform to fix editor crashes 2019-01-08 17:10:31 +10:30
a267a1a085 Merge branch 'master' into samah-ios 2019-01-08 17:09:26 +10:30
7bb4a06122 Merge pull request #4006 from peppy/update-framework
Update framework
2019-01-08 11:40:36 +09:00
276014f591 Merge branch 'master' into update-framework 2019-01-08 11:26:10 +09:00
74ada4f3a3 Merge pull request #4007 from peppy/fix-leaderboard-nullrefs
Fix leaderboard not correctly handling cancellation
2019-01-08 11:25:42 +09:00
8eedef3e86 Move cancellation to safer place 2019-01-07 19:31:05 +09:00
d72412d24d Fix leaderboard not correctly handling cancellation 2019-01-07 19:28:46 +09:00
49ba4e5a14 Merge branch 'master' into update-framework 2019-01-07 18:51:54 +09:00
ca98caf84b Merge pull request #4001 from UselessToucan/linq_temp
Use Find instead of FirstOrDefault
2019-01-07 18:50:59 +09:00
f6018294b5 Update framework 2019-01-07 18:50:27 +09:00
115caa928c Merge pull request #4005 from smoogipoo/stacking-indices
Implement stacking by indices
2019-01-07 18:43:08 +09:00
b57c1af084 Only update stacking if there are hitobjects 2019-01-07 18:15:44 +09:00
c6c22b352f More verbose exceptions 2019-01-07 18:13:40 +09:00
a5f9ae86a8 Merge pull request #4004 from peppy/remove-settings-label
Remove broken SettingsLabel class
2019-01-07 18:07:52 +09:00
351ab6e9bd Shortcut O(n^2) calculation 2019-01-07 18:01:44 +09:00
1c5ab6a906 Implement stacking by index 2019-01-07 18:00:59 +09:00
73c2fcac08 Remove broken SettingsLabel class 2019-01-07 17:03:59 +09:00
5e87a3a7e2 Merge pull request #3998 from peppy/fix-pp-display
Fix PP not display on profile overlay
2019-01-06 22:18:08 +09:00
469a64a7cd The code must not contain multiple blank lines in a row 2019-01-05 21:03:03 +03:00
4b5fc85875 Use Find instead of FirstOrDefault 2019-01-05 19:35:33 +03:00
4a7c6fb19d Fix PP not display on profile overlay 2019-01-04 16:33:35 +09:00
e596d4fc10 Merge pull request #3813 from UselessToucan/do_not_use_local_user_for_autoplay_score
Handle ModAutoplay during score construction in the Player
2019-01-04 15:56:20 +09:00
7d1163a7d2 Remove unnecessary null check 2019-01-04 15:49:23 +09:00
b6dc6c4a74 Merge branch 'master' into do_not_use_local_user_for_autoplay_score 2019-01-04 13:11:17 +09:00
2fc10cb2bd Merge pull request #3994 from smoogipoo/limit-slider-length
Add a maximum length for slider ticks to be generated
2019-01-03 19:38:02 +09:00
3fa5a33fb1 Inline const 2019-01-03 18:58:07 +09:00
273b14b19c Add a maximum length for slider ticks to be generated 2019-01-03 18:51:47 +09:00
6156359ff1 Merge pull request #3993 from smoogipoo/endposition-cache
Cache Slider's end position
2019-01-03 17:53:26 +09:00
c56d8b75c1 Cache slider's endposition 2019-01-03 17:43:10 +09:00
975fc47a2b Merge pull request #3985 from peppy/longer-multiplayer-rooms
Add back options for 3 and 7 day long rooms
2019-01-02 17:04:09 +09:00
2d405bfc43 Add back options for 3 and 7 day long rooms 2019-01-02 16:33:52 +09:00
223bffe873 Merge pull request #3975 from FreezyLemon/fix-profileheader-text
Fix incorrect newlines in ProfileHeader.
2018-12-31 13:58:12 +09:00
0047f29ec8 move missing newline to front of "Plays with..." 2018-12-30 22:40:17 +01:00
32ffcb9865 Merge branch 'master' into samah-ios
# Conflicts:
#	osu.Game/osu.Game.csproj
2018-12-29 20:09:00 +10:30
a83bee9461 Add ruleset visual tests 2018-12-29 20:05:37 +10:30
ff4b41b35f Add basic visual tests 2018-12-29 18:47:35 +10:30
1b35eae1ba Merge pull request #3945 from smoogipoo/fix-room-ordering
Sort rooms based on their API position
2018-12-28 14:22:25 +09:00
1f2d340914 Merge branch 'master' into fix-room-ordering 2018-12-28 14:07:11 +09:00
e6ccf209c7 Merge pull request #3957 from peppy/fix-excessive-cover-loading
Fix covers being loaded even when off-screen
2018-12-28 14:07:01 +09:00
0908309232 Merge branch 'master' into fix-room-ordering 2018-12-28 13:35:56 +09:00
8c62157d7a Merge pull request #3943 from smoogipoo/fix-results
Fix ScoreProcessor's population
2018-12-28 13:32:40 +09:00
55607634b4 Fix covers being loaded even when off-screen 2018-12-28 13:30:05 +09:00
c607a705e8 Merge pull request #3944 from LovelyA72/patch-2
Fix typo in line 42
2018-12-28 03:34:34 +09:00
72482aff8d Whoops 2018-12-28 01:48:13 +09:00
a7db0bbb91 Sort rooms based on their API position 2018-12-28 01:45:19 +09:00
f2f1ba8cbe Fix typo in line 42 2018-12-28 00:43:20 +08:00
be86281c72 Fix score results not populated 2018-12-28 00:24:02 +09:00
5c1280c092 Fix missing hitwindows 2018-12-28 00:14:00 +09:00
f21b784493 Merge pull request #3940 from peppy/fix-extra-hitresults
Fix extra hit result types showing on ranking screen
2018-12-27 22:51:57 +09:00