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

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+

View File

@@ -348,12 +348,14 @@
-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/Test.cs"
"Assets/Cogwheel/UI/CogwheelConsole.cs"
-langversion:9.0
/deterministic
/optimize-

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,10 +1,10 @@
{ "pid": 35942, "tid": -1, "ph": "M", "name": "process_name", "args": { "name": "netcorerun.dll" } },
{ "pid": 35942, "tid": -1, "ph": "M", "name": "process_sort_index", "args": { "sort_index": "-1" } },
{ "pid": 35942, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 35942, "tid": 1, "ts": 1727842386664968, "dur": 167807, "ph": "X", "name": "BuildProgram", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727842386665763, "dur": 58864, "ph": "X", "name": "BuildProgramContextConstructor", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727842386808051, "dur": 3455, "ph": "X", "name": "OutputData.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727842386811508, "dur": 21262, "ph": "X", "name": "Backend.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727842386812128, "dur": 17922, "ph": "X", "name": "JsonToString", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727842386837670, "dur": 951, "ph": "X", "name": "", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727842386837369, "dur": 1419, "ph": "X", "name": "Write chrome-trace events", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727925295471981, "dur": 183803, "ph": "X", "name": "BuildProgram", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727925295472778, "dur": 64853, "ph": "X", "name": "BuildProgramContextConstructor", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727925295626162, "dur": 4193, "ph": "X", "name": "OutputData.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727925295630359, "dur": 25419, "ph": "X", "name": "Backend.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727925295631446, "dur": 21277, "ph": "X", "name": "JsonToString", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727925295660807, "dur": 960, "ph": "X", "name": "", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1727925295660513, "dur": 1426, "ph": "X", "name": "Write chrome-trace events", "args": {} },

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long