1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-18 14:52:56 +08:00

Converted all files to use CRLF line endings.

This commit is contained in:
John Leuenhagen 2016-10-13 16:39:56 -04:00
parent b7976dce46
commit 4edd9b0cb3
No known key found for this signature in database
GPG Key ID: 907086AC94B52427
126 changed files with 1002 additions and 997 deletions

@ -1 +0,0 @@
Subproject commit 30ff0e1a99a10e735611bb3ffa35352061f52d8a

@ -1 +0,0 @@
Subproject commit 0505cf0d3b317667dbc95346f57b67fdbcdb4dee

View File

@ -1,4 +1,4 @@
// Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
// Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.GameModes.Testing;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK;

View File

@ -1,4 +1,4 @@
// Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
// Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE
using osu.Framework.GameModes.Testing;

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectGuid>{69051C69-12AE-4E7D-A3E6-460D2E282312}</ProjectGuid>

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
@ -53,5 +53,6 @@ namespace osu.Desktop.Beatmaps.IO
public override void Dispose()
{
// no-op
} }
}
}
}

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectGuid>{2A66DD92-ADB1-4994-89E2-C94E04ACDA0D}</ProjectGuid>

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using NUnit.Framework;
using OpenTK;
@ -19,7 +19,8 @@ namespace osu.Game.Tests.Beatmaps.Formats
{
OsuLegacyDecoder.Register();
}
[Test]
[Test]
public void TestDecodeMetadata()
{
var decoder = new OsuLegacyDecoder();
@ -121,7 +122,8 @@ namespace osu.Game.Tests.Beatmaps.Formats
}
}
[Test] public void TestDecodeHitObjects()
[Test]
public void TestDecodeHitObjects()
{
var decoder = new OsuLegacyDecoder();
using (var stream = Resource.OpenResource("Soleily - Renatus (Gamu) [Insane].osu"))

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using NUnit.Framework;
using osu.Game.Beatmaps.IO;
@ -63,7 +63,8 @@ namespace osu.Game.Tests.Beatmaps.IO
Assert.AreEqual("Renatus", meta.TitleUnicode);
}
}
[Test]
[Test]
public void TestReadFile()
{
using (var osz = Resource.OpenResource("Beatmaps.241526 Soleily - Renatus.osz"))

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Reflection;

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="ppy.OpenTK" version="1.1.2225.3" targetFramework="net45" />

View File

@ -1,4 +1,4 @@
using System;
using System;
using SQLite;
namespace osu.Game.Beatmaps

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.GameModes.Play;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
using System;
using System;
namespace osu.Game.Beatmaps.Events
{
public enum EventType

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
@ -15,7 +15,8 @@ namespace osu.Game.Beatmaps.Formats
throw new IOException(@"Unknown file format");
return (BeatmapDecoder)Activator.CreateInstance(decoders[line]);
}
protected static void AddDecoder<T>(string magic) where T : BeatmapDecoder
protected static void AddDecoder<T>(string magic) where T : BeatmapDecoder
{
decoders[magic] = typeof(T);
}

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using osu.Framework.Platform;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Linq;
using Ionic.Zip;
@ -53,7 +53,8 @@ namespace osu.Game.Beatmaps.IO
{
return firstMap.Metadata;
}
public override void Dispose()
public override void Dispose()
{
archive.Dispose();
}

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Beatmaps.Objects.Catch

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Beatmaps.Objects.Catch

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Beatmaps.Objects.Catch

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Game.Beatmaps.Objects.Osu;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Beatmaps.Objects.Mania

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Beatmaps.Objects.Mania

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Beatmaps.Objects.Mania

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Beatmaps.Objects.Osu

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Beatmaps.Objects.Osu

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Beatmaps.Objects.Taiko

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Beatmaps.Samples

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Beatmaps.Samples

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Configuration;

View File

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using osu.Framework.Platform;
@ -24,7 +24,8 @@ namespace osu.Game.Database
connection.CreateTable<Beatmap>();
}
}
public void AddBeatmap(ArchiveReader input)
public void AddBeatmap(ArchiveReader input)
{
var metadata = input.ReadMetadata();
if (connection.Table<BeatmapSet>().Count(b => b.BeatmapSetID == metadata.BeatmapSetID) != 0)

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.GameModes.Backgrounds

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.GameModes.Direct

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
using OpenTK;
using OpenTK;
using OpenTK.Graphics;
using OpenTK.Input;
using osu.Framework;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
using OpenTK;
using OpenTK;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
using osu.Framework.Graphics;
using osu.Framework.Graphics;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework.Graphics.Containers;

View File

@ -1,4 +1,4 @@
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics;
using osu.Framework.Input;
using OpenTK;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using osu.Framework;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK.Input;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

View File

@ -1,4 +1,4 @@
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;

Some files were not shown because too many files have changed in this diff Show More