-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add code headers to every file marking the maintainers of said file
Thought this should be added, doesnt add much though. Might remove at a later date, wish there was a extension that actually handled these automatically and used git as a base for truth
- Loading branch information
1 parent
7d6e72d
commit 02e57b2
Showing
34 changed files
with
163 additions
and
31 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
6 changes: 4 additions & 2 deletions
6
Packages/com.mattshark.openflight/Editor/ClientSimTestSetup.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
using UnityEditor; | ||
/** | ||
* @ Maintainer: Happyrobot33 | ||
*/ | ||
|
||
using UnityEditor; | ||
using UnityEngine; | ||
|
||
/* | ||
|
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
6 changes: 4 additions & 2 deletions
6
Packages/com.mattshark.openflight/Runtime/Scripts/Detection/AvatarDetection.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/Detection/AvatarListLoader.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/Effects/EffectsHandler.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/Flight/OpenFlight.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/Flight/ToggleWingedFlight.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
4 changes: 4 additions & 0 deletions
4
Packages/com.mattshark.openflight/Runtime/Scripts/Flight/WingFlightPlusGlide.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,3 +1,7 @@ | ||
/** | ||
* @ Maintainer: Mattshark89 | ||
*/ | ||
|
||
using UdonSharp; | ||
using UnityEngine; | ||
using UnityEngine.UI; | ||
|
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/Gizmos/GizmoController.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/Networking/PlayerInfoStore.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/Networking/PoolController.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/ContributerDetection.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/ContributerScroller.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,4 +1,8 @@ | ||
using TMPro; | ||
/** | ||
* @ Maintainer: Happyrobot33 | ||
*/ | ||
|
||
using TMPro; | ||
using UdonSharp; | ||
using UnityEngine; | ||
|
||
|
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/ContributerText.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,4 +1,8 @@ | ||
using TMPro; | ||
/** | ||
* @ Maintainer: Happyrobot33 | ||
*/ | ||
|
||
using TMPro; | ||
using UdonSharp; | ||
using VRC.Udon; | ||
|
||
|
4 changes: 4 additions & 0 deletions
4
Packages/com.mattshark.openflight/Runtime/Scripts/UI/DynamicInputField.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,3 +1,7 @@ | ||
/** | ||
* @ Maintainer: Happyrobot33 | ||
*/ | ||
|
||
using UdonSharp; | ||
using UnityEngine; | ||
using UnityEngine.UI; | ||
|
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/GithubReleaseInterpreter.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/LoggerProxy.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,4 +1,8 @@ | ||
using TMPro; | ||
/** | ||
* @ Maintainer: Happyrobot33 | ||
*/ | ||
|
||
using TMPro; | ||
using UdonSharp; | ||
|
||
namespace OpenFlightVRC.UI | ||
|
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/NetworkingDebug.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/OpenFlightTablet.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/ProxyUdonScript.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,4 +1,8 @@ | ||
using UdonSharp; | ||
/** | ||
* @ Maintainer: Happyrobot33 | ||
*/ | ||
|
||
using UdonSharp; | ||
using UnityEngine; | ||
using VRC.Udon; | ||
|
||
|
4 changes: 4 additions & 0 deletions
4
Packages/com.mattshark.openflight/Runtime/Scripts/UI/UI Styler/UIStyle.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,3 +1,7 @@ | ||
/** | ||
* @ Maintainer: Happyrobot33 | ||
*/ | ||
|
||
using UnityEngine; | ||
using System; | ||
|
||
|
4 changes: 4 additions & 0 deletions
4
Packages/com.mattshark.openflight/Runtime/Scripts/UI/UI Styler/UIStyleMarkup.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,3 +1,7 @@ | ||
/** | ||
* @ Maintainer: Happyrobot33 | ||
*/ | ||
|
||
using UnityEngine; | ||
using UnityEngine.UI; | ||
using UdonSharp; | ||
|
4 changes: 4 additions & 0 deletions
4
Packages/com.mattshark.openflight/Runtime/Scripts/UI/UI Styler/UIStyler.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,3 +1,7 @@ | ||
/** | ||
* @ Maintainer: Happyrobot33 | ||
*/ | ||
|
||
using UnityEngine; | ||
using System.Reflection; | ||
using System.IO; | ||
|
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/UIBase.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/UIGraph.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/UISliderUtility.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/UIToggle.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/UI/VariableLabel.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,4 +1,8 @@ | ||
using UdonSharp; | ||
/** | ||
* @ Maintainer: Happyrobot33 | ||
*/ | ||
|
||
using UdonSharp; | ||
using UnityEngine; | ||
using TMPro; | ||
|
||
|
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/Utils/LoggableUdonSharpBehaviour.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,4 +1,8 @@ | ||
| ||
/** | ||
* @ Maintainer: Happyrobot33 | ||
*/ | ||
|
||
|
||
using UdonSharp; | ||
using UnityEngine; | ||
|
||
|
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/Utils/Logger.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
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/Utils/SaferRespawn.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,4 +1,8 @@ | ||
using UdonSharp; | ||
/** | ||
* @ Maintainer: Mattshark89 | ||
*/ | ||
|
||
using UdonSharp; | ||
using UnityEngine; | ||
using VRC.SDKBase; | ||
|
||
|
6 changes: 5 additions & 1 deletion
6
Packages/com.mattshark.openflight/Runtime/Scripts/Utils/Util.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