Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MicroEngineerProject/MicroEngineer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
</Reference>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="echo Killing task KSP2_x64.exe&#xD;&#xA;taskkill /f /fi &quot;pid gt 0&quot; /im KSP2_x64.exe&#xD;&#xA;&#xD;&#xA;echo Copying output .dll to &quot;..Kerbal Space Program 2 0.1.3.0 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;xcopy /y &quot;$(TargetDir)$(ProjectName).dll&quot; &quot;D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.3.0 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;&#xD;&#xA;echo Copying output .pdb to &quot;..Kerbal Space Program 2 0.1.3.0 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;xcopy /y &quot;$(TargetDir)$(ProjectName).pdb&quot; &quot;D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.3.0 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;&#xD;&#xA;echo Starting KSP2_x64.exe&#xD;&#xA;powershell &quot;start-process &quot;&quot;D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.3.0 DEV\KSP2_x64.exe&quot;&quot;&quot;" />
<Exec Command="echo Killing task KSP2_x64.exe&#xD;&#xA;taskkill /f /fi &quot;pid gt 0&quot; /im KSP2_x64.exe&#xD;&#xA;&#xD;&#xA;echo Copying output .dll to &quot;..Kerbal Space Program 2 0.1.3.1 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;xcopy /y &quot;$(TargetDir)$(ProjectName).dll&quot; &quot;D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.3.1 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;&#xD;&#xA;echo Copying output .pdb to &quot;..Kerbal Space Program 2 0.1.3.1 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;xcopy /y &quot;$(TargetDir)$(ProjectName).pdb&quot; &quot;D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.3.1 DEV\BepInEx\plugins\micro_engineer\&quot;&#xD;&#xA;&#xD;&#xA;echo Starting KSP2_x64.exe&#xD;&#xA;powershell &quot;start-process &quot;&quot;D:\Steam\steamapps\common\Kerbal Space Program 2 0.1.3.1 DEV\KSP2_x64.exe&quot;&quot;&quot;" />
</Target>
</Project>
Binary file not shown.
2 changes: 1 addition & 1 deletion Staging/BepInEx/plugins/micro_engineer/swinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Micro Engineer",
"description": "Get in-flight and VAB information about your current vessel",
"source": "https://github.com/Micrologist/MicroEngineer",
"version": "1.2.0",
"version": "1.2.1",
"version_check": "https://raw.githubusercontent.com/Micrologist/MicroEngineer/main/Staging/BepInEx/plugins/micro_engineer/swinfo.json",
"dependencies": [
{
Expand Down
Binary file modified UnityProject/AssetBundles/microengineer_flightui.bundle
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ManifestFileVersion: 0
CRC: 2285508560
CRC: 1970053407
Hashes:
AssetFileHash:
serializedVersion: 2
Hash: 3b70b3b4c6fa7c45e487d74e41eb4f88
Hash: 7f47c0e0c831b174319c551b67cdf666
TypeTreeHash:
serializedVersion: 2
Hash: d1d45f0ae4b48ad0a84d19bfd18ad535
Expand Down Expand Up @@ -32,8 +32,6 @@ SerializeReferenceClassIdentifiers:
ClassName: UnityEngine.UIElements.StyleSelector
- AssemblyName: UnityEngine.UIElementsModule
ClassName: UnityEngine.UIElements.StyleSelectorPart
- AssemblyName: UnityEngine.UIElementsModule
ClassName: UnityEngine.UIElements.StyleSheet/ImportStruct
- AssemblyName: UnityEngine.UIElementsModule
ClassName: UnityEngine.UIElements.StyleSheets.Dimension
- AssemblyName: UnityEngine.UIElementsModule
Expand Down
Binary file removed UnityProject/Docked windows 20230609.png
Binary file not shown.
Binary file removed UnityProject/MicroEngineer UITK 2023-06-04.png
Binary file not shown.
Binary file removed UnityProject/MicroEngineer UITK 2023-06-06.png
Binary file not shown.
9 changes: 2 additions & 7 deletions UnityProject/MicroEngineer/EntryWindow.uxml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<ui:Template name="ManeuverHeader" src="ManeuverHeader.uxml" />
<Style src="Flight.uss" />
<ui:VisualElement name="window-root" class="window-root">
<ui:VisualElement name="title" class="window-title">
Expand All @@ -16,12 +15,8 @@
<ui:VisualElement name="close-button__background" class="close-button__background" />
</ui:Button>
</ui:VisualElement>
<ui:VisualElement name="header" class="window-header">
<ui:Instance template="ManeuverHeader" name="ManeuverHeader" />
</ui:VisualElement>
<ui:VisualElement name="body" class="body">
<MicroEngineer.UI.BaseEntryControl />
</ui:VisualElement>
<ui:VisualElement name="header" class="window-header" />
<ui:VisualElement name="body" class="body" />
<ui:VisualElement name="footer" class="window-footer" />
</ui:VisualElement>
</ui:UXML>
1 change: 1 addition & 0 deletions UnityProject/MicroEngineer/Flight.uss
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
align-items: stretch;
-unity-text-align: middle-left;
display: flex;
background-color: var(--background-gray-1);
}

.body {
Expand Down
Binary file removed UnityProject/StageInfo window 20230609.png
Binary file not shown.