Commit Graph

609 Commits

Author SHA1 Message Date
cd722e4abb Fix beatmap author being stored in two different places 2017-10-14 11:39:55 +09:00
7550b461e3 Add individual beatmap set lookup request 2017-10-13 19:57:59 +09:00
520b806305 Merge remote-tracking branch 'upstream/master' into ranks-section 2017-10-13 18:49:05 +09:00
4d78a0492c Make creatorUsername a property so it is correctly deserialised 2017-10-12 19:15:59 +09:00
4eaf6b4b94 Remove single usage of dynamic and stop referencing Microsoft.CSharp.dll 2017-09-28 00:14:04 +08:00
f9300ec3fe Populate author using existing data for now 2017-09-25 23:34:56 +08:00
a80f0d4858 Merge branch 'master' into chat-commands 2017-09-25 15:52:35 +08:00
e04526222c URL encode beatmap filename 2017-09-22 22:47:26 +02:00
31e26364a6 Initial implementation of chat commands 2017-09-22 01:47:24 +02:00
72141935e8 make pagination work and remove duplication in RanksSection 2017-09-21 22:07:23 +02:00
5b90f45691 Merge branch 'master' of git://github.com/ppy/osu into ranks-section 2017-09-19 21:26:05 +02:00
b72921b30e Ensure an OnlineBeatmapID is present before attempting API requests 2017-09-15 12:44:48 +09:00
98b847b025 Add API retrieval support 2017-09-14 20:08:07 +09:00
5f5dd54f9d Use a List instead of a Dictionary. 2017-09-09 09:56:01 +05:30
20becbe576 Use the specifically created progress action, add license header. 2017-09-09 01:53:42 +05:30
20f93c83d6 Make downloads happen in BeatmapManager. 2017-09-09 00:57:40 +05:30
0b1403683b Moved OnlineScore inside GetScoresRequest.cs 2017-09-08 12:21:35 +02:00
526ee107b8 Use a method to apply a beatmap, its ruleset and the mods. 2017-09-08 12:17:16 +02:00
01553fc9ef Moved all online related score parsing to its class 2017-09-08 02:46:54 +02:00
a7f874e5b6 Merge branch 'master' into leaderboard-scores 2017-09-07 18:25:33 +02:00
709aa1ed3d Moved all online score related parsing to its own class 2017-09-07 18:20:14 +02:00
3c10b2d3d9 Populate set IDs in GetBeatmapSetsResponse 2017-08-24 20:14:35 +09:00
105048500a Made modString private and moved the beatmap assignment inside GetScoresRequest 2017-08-15 15:30:53 +02:00
5f53426a9a *Database -> *Store
Welcome back BeatmapManager
2017-07-27 16:56:41 +09:00
fce580d717 Reshuffle namespaces 2017-07-26 13:22:46 +09:00
3a4150c6c3 Merge remote-tracking branch 'upstream/master' into profile
# Conflicts:
#	osu.Game/Graphics/Containers/SectionsContainer.cs
2017-07-13 13:44:21 +09:00
fbe414d780 Cleanup. 2017-07-11 01:03:38 -03:00
273e2b4a3c Fill more json fields. 2017-06-15 22:09:53 +08:00
312fd16631 Ruleset filtering 2017-06-07 11:00:05 -03:00
f7f4f5e155 Request sorting, fix VS Code's "refactoring" 2017-06-07 10:40:18 -03:00
8006fab3c7 Merge https://github.com/ppy/osu into osu-direct-search 2017-06-07 09:56:13 -03:00
94c961ddb8 CI Fixes 2017-06-07 20:16:34 +09:00
6a12173175 Add very temporary data source for social browser 2017-06-07 20:05:43 +09:00
95cfce2950 Rank status filtering 2017-05-28 02:43:37 -03:00
8745948a01 Basic searching in osu!direct, move BeatmapSetOnlineInfo covers into their own class 2017-05-28 02:26:25 -03:00
e2b1fcc088 Use string.Join in GetMessagesRequest. 2017-05-18 02:40:33 +08:00
6b08f485b4 fix typo 2017-04-30 14:45:23 +02:00
9ecfb4e4bf Last CI fix. 2017-04-24 20:22:04 +09:00
9670ea9a2a CI fixes 2017-04-24 20:16:41 +09:00
8b048a6706 Fix typo. 2017-04-24 19:33:48 +09:00
e1a2f1bc7a Add beatmap metrics lookup. 2017-04-24 19:17:11 +09:00
7475b39dc1 Merge branch 'master' into chat-post-support 2017-04-19 21:29:07 +09:00
3129708ccb Add chat sending support. 2017-04-19 18:46:52 +09:00
83fa143e17 Bring API request structure up-to-date. 2017-04-19 16:05:06 +09:00
fbd26a1d5e Mode -> Ruleset. 2017-04-18 16:05:58 +09:00
039f4a65dc Combine user models. 2017-03-28 00:08:24 +09:00
2074812f46 Move ScoreProcessor and Score to Scoring/. 2017-03-24 09:51:52 +09:00
54e1b24fe9 Enforce readonly private members where possible. 2017-03-23 13:50:08 +09:00
08e93275fa Styling fixes. 2017-03-15 17:50:52 +09:00
e3e19a156c Rename incorrect class file. 2017-03-15 14:37:29 +09:00