Added basic CogwheelConsoleUI and implementation

This commit is contained in:
Spudnut2000
2024-10-02 22:48:21 -05:00
parent 86e8b2168c
commit ef73de5a86
242 changed files with 25684 additions and 5194 deletions

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -19367,7 +19367,7 @@
"DisplayName": "Writing Assembly-CSharp.rsp",
"ActionType": "WriteFile",
"PayloadOffset": 1424725,
"PayloadLength": 31819,
"PayloadLength": 31871,
"PayloadDebugContentSnippet": "-target:library\n-out:\"Library/",
"Inputs": [],
"Outputs": [
@@ -19379,7 +19379,7 @@
"Annotation": "WriteText Library/Bee/artifacts/2400b0aE.dag/Assembly-CSharp.rsp2",
"DisplayName": "Writing Assembly-CSharp.rsp2",
"ActionType": "WriteFile",
"PayloadOffset": 1456631,
"PayloadOffset": 1456683,
"PayloadLength": 0,
"PayloadDebugContentSnippet": "",
"Inputs": [],
@@ -19623,12 +19623,13 @@
"Library/Bee/artifacts/2400b0aE.dag/UnityEditor.UI.ref.dll",
"Library/Bee/artifacts/2400b0aE.dag/UnityEngine.UI.ref.dll",
"Assets/Cogwheel/Scripts/COGWHEEL.cs",
"Assets/Cogwheel/Scripts/CogwheelSettings.cs",
"Assets/Cogwheel/Scripts/Command.cs",
"Assets/Cogwheel/Scripts/CommandAttribute.cs",
"Assets/Cogwheel/Scripts/CommandsManager.cs",
"Assets/Cogwheel/Scripts/ICommand.cs",
"Assets/Cogwheel/Scripts/ICommandsManager.cs",
"Assets/Cogwheel/Scripts/Test.cs",
"Assets/Cogwheel/UI/CogwheelConsole.cs",
"/home/spudnut/Unity/Hub/Editor/2022.3.36f1/Editor/Data/Tools/Unity.SourceGenerators/Unity.Properties.SourceGenerator.dll",
"/home/spudnut/Unity/Hub/Editor/2022.3.36f1/Editor/Data/Tools/Unity.SourceGenerators/Unity.SourceGenerators.dll",
"Library/Bee/artifacts/2400b0aE.dag/Assembly-CSharp.rsp"
@@ -19867,7 +19868,7 @@
"Annotation": "WriteText Library/Bee/artifacts/2400b0aE.dag/Assembly-CSharp.dll.mvfrm.rsp",
"DisplayName": "Writing Assembly-CSharp.dll.mvfrm.rsp",
"ActionType": "WriteFile",
"PayloadOffset": 1456727,
"PayloadOffset": 1456779,
"PayloadLength": 9183,
"PayloadDebugContentSnippet": "Library/Bee/artifacts/mvdfrm/U",
"Inputs": [],

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -19367,7 +19367,7 @@
"DisplayName": "Writing Assembly-CSharp.rsp",
"ActionType": "WriteFile",
"PayloadOffset": 1425643,
"PayloadLength": 31897,
"PayloadLength": 31975,
"PayloadDebugContentSnippet": "-target:library\n-out:\"Library/",
"Inputs": [],
"Outputs": [
@@ -19379,7 +19379,7 @@
"Annotation": "WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.rsp2",
"DisplayName": "Writing Assembly-CSharp.rsp2",
"ActionType": "WriteFile",
"PayloadOffset": 1457630,
"PayloadOffset": 1457708,
"PayloadLength": 0,
"PayloadDebugContentSnippet": "",
"Inputs": [],
@@ -19623,12 +19623,14 @@
"Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.ref.dll",
"Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.ref.dll",
"Assets/Cogwheel/Scripts/COGWHEEL.cs",
"Assets/Cogwheel/Scripts/CogwheelSettings.cs",
"Assets/Cogwheel/Scripts/Command.cs",
"Assets/Cogwheel/Scripts/CommandAttribute.cs",
"Assets/Cogwheel/Scripts/CommandsManager.cs",
"Assets/Cogwheel/Scripts/ICommand.cs",
"Assets/Cogwheel/Scripts/ICommandsManager.cs",
"Assets/Cogwheel/Scripts/Test.cs",
"Assets/Cogwheel/Test.cs",
"Assets/Cogwheel/UI/CogwheelConsole.cs",
"/home/spudnut/Unity/Hub/Editor/2022.3.36f1/Editor/Data/Tools/Unity.SourceGenerators/Unity.Properties.SourceGenerator.dll",
"/home/spudnut/Unity/Hub/Editor/2022.3.36f1/Editor/Data/Tools/Unity.SourceGenerators/Unity.SourceGenerators.dll",
"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.rsp"
@@ -19867,7 +19869,7 @@
"Annotation": "WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll.mvfrm.rsp",
"DisplayName": "Writing Assembly-CSharp.dll.mvfrm.rsp",
"ActionType": "WriteFile",
"PayloadOffset": 1457729,
"PayloadOffset": 1457807,
"PayloadLength": 9183,
"PayloadDebugContentSnippet": "Library/Bee/artifacts/mvdfrm/U",
"Inputs": [],

View File

@@ -348,12 +348,13 @@
-analyzer:"/home/spudnut/Unity/Hub/Editor/2022.3.36f1/Editor/Data/Tools/Unity.SourceGenerators/Unity.Properties.SourceGenerator.dll"
-analyzer:"/home/spudnut/Unity/Hub/Editor/2022.3.36f1/Editor/Data/Tools/Unity.SourceGenerators/Unity.SourceGenerators.dll"
"Assets/Cogwheel/Scripts/COGWHEEL.cs"
"Assets/Cogwheel/Scripts/CogwheelSettings.cs"
"Assets/Cogwheel/Scripts/Command.cs"
"Assets/Cogwheel/Scripts/CommandAttribute.cs"
"Assets/Cogwheel/Scripts/CommandsManager.cs"
"Assets/Cogwheel/Scripts/ICommand.cs"
"Assets/Cogwheel/Scripts/ICommandsManager.cs"
"Assets/Cogwheel/Scripts/Test.cs"
"Assets/Cogwheel/UI/CogwheelConsole.cs"
-langversion:9.0
/deterministic
/optimize+

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