Commit Graph

2467 Commits

Author SHA1 Message Date
eda0e99179 Merge branch 'tooltips' of github.com:Jorolf/osu into tooltips 2017-04-19 13:53:08 +02:00
4f9c5dd44d renaming and some changes in TestCaseTooltip 2017-04-19 13:52:17 +02:00
af9a45fd6c Merge branch 'master' into tooltips 2017-04-19 13:51:39 +02:00
8e4288168a renaming and some changes in TestCaseTooltip 2017-04-19 13:47:00 +02:00
afcd7d7fa0 Format accuracy better in LeaderboardScores. 2017-04-19 16:05:17 +09:00
2783f49267 Fix incorrect EndTimes when processing has not been run on HitObjects before the SongProgressGraph is displayed. 2017-04-19 16:05:14 +09:00
83fa143e17 Bring API request structure up-to-date. 2017-04-19 16:05:06 +09:00
cef6a014d5 Add a simulated key-up delay to auto replays.
Fixes key counter display looking odd.
2017-04-18 22:31:52 +09:00
b0f1851e88 Adjust visuals slightly. 2017-04-18 20:52:57 +09:00
1071645dca Flexible cube count (and thus graph height).
This also scaled the graph to the height of the maximum value. And much tidying.
2017-04-18 19:25:52 +09:00
3b21340e1b Split SquareGraph out and make SongProgressGraph also able to take a list of Objects. 2017-04-18 18:40:02 +09:00
417a5ca713 A bit of renaming. 2017-04-18 18:29:24 +09:00
66865c50ad Remove explicit RelativeSize setting. 2017-04-18 18:10:13 +09:00
784ca2300b Add safety check for when no objects have been assigned. 2017-04-18 18:09:37 +09:00
5ba85818db Combine push logic and adjust transitions a bit more. 2017-04-18 17:07:02 +09:00
ddff26d167 Show metadata when loading between retries.
Also speeds up the display a bit.
2017-04-18 17:00:58 +09:00
edd71c0560 Tidy up and comment PlayerLoader logic. 2017-04-18 16:56:01 +09:00
2ccb8b154f Change conditional ordering to allow player to always run its fadeOut sequence. 2017-04-18 16:47:30 +09:00
24deaf05b6 Merge branch 'master' into player-loader-restart 2017-04-18 16:36:25 +09:00
64a8992153 Merge branch 'master' into general-fixes 2017-04-18 16:19:52 +09:00
fbd26a1d5e Mode -> Ruleset. 2017-04-18 16:05:58 +09:00
1f7373db8f Removed unneeded restarting variable 2017-04-17 23:52:38 -07:00
2bd89e922f Removed unneeded newPlayer 2017-04-17 23:48:21 -07:00
c0f4cbcba6 Added back PlayerLoader overlays 2017-04-17 23:36:11 -07:00
727086c0b2 Updates in-line with framework. 2017-04-18 15:34:53 +09:00
7a6b062e72 Fix adding duplicate hitobjects in the case where a hit object doesn't need to be converted. 2017-04-18 14:48:18 +09:00
cf404b4bcf We shouldn't be adding null hitobjects. 2017-04-18 14:46:56 +09:00
be8d32688b Fixed HotkeyRetryOverlay just going to a black screen 2017-04-17 22:36:03 -07:00
0dd97c433f Trim whitespace. 2017-04-18 14:34:39 +09:00
27ddf4b475 Refactor beatmap converters. 2017-04-18 14:31:06 +09:00
5c48fa6cb1 Removed testing line 2017-04-17 21:35:48 -07:00
aa466d0e84 PlayerLoader creates a new instance of the Player class on Restart 2017-04-17 21:32:38 -07:00
ef5d50e7d8 mode -> ruleset. 2017-04-18 11:29:27 +09:00
8844ff7ab7 CI fixes. 2017-04-18 11:20:39 +09:00
d04353aed0 Legacy mania hit objects don't have a "column", this should be determined by the beatmap converter. 2017-04-18 11:13:11 +09:00
4a60e9299e Merge remote-tracking branch 'smoogipooo/remove-playmode' into better-conversion 2017-04-18 10:59:43 +09:00
8ef675d9b3 Add fallback to allow FilterCriteria to run without a ruleset being set. 2017-04-18 10:55:45 +09:00
5939ba9143 Fix ruleset not always being initialised correctly. 2017-04-18 10:55:33 +09:00
5a78ce15a1 Fix CanConvert not returning correctly. 2017-04-18 10:23:49 +09:00
d5c5b7eb6b Merge remote-tracking branch 'smoogipooo/remove-playmode' into better-conversion 2017-04-18 10:09:36 +09:00
6b6690caf7 Fix filtering by ruleset. 2017-04-18 10:04:41 +09:00
f2174054ea Fix song select. 2017-04-18 10:04:32 +09:00
1be1683a4f Merge remote-tracking branch 'smoogipooo/remove-playmode' into better-conversion 2017-04-18 09:58:39 +09:00
0cef14ca63 CI fixes. 2017-04-18 09:51:02 +09:00
d3c1520a2d Fix beatmaps not getting the correct ruleset on import. 2017-04-18 09:47:29 +09:00
2734983564 Add unique constraints on RulesetInfo table to ensure things stay sane. 2017-04-18 09:47:16 +09:00
0e1ce333e3 Make IBeatmapProcessor a class with virtual methods. 2017-04-18 09:43:43 +09:00
efc050a95a Make IBeatmapConverter an abstract class instead of an interface. 2017-04-18 09:38:52 +09:00
456aee63ca Mode IBeatmapConverter and IBeatmapProcessor to osu.Game.Modes.Beatmaps namespace. 2017-04-18 09:36:08 +09:00
c61e3265bb A few xmldoc additions/fixes. 2017-04-18 09:20:38 +09:00