Skip to content

Commit e9ad74e

Browse files
committed
Ready for release
Fixed general issues, got patcher ready for initial release. Needs complete rewriite sometime in the near future to allow it's easier to change the native code.
1 parent 45c7416 commit e9ad74e

File tree

6 files changed

+161
-456
lines changed

6 files changed

+161
-456
lines changed

Patcher/MSILNode.cs

Lines changed: 0 additions & 122 deletions
This file was deleted.

Patcher/MainWindow.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:Patcher"
77
mc:Ignorable="d"
8-
Title="Planetbase Mod Patcher" Height="141.017" Width="229.402" ResizeMode="CanMinimize">
8+
Title="Planetbase Mod Patcher" Height="158.35" Width="229.402" ResizeMode="CanMinimize">
99
<Grid>
1010
<Button x:Name="buttonSelect" Content="Select Assembly-CSharp.dll" HorizontalAlignment="Left" VerticalAlignment="Top" Width="195" Margin="10,10,0,0" Click="ButtonBase_OnClick"/>
1111
<TextBlock x:Name="labelDll" HorizontalAlignment="Left" VerticalAlignment="Top" Margin="210,7,0,0" Text="" SizeChanged="FrameworkElement_OnSizeChanged"/>
1212
<Button x:Name="buttonPatch" IsEnabled="False" Content="Patch!" HorizontalAlignment="Left" VerticalAlignment="Top" Width="195" Margin="10,34,0,0" Click="ButtonBase2_OnClick"/>
13-
<TextBlock x:Name="textBlock" HorizontalAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Top" Margin="10,81,0,0"><Run Text="v"/><Run Text="1"/><Run Text="."/><Run Text="0"/><Run Text=" by π-Maker"/><Run Text=" &amp;"/><Run Text=" j"/><Run Text="p"/><Run Text="farias"/></TextBlock>
13+
<TextBlock x:Name="textBlock" HorizontalAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Top" Margin="10,81,0,0"><Run Text="v2.0 by solidDoWant"/><LineBreak/><Run Text="v"/><Run Text="1"/><Run Text="."/><Run Text="0"/><Run Text=" by π-Maker"/><Run Text=" &amp;"/><Run Text=" j"/><Run Text="p"/><Run Text="farias"/></TextBlock>
1414
<!--Button x:Name="buttonRestore" IsEnabled="False" Content="State: Unknown" HorizontalAlignment="Left" VerticalAlignment="Top" Width="195" Margin="10,59,0,0" Click="ButtonBase3_OnClick"/-->
15-
<TextBlock x:Name="textBlock_Copy" HorizontalAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Top" Margin="10,60,0,0" Text="Compatible with v1.1.0"/>
15+
<TextBlock x:Name="textBlock_Copy" HorizontalAlignment="Left" TextWrapping="Wrap" VerticalAlignment="Top" Margin="10,60,0,0" Text="Compatible with v1.2.3"/>
1616
</Grid>
1717
</Window>

0 commit comments

Comments
 (0)