Skip to content

Commit

Permalink
Updated for KSP 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Russ Nash committed Jun 25, 2017
1 parent a6477f1 commit 407bc51
Show file tree
Hide file tree
Showing 34 changed files with 40,135 additions and 20,122 deletions.
Binary file modified GameData/Kaboom/plugins/Kaboom.dll
Binary file not shown.
Binary file removed GameData/ModuleManager.2.6.25.dll
Binary file not shown.
Binary file added GameData/ModuleManager.2.8.0.dll
Binary file not shown.
Binary file removed Kaboom-1.1.1.zip
Binary file not shown.
Binary file added Kaboom-1.1.2.zip
Binary file not shown.
Binary file added Kaboom-1.1.3.zip
Binary file not shown.
Binary file added Source/.vs/Kaboom/v14/.suo
Binary file not shown.
10 changes: 4 additions & 6 deletions Source/Kaboom/Kaboom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,17 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>D:\KSP Test\KSP_Data\Managed\Assembly-CSharp.dll</HintPath>
<Reference Include="Assembly-CSharp">
<HintPath>bin\Release\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>D:\KSP Test\KSP_Data\Managed\UnityEngine.dll</HintPath>
<Reference Include="UnityEngine">
<HintPath>bin\Release\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Source/Kaboom/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.2.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyVersion("1.1.3.0")]
[assembly: AssemblyFileVersion("1.1.3.0")]
Binary file not shown.
Binary file added Source/Kaboom/bin/Debug/Assembly-CSharp.dll
Binary file not shown.
Binary file added Source/Kaboom/bin/Debug/KSPAssets.dll
Binary file not shown.
Binary file added Source/Kaboom/bin/Debug/Kaboom.dll
Binary file not shown.
Binary file added Source/Kaboom/bin/Debug/Kaboom.pdb
Binary file not shown.
Binary file added Source/Kaboom/bin/Debug/Mono.Cecil.dll
Binary file not shown.
Binary file added Source/Kaboom/bin/Debug/TrackIRUnity.dll
Binary file not shown.
Binary file added Source/Kaboom/bin/Debug/UnityEngine.UI.dll
Binary file not shown.
Binary file added Source/Kaboom/bin/Debug/UnityEngine.dll
Binary file not shown.
60,225 changes: 40,111 additions & 20,114 deletions Source/Kaboom/bin/Debug/UnityEngine.xml

Large diffs are not rendered by default.

Binary file added Source/Kaboom/bin/Release/Assembly-CSharp.dll
Binary file not shown.
Binary file added Source/Kaboom/bin/Release/Kaboom.dll
Binary file not shown.
Binary file added Source/Kaboom/bin/Release/Kaboom.pdb
Binary file not shown.
Binary file added Source/Kaboom/bin/Release/UnityEngine.dll
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions Source/Kaboom/obj/Debug/Kaboom.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@ C:\Users\P24508\Documents\GitHub\Kaboom\Source\Kaboom\bin\Debug\UnityEngine.xml
C:\Users\P24508\Documents\GitHub\Kaboom\Source\Kaboom\obj\Debug\Kaboom.csprojResolveAssemblyReference.cache
C:\Users\P24508\Documents\GitHub\Kaboom\Source\Kaboom\obj\Debug\Kaboom.dll
C:\Users\P24508\Documents\GitHub\Kaboom\Source\Kaboom\obj\Debug\Kaboom.pdb
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Debug\Kaboom.dll
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Debug\Kaboom.pdb
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Debug\Assembly-CSharp.dll
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Debug\UnityEngine.dll
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Debug\Assembly-CSharp-firstpass.dll
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Debug\TrackIRUnity.dll
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Debug\UnityEngine.UI.dll
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Debug\KSPAssets.dll
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Debug\Mono.Cecil.dll
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Debug\UnityEngine.xml
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\obj\Debug\Kaboom.csprojResolveAssemblyReference.cache
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\obj\Debug\Kaboom.dll
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\obj\Debug\Kaboom.pdb
Binary file not shown.
Binary file added Source/Kaboom/obj/Debug/Kaboom.dll
Binary file not shown.
Binary file added Source/Kaboom/obj/Debug/Kaboom.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions Source/Kaboom/obj/Release/Kaboom.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Release\Kaboom.dll
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\bin\Release\Kaboom.pdb
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\obj\Release\Kaboom.csprojResolveAssemblyReference.cache
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\obj\Release\Kaboom.dll
D:\Visual Studio 2015\Projects\Kaboom\Source\Kaboom\obj\Release\Kaboom.pdb
Binary file not shown.
Binary file added Source/Kaboom/obj/Release/Kaboom.dll
Binary file not shown.
Binary file added Source/Kaboom/obj/Release/Kaboom.pdb
Binary file not shown.

0 comments on commit 407bc51

Please sign in to comment.