1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00
osu-lazer/osu.Game.Tests/Visual/Gameplay
2022-05-09 13:25:33 +03:00
..
OsuPlayerTestScene.cs Rename abstract TestScene 2020-06-12 19:40:54 +09:00
SkinnableHUDComponentTestScene.cs Add local logic for creating default/legacy implementation based on cell skin 2021-06-01 10:17:01 +03:00
TestSceneAllRulesetPlayers.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
TestSceneAutoplay.cs Fix typo in step name 2022-03-30 22:04:55 +02:00
TestSceneBeatmapOffsetControl.cs Switch step to Until steps due to AddOnce firing logic 2022-03-06 01:50:25 +09:00
TestSceneBeatmapSkinFallbacks.cs Make providing a custom ResourceStore to LegacyBeatmapSkin optional (for tests only) 2022-03-23 14:57:42 +09:00
TestSceneBreakTracker.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneCompletionCancellation.cs Remove redundant arguments 2021-07-05 23:52:39 +08:00
TestSceneDrawableScrollingRuleset.cs Update DifficultyCalculator to take an IWorkingBeatmap 2021-11-15 19:16:48 +09:00
TestSceneDrawableStoryboardSprite.cs Remove unused using directives 2022-04-07 21:24:50 +02:00
TestSceneFailAnimation.cs Adjust TestSceneFailAnimation to account for initial frequency change 2022-03-24 14:51:21 +09:00
TestSceneFailingLayer.cs Change HealthDisplay to be a CompositeDrawable 2021-05-11 23:10:30 +09:00
TestSceneFailJudgement.cs Add test coverage of IsPlaying state during fail and pause 2022-04-26 12:09:18 +09:00
TestSceneFrameStabilityContainer.cs Replace no-op seeks with wait steps 2021-10-12 18:31:20 +02:00
TestSceneGameplayLeaderboard.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
TestSceneGameplayMenuOverlay.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
TestSceneGameplayRewinding.cs Copy BaseDifficulty to Beatmap<T> and move all write operations across 2021-10-06 15:10:45 +09:00
TestSceneGameplaySamplePlayback.cs Move ISamplePlaybackDisabler to more general namespace 2022-05-08 10:38:58 +02:00
TestSceneGameplaySampleTriggerSource.cs Remove all usage of BaseDifficulty (and access Difficulty instead) 2022-01-18 22:57:39 +09:00
TestSceneHitErrorMeter.cs Merge branch 'master' into pp-counter-alloc-reduction 2022-03-15 13:31:57 +09:00
TestSceneHoldForMenuButton.cs Remove unused using 2022-01-28 15:26:29 +09:00
TestSceneHUDOverlay.cs Cache gameplay clock in more places to fix song progress related tests 2022-03-17 21:22:07 +01:00
TestSceneKeyBindings.cs Update test scenes which should not handle key repeat 2021-11-18 13:13:36 +09:00
TestSceneKeyCounter.cs Simplify input buttons/keys in tests 2020-11-09 14:18:20 -08:00
TestSceneLeadIn.cs Remove unnecessary string literals 2022-04-11 19:37:01 +09:00
TestSceneMedalOverlay.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneNightcoreBeatContainer.cs Replace TimeSignatures enum with struct for storage of arbitrary meter 2022-01-22 20:50:31 +01:00
TestSceneOverlayActivation.cs Expose LocalUserPlaying from Player 2021-08-17 16:16:49 +09:00
TestSceneParticleExplosion.cs Add test coverage of animation restarting 2020-11-19 18:08:54 +09:00
TestSceneParticleSpewer.cs Add test for time jumps 2021-09-19 15:35:03 +02:00
TestScenePause.cs Add test coverage of IsPlaying state during fail and pause 2022-04-26 12:09:18 +09:00
TestScenePauseWhenInactive.cs Add assert ensuring player resumed properly 2021-02-19 11:45:45 +03:00
TestScenePerformancePointsCounter.cs Require ScoreProcessor to receive ruleset 2022-03-14 15:51:10 +09:00
TestScenePlayerLoader.cs Update further usages to cache/resolve via interface 2022-04-19 00:18:10 +03:00
TestScenePlayerReferenceLeaking.cs Update all simple cases of switching to IWorkingBeatmap 2021-11-17 20:56:57 +09:00
TestScenePlayerScoreSubmission.cs Move HasPassed/HasFailed into GameplayState 2022-02-01 14:46:24 +09:00
TestScenePoolingRuleset.cs Update DifficultyCalculator to take an IWorkingBeatmap 2021-11-15 19:16:48 +09:00
TestSceneReplay.cs Update all existing calls to extension method with correct fallback handling 2022-03-29 16:51:30 +09:00
TestSceneReplayDownloadButton.cs Ensure previous test score is cleaned up to allow visual test runs to work better 2022-04-12 18:21:40 +09:00
TestSceneReplayPlayer.cs Add test coverage of seeking and pausing 2021-07-09 14:47:11 +09:00
TestSceneReplayRecorder.cs Add replay statistics frames to FramedReplayInputHandler 2022-01-31 18:53:47 +09:00
TestSceneScrollingHitObjects.cs Rename ApproachRate to ScrollSpeed for now (to reduce complexity/confusion) 2021-09-06 21:06:13 +09:00
TestSceneSkinEditor.cs Fix test failures in skin editor test scene 2022-03-26 19:28:07 +01:00
TestSceneSkinEditorComponentsList.cs Update skin editor to use EditorSidebar 2022-03-16 19:30:51 +09:00
TestSceneSkinEditorMultipleSkins.cs Cache gameplay clock in more places to fix song progress related tests 2022-03-17 21:22:07 +01:00
TestSceneSkinnableAccuracyCounter.cs Require ScoreProcessor to receive ruleset 2022-03-14 15:51:10 +09:00
TestSceneSkinnableComboCounter.cs Require ScoreProcessor to receive ruleset 2022-03-14 15:51:10 +09:00
TestSceneSkinnableDrawable.cs Remove unused FindProvider() methods 2022-02-01 21:53:21 +01:00
TestSceneSkinnableHealthDisplay.cs Add local logic for creating default/legacy implementation based on cell skin 2021-06-01 10:17:01 +03:00
TestSceneSkinnableHUDOverlay.cs Cache gameplay clock in more places to fix song progress related tests 2022-03-17 21:22:07 +01:00
TestSceneSkinnableScoreCounter.cs Require ScoreProcessor to receive ruleset 2022-03-14 15:51:10 +09:00
TestSceneSkinnableSound.cs Move cache declarations of ISamplePlaybackDisabler to interface 2022-05-08 10:38:58 +02:00
TestSceneSkipOverlay.cs Abstractify GameplayClockContainer 2021-04-14 17:47:11 +09:00
TestSceneSliderPath.cs Remove bindable usage in PathControlPoint 2021-08-26 12:33:53 +09:00
TestSceneSongProgress.cs Remove all RequiredTypes usages 2020-05-16 18:17:12 +09:00
TestSceneSpectator.cs Add test coverage of SpectatorPlayer failing to seek on inopportune frame arrival time 2022-03-19 15:06:22 +09:00
TestSceneSpectatorHost.cs Unify namings across the board 2022-02-09 12:10:07 +09:00
TestSceneSpectatorPlayback.cs Add test coverage of more advanced frame delivery scenarios to TestSceneSpectatorPlayback 2022-02-24 02:28:13 +09:00
TestSceneStarCounter.cs Add slider test step for visual inspection purposes 2020-11-28 20:32:08 +01:00
TestSceneStoryboard.cs Fix storyboard samples rate not adjusted from actual gameplay mods 2022-03-02 20:56:18 +03:00
TestSceneStoryboardSamplePlayback.cs Fix typo in method name 2022-03-03 00:02:36 +03:00
TestSceneStoryboardWithOutro.cs Move HasPassed/HasFailed into GameplayState 2022-02-01 14:46:24 +09:00
TestSceneUnknownMod.cs Fix non-matching filename 2022-03-09 18:07:43 +09:00
TestSceneUnstableRateCounter.cs Require ScoreProcessor to receive ruleset 2022-03-14 15:51:10 +09:00