Skip to content

Commit

Permalink
Merge branch 'master' into storyboards
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy authored Sep 14, 2017
2 parents bab3ef0 + 1e7dc2f commit 33d33a4
Show file tree
Hide file tree
Showing 152 changed files with 2,263 additions and 1,706 deletions.
6 changes: 6 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="opentk-develop" value="https://www.myget.org/F/opentk-develop" />
</packageSources>
</configuration>
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 2017-09-14
clone_depth: 1
version: '{branch}-{build}'
configuration: Debug
Expand Down
2 changes: 1 addition & 1 deletion osu-framework
Submodule osu-framework updated 50 files
+6 −0 NuGet.config
+25 −0 SampleGame/OpenTK.dll.config
+4 −1 SampleGame/SampleGame.csproj
+1 −5 SampleGame/packages.config
+1 −0 appveyor.yml
+4 −0 osu-framework.sln.DotSettings
+25 −0 osu.Framework.Desktop.Tests/OpenTK.dll.config
+18 −12 osu.Framework.Desktop.Tests/Visual/TestCaseNestedMenus.cs
+9 −6 osu.Framework.Desktop.Tests/Visual/TestCaseRigidBody.cs
+1 −1 osu.Framework.Desktop.Tests/Visual/TestCaseScreen.cs
+4 −4 osu.Framework.Desktop.Tests/Visual/TestCaseSearchContainer.cs
+18 −6 osu.Framework.Desktop.Tests/Visual/TestCaseTooltip.cs
+5 −4 osu.Framework.Desktop.Tests/osu.Framework.Desktop.Tests.csproj
+2 −1 osu.Framework.Desktop.Tests/packages.config
+5 −0 osu.Framework.Desktop/Input/Handlers/Mouse/OpenTKMouseHandler.cs
+0 −4 osu.Framework.Desktop/OpenTK.dll.config
+5 −5 osu.Framework.Desktop/osu.Framework.Desktop.csproj
+2 −2 osu.Framework.Desktop/packages.config
+0 −4 osu.Framework.Testing/OpenTK.dll.config
+23 −5 osu.Framework.Testing/TestBrowser.cs
+26 −9 osu.Framework.Testing/TestCase.cs
+6 −10 osu.Framework.Testing/osu.Framework.Testing.csproj
+3 −3 osu.Framework.Testing/packages.config
+2 −2 osu.Framework.Tests/osu.Framework.Tests.csproj
+1 −5 osu.Framework.Tests/packages.config
+25 −0 osu.Framework.VisualTestBrowser/OpenTK.dll.config
+3 −15 osu.Framework.VisualTestBrowser/osu.Framework.VisualTestBrowser.csproj
+1 −5 osu.Framework.VisualTestBrowser/packages.config
+1 −1 osu.Framework/Allocation/DependencyContainer.cs
+2 −0 osu.Framework/Audio/Track/TrackVirtual.cs
+5 −3 osu.Framework/Graphics/Containers/CircularContainer.cs
+5 −3 osu.Framework/Graphics/Containers/IHasFilterTerms.cs
+11 −4 osu.Framework/Graphics/Cursor/TooltipContainer.cs
+4 −4 osu.Framework/Graphics/Drawable.cs
+6 −6 osu.Framework/Graphics/Lines/PathDrawNode.cs
+2 −2 osu.Framework/Graphics/Primitives/Line.cs
+8 −8 osu.Framework/Graphics/Primitives/Quad.cs
+4 −6 osu.Framework/Graphics/Shaders/Shader.cs
+4 −0 osu.Framework/Graphics/Textures/RawTexture.cs
+4 −0 osu.Framework/Graphics/Textures/RawTextureLoaderStore.cs
+2 −0 osu.Framework/Graphics/Transforms/Transformable.cs
+3 −3 osu.Framework/Graphics/UserInterface/CircularProgressDrawNode.cs
+2 −4 osu.Framework/Graphics/UserInterface/TextBox.cs
+80 −0 osu.Framework/Graphics/Vector2Extensions.cs
+0 −1 osu.Framework/Input/Bindings/KeyBindingInputManager.cs
+2 −2 osu.Framework/Input/InputManager.cs
+25 −0 osu.Framework/OpenTK.dll.config
+6 −6 osu.Framework/Physics/RigidBodyContainer.cs
+7 −3 osu.Framework/osu.Framework.csproj
+3 −3 osu.Framework/packages.config
2 changes: 1 addition & 1 deletion osu.Desktop.Deploy/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/maste
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SharpCompress" publicKeyToken="afb0a02973931d96" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.17.1.0" newVersion="0.17.1.0" />
<bindingRedirect oldVersion="0.0.0.0-0.18.1.0" newVersion="0.18.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
13 changes: 7 additions & 6 deletions osu.Desktop.Deploy/osu.Desktop.Deploy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,23 @@
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>$(SolutionDir)\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NuGet.Squirrel, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\squirrel.windows.1.7.5\lib\Net45\NuGet.Squirrel.dll</HintPath>
<HintPath>$(SolutionDir)\packages\squirrel.windows.1.7.8\lib\Net45\NuGet.Squirrel.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SharpCompress, Version=0.17.1.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\SharpCompress.0.17.1\lib\net45\SharpCompress.dll</HintPath>
<Reference Include="SharpCompress, Version=0.18.1.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\SharpCompress.0.18.1\lib\net45\SharpCompress.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Splat, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\Splat.2.0.0\lib\Net45\Splat.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Squirrel, Version=1.7.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\squirrel.windows.1.7.5\lib\Net45\Squirrel.dll</HintPath>
<Reference Include="Squirrel, Version=1.7.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\squirrel.windows.1.7.8\lib\Net45\Squirrel.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
8 changes: 4 additions & 4 deletions osu.Desktop.Deploy/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/maste
<packages>
<package id="DeltaCompressionDotNet" version="1.1.0" targetFramework="net452" />
<package id="Mono.Cecil" version="0.9.6.4" targetFramework="net452" />
<package id="Newtonsoft.Json" version="10.0.2" targetFramework="net452" />
<package id="NuGet.CommandLine" version="4.1.0" targetFramework="net452" developmentDependency="true" />
<package id="SharpCompress" version="0.17.1" targetFramework="net452" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="NuGet.CommandLine" version="4.3.0" targetFramework="net461" developmentDependency="true" />
<package id="SharpCompress" version="0.18.1" targetFramework="net461" />
<package id="Splat" version="2.0.0" targetFramework="net452" />
<package id="squirrel.windows" version="1.7.5" targetFramework="net452" />
<package id="squirrel.windows" version="1.7.8" targetFramework="net461" />
</packages>
25 changes: 25 additions & 0 deletions osu.Desktop.Tests/OpenTK.dll.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<configuration>
<dllmap os="linux" dll="opengl32.dll" target="libGL.so.1"/>
<dllmap os="linux" dll="glu32.dll" target="libGLU.so.1"/>
<dllmap os="linux" dll="openal32.dll" target="libopenal.so.1"/>
<dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
<dllmap os="linux" dll="opencl.dll" target="libOpenCL.so"/>
<dllmap os="linux" dll="libX11" target="libX11.so.6"/>
<dllmap os="linux" dll="libXi" target="libXi.so.6"/>
<dllmap os="linux" dll="SDL2.dll" target="libSDL2-2.0.so.0"/>
<dllmap os="osx" dll="opengl32.dll" target="/System/Library/Frameworks/OpenGL.framework/OpenGL"/>
<dllmap os="osx" dll="openal32.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
<dllmap os="osx" dll="alut.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
<dllmap os="osx" dll="libGLES.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
<dllmap os="osx" dll="libGLESv1_CM.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
<dllmap os="osx" dll="libGLESv2.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
<dllmap os="osx" dll="opencl.dll" target="/System/Library/Frameworks/OpenCL.framework/OpenCL"/>
<dllmap os="osx" dll="SDL2.dll" target="libSDL2.dylib"/>
<!-- XQuartz compatibility (X11 on Mac) -->
<dllmap os="osx" dll="libGL.so.1" target="/usr/X11/lib/libGL.dylib"/>
<dllmap os="osx" dll="libX11" target="/usr/X11/lib/libX11.dylib"/>
<dllmap os="osx" dll="libXcursor.so.1" target="/usr/X11/lib/libXcursor.dylib"/>
<dllmap os="osx" dll="libXi" target="/usr/X11/lib/libXi.dylib"/>
<dllmap os="osx" dll="libXinerama" target="/usr/X11/lib/libXinerama.dylib"/>
<dllmap os="osx" dll="libXrandr.so.2" target="/usr/X11/lib/libXrandr.dylib"/>
</configuration>
4 changes: 0 additions & 4 deletions osu.Desktop.Tests/Visual/TestCaseHitObjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using osu.Framework.Graphics.Containers;
using osu.Framework.Timing;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.Osu.Judgements;
using osu.Game.Rulesets.Osu.Objects;
using osu.Game.Rulesets.Osu.Objects.Drawables;
using OpenTK;
Expand Down Expand Up @@ -110,10 +109,7 @@ private void add(DrawableOsuHitObject h)
h.Depth = depth++;

if (auto)
{
h.State = ArmedState.Hit;
h.Judgement = new OsuJudgement { Result = HitResult.Hit };
}

playfieldContainer.Add(h);
var proxyable = h as IDrawableHitObjectWithProxiedApproach;
Expand Down
3 changes: 1 addition & 2 deletions osu.Desktop.Tests/Visual/TestCaseManiaPlayfield.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ public TestCaseManiaPlayfield()
var note = new DrawableNote(new Note { Column = col }, ManiaAction.Key1)
{
Judgement = new ManiaJudgement { Result = HitResult.Hit },
AccentColour = playfield.Columns.ElementAt(col).AccentColour
};
playfield.OnJudgement(note);
playfield.OnJudgement(note, new ManiaJudgement { Result = HitResult.Perfect });
});
}

Expand Down
Loading

0 comments on commit 33d33a4

Please sign in to comment.