1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00
osu-lazer/osu.Game.Tests/Visual
smoogipoo ff559a3a1b Merge remote-tracking branch 'origin/master' into playfield-scaling-rework
# Conflicts:
#	osu.Game.Rulesets.Catch/UI/CatchPlayfield.cs
#	osu.Game/Rulesets/UI/Scrolling/ScrollingPlayfield.cs
2018-10-05 10:40:16 +09:00
..
TestCaseAllPlayers.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseAutoplay.cs CreatePlayer shouldn't receive a beatmap 2018-06-06 20:21:47 +09:00
TestCaseBadgeContainer.cs add new test case and fix rotation not working 2018-04-16 19:22:11 +02:00
TestCaseBeatDivisorControl.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseBeatmapCarousel.cs FilterTask -> PendingFilter 2018-07-18 13:18:50 +09:00
TestCaseBeatmapDetailArea.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseBeatmapDetails.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseBeatmapInfoWedge.cs Fix info wedge test case failing randomly 2018-08-16 10:05:34 +09:00
TestCaseBeatmapOptionsOverlay.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseBeatmapScoresContainer.cs Remove OnlineBeatmapSetID from BeatmapInfo 2018-06-08 15:26:27 +09:00
TestCaseBeatmapSetOverlay.cs Make BeatmapSetOverlay accept nulls everywhere 2018-04-18 16:08:45 +09:00
TestCaseBeatSyncedContainer.cs Rename OriginalBeatmap back to Beatmap 2018-05-07 10:29:38 +09:00
TestCaseBreadcrumbs.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseBreakOverlay.cs Remove explicit clock in TestCaseBreakOverlay 2018-05-09 12:40:04 +09:00
TestCaseButtonSystem.cs Improve code quality of main menu button system 2018-07-03 18:23:41 +09:00
TestCaseChatDisplay.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseChatLink.cs Expose Dependencies from base OsuTestCase 2018-06-06 20:25:40 +09:00
TestCaseContextMenu.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseCursors.cs Adapt signature change of event handlers 2018-10-02 12:02:55 +09:00
TestCaseDialogOverlay.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseDirect.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseDisclaimer.cs Add TestCase and update disclaimer screen 2018-07-11 16:30:51 +09:00
TestCaseDrawableRoom.cs Merge https://github.com/ppy/osu into drawable-room-improvements 2018-05-11 13:41:50 -03:00
TestCaseDrawings.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseEditorCompose.cs Privatise the OsuGame beatmap, add local beatmap to OsuTestCase 2018-05-23 17:38:02 +09:00
TestCaseEditorComposeRadioButtons.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseEditorComposeTimeline.cs Merge branch 'master' into timeline-markers 2018-06-18 02:09:20 +09:00
TestCaseEditorMenuBar.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseEditorSeekSnapping.cs Add testfixture annotation 2018-06-18 17:06:21 +09:00
TestCaseEditorSummaryTimeline.cs Privatise the OsuGame beatmap, add local beatmap to OsuTestCase 2018-05-23 17:38:02 +09:00
TestCaseExternalLinkButton.cs add license header 2018-05-22 15:41:10 +02:00
TestCaseGameplayMenuOverlay.cs Use Click instead of now removed TriggerOnClick 2018-09-19 11:42:32 +09:00
TestCaseGraph.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseHistoricalSection.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseHitObjectComposer.cs Expose Dependencies from base OsuTestCase 2018-06-06 20:25:40 +09:00
TestCaseHoldToConfirmOverlay.cs Rename aborted -> fired 2018-05-14 19:08:00 +09:00
TestCaseIconButton.cs Tidy up button hierarchy 2018-07-13 16:28:18 +09:00
TestCaseIntroSequence.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseKeyConfiguration.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseKeyCounter.cs Replace usage of now removed TriggerKeyPress and similar methods. 2018-09-19 11:36:55 +09:00
TestCaseLabelledTextBox.cs Remove padding, fix corner radiuses 2018-07-25 15:14:40 +03:00
TestCaseLeaderboard.cs Add word wrap support 2018-06-28 13:04:39 +09:00
TestCaseLoaderAnimation.cs Fix automated testing 2018-05-31 20:07:55 +09:00
TestCaseLoadingAnimation.cs Improve the visibility of the global loading animation 2018-06-22 13:14:43 +09:00
TestCaseLounge.cs Fix race condition in TestCaseLounge (attempt 2) 2018-06-25 14:10:54 +09:00
TestCaseMatch.cs Update TestCaseMatch. 2018-05-29 04:16:19 -03:00
TestCaseMatchHeader.cs Add TestCaseMatchHeader. 2018-05-29 03:34:02 -03:00
TestCaseMatchInfo.cs Update TestCaseMatch. 2018-05-29 04:16:19 -03:00
TestCaseMatchParticipants.cs Add TestCaseMatchParticipants. 2018-05-29 03:53:30 -03:00
TestCaseMedalOverlay.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseMods.cs Add automated testing of mod preservation/removal 2018-08-07 16:45:18 +09:00
TestCaseMultiHeader.cs Add Lounge FilterControl. 2018-05-22 00:24:39 -03:00
TestCaseMultiScreen.cs Add multiplayer screen test steps. 2018-05-15 21:20:34 -03:00
TestCaseMusicController.cs Privatise the OsuGame beatmap, add local beatmap to OsuTestCase 2018-05-23 17:38:02 +09:00
TestCaseNotificationOverlay.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseOnScreenDisplay.cs Fix OSD fade-in not correctly debouncing 2018-07-09 17:53:39 +09:00
TestCaseOsuGame.cs Remove pointless rate adjust slider from TestCaseOsuGame 2018-07-11 16:31:00 +09:00
TestCaseParallaxContainer.cs Add tests for ParallaxContainer 2018-06-21 12:48:57 +09:00
TestCasePlaybackControl.cs Expose Dependencies from base OsuTestCase 2018-06-06 20:25:40 +09:00
TestCasePlayerLoader.cs Add loading animation to player loader to make it more obvious when loading is complete 2018-08-02 19:47:50 +09:00
TestCasePlaySongSelect.cs Prefix some methods with "Test" 2018-08-14 14:19:26 +09:00
TestCasePopupDialog.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCasePreviewTrackManager.cs Fix testcase dodginess 2018-08-24 15:50:39 +09:00
TestCaseQuitButton.cs Merge branch 'master' into fix-failing-tests 2018-05-25 19:36:05 +09:00
TestCaseRankGraph.cs add badges to ProfileHeader 2018-04-15 23:49:45 +02:00
TestCaseReplay.cs CreatePlayer shouldn't receive a beatmap 2018-06-06 20:21:47 +09:00
TestCaseReplaySettingsOverlay.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseResults.cs Privatise the OsuGame beatmap, add local beatmap to OsuTestCase 2018-05-23 17:38:02 +09:00
TestCaseRoomInspector.cs Don't set size in ctor. 2018-05-19 02:27:33 -03:00
TestCaseScoreCounter.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseScreenBreadcrumbControl.cs Fix breadcrumb testcase failures 2018-07-31 13:48:21 +09:00
TestCaseScrollingHitObjects.cs Simplify creation of a playfield 2018-09-21 14:35:50 +09:00
TestCaseSettings.cs Expose Dependencies from base OsuTestCase 2018-06-06 20:25:40 +09:00
TestCaseSkipButton.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseSocial.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseSongProgress.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseStoryboard.cs Privatise the OsuGame beatmap, add local beatmap to OsuTestCase 2018-05-23 17:38:02 +09:00
TestCaseTabControl.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseTextAwesome.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseToolbar.cs ToolbarMode* -> ToolbarRuleset* 2018-07-10 01:20:21 +09:00
TestCaseTwoLayerButton.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseUserPanel.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseUserProfile.cs Remove age from User class 2018-07-09 10:33:46 +02:00
TestCaseUserProfileRecentSection.cs Reorganise API requests and response classes 2018-06-08 11:42:35 +09:00
TestCaseUserRanks.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
TestCaseVolumePieces.cs Fix pixellation of volume meter progress bars 2018-06-13 19:22:39 +09:00
TestCaseWaveContainer.cs Merge remote-tracking branch 'upstream/master' into wave-container 2018-04-15 21:03:18 +09:00
TestCaseWaveform.cs Use existing instance of beatmap rather than adding more resources 2018-06-17 19:00:58 +09:00
TestCaseZoomableScrollContainer.cs Remove unused using 2018-06-12 16:36:46 +09:00