Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion SampleGame/SampleGameGame.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.

using System.Numerics;
using osu.Framework;
using osu.Framework.Graphics;
using osuTK;
using osuTK.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Allocation;
Expand Down
1 change: 0 additions & 1 deletion osu-framework.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,6 @@ See the LICENCE file in the repository root for full licence text.&#xD;
<s:Boolean x:Key="/Default/Environment/AutoImport2/=CSHARP/BlackLists/=OpenTabletDriver_002EPlugin_002EDependencyInjection_002E_002A/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/AutoImport2/=CSHARP/BlackLists/=Realms_002ELogging_002ELogger/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/AutoImport2/=CSHARP/BlackLists/=System_002EComponentModel_002EContainer/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/AutoImport2/=CSHARP/BlackLists/=System_002ENumerics_002E_002A/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/AutoImport2/=CSHARP/BlackLists/=System_002ESecurity_002ECryptography_002ERSA/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/AutoImport2/=CSHARP/BlackLists/=TagLib_002EMpeg4_002EBox/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EFeature_002EServices_002ECodeCleanup_002EFileHeader_002EFileHeaderSettingsMigrate/@EntryIndexedValue">True</s:Boolean>
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Benchmarks/BenchmarkBeginAbsoluteSequence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osuTK;
using System.Numerics;
using osuTK.Graphics;

namespace osu.Framework.Benchmarks
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Benchmarks/BenchmarkDrawableLoad.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osuTK;
using System.Numerics;
using osuTK.Graphics;

namespace osu.Framework.Benchmarks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osuTK;
using System.Numerics;

namespace osu.Framework.Benchmarks
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osuTK;
using System.Numerics;

namespace osu.Framework.Benchmarks
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Benchmarks/BenchmarkManySpinningBoxes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osuTK;
using System.Numerics;
using osuTK.Graphics;

namespace osu.Framework.Benchmarks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Collections.Generic;
using BenchmarkDotNet.Attributes;
using osu.Framework.Utils;
using osuTK;
using System.Numerics;

namespace osu.Framework.Benchmarks
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Benchmarks/BenchmarkQuad.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// See the LICENCE file in the repository root for full licence text.

using System;
using System.Numerics;
using BenchmarkDotNet.Attributes;
using osu.Framework.Graphics.Primitives;
using osuTK;

namespace osu.Framework.Benchmarks
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osuTK;
using System.Numerics;

namespace osu.Framework.Benchmarks
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Benchmarks/BenchmarkSpriteText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Utils;
using osuTK;
using System.Numerics;

namespace osu.Framework.Benchmarks
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Benchmarks/BenchmarkTransform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Transforms;
using osu.Framework.Timing;
using osuTK;
using System.Numerics;

namespace osu.Framework.Benchmarks
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Benchmarks/BenchmarkTransformUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Timing;
using osuTK;
using System.Numerics;

namespace osu.Framework.Benchmarks
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.IO.Stores;
using osuTK;
using System.Numerics;
using TemplateGame.Resources;

namespace TemplateGame.Game
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Sprites;
using osuTK;
using System.Numerics;

namespace FlappyDon.Game.Elements
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osuTK;
using System.Numerics;

namespace FlappyDon.Game.Elements
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using System.Numerics;
using osu.Framework.Allocation;
using osu.Framework.Audio.Sample;
using osu.Framework.Graphics;
Expand All @@ -7,7 +8,6 @@
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;

namespace FlappyDon.Game.Elements
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osuTK;
using System.Numerics;

namespace FlappyDon.Game.Elements
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Utils;
using osuTK;
using System.Numerics;

namespace FlappyDon.Game.Elements
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Numerics;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osuTK;

namespace FlappyDon.Game.Elements
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Numerics;
using osu.Framework.Allocation;
using osu.Framework.Extensions.PolygonExtensions;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Primitives;
using osuTK;

namespace FlappyDon.Game.Elements
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osuTK;
using System.Numerics;

namespace FlappyDon.Game.Elements
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using osu.Framework.Graphics.Audio;
using osu.Framework.Graphics.Containers;
using osu.Framework.Input.Events;
using osuTK;
using System.Numerics;
using osuTK.Input;

namespace FlappyDon.Game
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Containers/TestSceneContainerState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
using osu.Framework.Graphics.Sprites;
using osu.Framework.Testing;
using osu.Framework.Tests.Visual;
using osuTK;
using System.Numerics;

#pragma warning disable CA1826 // Performance for test is not important

Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Exceptions/TestLoadExceptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Framework.Testing;
using osuTK;
using System.Numerics;
using osuTK.Graphics;

namespace osu.Framework.Tests.Exceptions
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Input/JoystickInputTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using osu.Framework.Input;
using osu.Framework.Input.Events;
using osu.Framework.Testing;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.Input
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Input/KeyBindingInputTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using osu.Framework.Input.Bindings;
using osu.Framework.Input.Events;
using osu.Framework.Testing;
using osuTK;
using System.Numerics;
using osuTK.Input;

namespace osu.Framework.Tests.Input
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Input/KeyboardInputTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using osu.Framework.Graphics.Shapes;
using osu.Framework.Input.Events;
using osu.Framework.Testing;
using osuTK;
using System.Numerics;
using osuTK.Input;

namespace osu.Framework.Tests.Input
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Input/MouseInputTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using osu.Framework.Graphics.Shapes;
using osu.Framework.Input.Events;
using osu.Framework.Testing;
using osuTK;
using System.Numerics;
using osuTK.Input;

namespace osu.Framework.Tests.Input
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Input/TouchInputTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using osu.Framework.Input;
using osu.Framework.Input.Events;
using osu.Framework.Testing;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.Input
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Layout/TestSceneContainerLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
using osu.Framework.Testing;
using osu.Framework.Tests.Visual;
using osu.Framework.Utils;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.Layout
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Layout/TestSceneDrawableLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using osu.Framework.Testing;
using osu.Framework.Tests.Visual;
using osu.Framework.Utils;
using osuTK;
using System.Numerics;
using osuTK.Graphics;

namespace osu.Framework.Tests.Layout
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Layout/TestSceneGridContainerLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using osu.Framework.Testing;
using osu.Framework.Tests.Visual;
using osu.Framework.Utils;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.Layout
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Layout/TestSceneSpriteLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using osu.Framework.Graphics.Shapes;
using osu.Framework.Testing;
using osu.Framework.Tests.Visual;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.Layout
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/MathUtils/TestInterpolation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Transforms;
using osu.Framework.Utils;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.MathUtils
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/MathUtils/TestPathApproximator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Linq;
using NUnit.Framework;
using osu.Framework.Utils;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.MathUtils
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using NUnit.Framework;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Utils;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.Polygons
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Polygons/ConvexPolygonClippingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Utils;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.Polygons
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Polygons/LineIntersections.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Primitives;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.Polygons
{
Expand Down
1 change: 1 addition & 0 deletions osu.Framework.Tests/Primitives/QuadTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using osu.Framework.Graphics.Primitives;
using osu.Framework.Utils;
using osuTK;
using Vector2 = System.Numerics.Vector2;

namespace osu.Framework.Tests.Primitives
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Primitives/TriangleTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using NUnit.Framework;
using osu.Framework.Graphics.Primitives;
using osuTK;
using System.Numerics;
using System.Collections;

namespace osu.Framework.Tests.Primitives
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Primitives/Vector2ExtensionsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Primitives;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.Primitives
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Framework.Tests/Text/TextBuilderTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using osu.Framework.Graphics.Textures;
using osu.Framework.IO.Stores;
using osu.Framework.Text;
using osuTK;
using System.Numerics;

namespace osu.Framework.Tests.Text
{
Expand Down
Loading
Loading