-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Difficulty factor added + Length bonus rework
- Loading branch information
Showing
105 changed files
with
497 additions
and
3,429 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
7 changes: 4 additions & 3 deletions
7
osu.Game.Rulesets.Catch.Tests.iOS/Program.cs → ...e.Rulesets.Catch.Tests.iOS/Application.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
// Copyright (c) ppy Pty Ltd <[email protected]>. Licensed under the MIT Licence. | ||
// See the LICENCE file in the repository root for full licence text. | ||
|
||
using UIKit; | ||
using osu.Framework.iOS; | ||
using osu.Game.Tests; | ||
|
||
namespace osu.Game.Rulesets.Catch.Tests.iOS | ||
{ | ||
public static class Program | ||
public static class Application | ||
{ | ||
public static void Main(string[] args) | ||
{ | ||
UIApplication.Main(args, null, typeof(AppDelegate)); | ||
GameApplication.Main(new OsuTestBrowser()); | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
7 changes: 4 additions & 3 deletions
7
osu.Game.Rulesets.Mania.Tests.iOS/Program.cs → ...e.Rulesets.Mania.Tests.iOS/Application.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
// Copyright (c) ppy Pty Ltd <[email protected]>. Licensed under the MIT Licence. | ||
// See the LICENCE file in the repository root for full licence text. | ||
|
||
using UIKit; | ||
using osu.Framework.iOS; | ||
using osu.Game.Tests; | ||
|
||
namespace osu.Game.Rulesets.Mania.Tests.iOS | ||
{ | ||
public static class Program | ||
public static class Application | ||
{ | ||
public static void Main(string[] args) | ||
{ | ||
UIApplication.Main(args, null, typeof(AppDelegate)); | ||
GameApplication.Main(new OsuTestBrowser()); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
osu.Game.Rulesets.Mania.Tests/Resources/Testing/Beatmaps/4869637-expected-conversion.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.