-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from OliBomby/dev
Dev update 1.8.0.0
- Loading branch information
Showing
274 changed files
with
18,408 additions
and
1,118 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ols/Classes/BeatmapHelper/IBeatDivisor.cs → ...eatmapHelper/BeatDivisors/IBeatDivisor.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
2 changes: 1 addition & 1 deletion
2
...es/BeatmapHelper/IrrationalBeatDivisor.cs → ...per/BeatDivisors/IrrationalBeatDivisor.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
2 changes: 1 addition & 1 deletion
2
...sses/BeatmapHelper/RationalBeatDivisor.cs → ...elper/BeatDivisors/RationalBeatDivisor.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
Large diffs are not rendered by default.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
...g Tools/Classes/BeatmapHelper/Gamemode.cs → ...s/Classes/BeatmapHelper/Enums/Gamemode.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
2 changes: 1 addition & 1 deletion
2
...ls/Classes/BeatmapHelper/HitObjectType.cs → ...sses/BeatmapHelper/Enums/HitObjectType.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
2 changes: 1 addition & 1 deletion
2
...g Tools/Classes/HitsoundStuff/Hitsound.cs → ...s/Classes/BeatmapHelper/Enums/Hitsound.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
2 changes: 1 addition & 1 deletion
2
...Tools/Classes/SliderPathStuff/PathType.cs → ...s/Classes/BeatmapHelper/Enums/PathType.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,7 +1,7 @@ | ||
// Copyright (c) ppy Pty Ltd <[email protected]>. Licensed under the MIT Licence. | ||
// See the LICENCE file in the repository root for full licence text. | ||
|
||
namespace Mapping_Tools.Classes.SliderPathStuff { | ||
namespace Mapping_Tools.Classes.BeatmapHelper.Enums { | ||
|
||
/// <summary> | ||
/// The Slider curve type relating to the osu beatmap. | ||
|
2 changes: 1 addition & 1 deletion
2
... Tools/Classes/HitsoundStuff/SampleSet.cs → .../Classes/BeatmapHelper/Enums/SampleSet.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
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 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
Oops, something went wrong.