diff --git a/.gitignore b/.gitignore index 7964536..112793d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,26 +4,32 @@ # User-specific files *.suo *.user +*.userosscache *.sln.docstates +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + # Build results [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ +[Rr]eleases/ x64/ +x86/ build/ bld/ [Bb]in/ [Oo]bj/ -# Roslyn cache directories -*.ide/ +# Visual Studo 2015 cache/options directory +.vs/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* -#NUNIT +# NUNIT *.VisualState.xml TestResult.xml @@ -123,22 +129,19 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -## TODO: Comment the next line if you want to checkin your -## web deploy settings but do note that will include unencrypted -## passwords -#*.pubxml - -# NuGet Packages Directory -packages/* -## TODO: If the tool you use requires repositories.config -## uncomment the next line -#!packages/repositories.config - -# Enable "build/" folder in the NuGet Packages folder since -# NuGet packages use it for MSBuild targets. -# This line needs to be after the ignore of the build folder -# (and the packages folder if the line above has been uncommented) -!packages/build/ +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config # Windows Azure Build Output csx/ @@ -148,8 +151,7 @@ csx/ AppPackages/ # Others -sql/ -*.Cache +*.[Cc]ache ClientBin/ [Ss]tyle[Cc]op.* ~$* @@ -159,6 +161,7 @@ ClientBin/ *.pfx *.publishsettings node_modules/ +bower_components/ # RIA/Silverlight projects Generated_Code/ @@ -183,7 +186,14 @@ UpgradeLog*.htm # Microsoft Fakes FakesAssemblies/ -# LightSwitch generated files -GeneratedArtifacts/ -_Pvt_Extensions/ -ModelManifest.xml \ No newline at end of file +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +PartDatabase.cfg +Physics.cfg diff --git a/GameData/RW Saturatable/SaturatableRW.dll b/GameData/RW Saturatable/SaturatableRW.dll index fd74c35..4485004 100644 Binary files a/GameData/RW Saturatable/SaturatableRW.dll and b/GameData/RW Saturatable/SaturatableRW.dll differ diff --git a/GameData/RW Saturatable/SaturatableRW.version b/GameData/RW Saturatable/SaturatableRW.version index 3380a1e..f728bfc 100644 --- a/GameData/RW Saturatable/SaturatableRW.version +++ b/GameData/RW Saturatable/SaturatableRW.version @@ -1 +1 @@ -{"NAME":"Saturatable RW","URL":"","DOWNLOAD":"","VERSION":{"MAJOR":1,"MINOR":0,"PATCH":0,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":0}} \ No newline at end of file +{"NAME":"Saturatable RW","URL":"https://github.com/Crzyrndm/RW-Saturatable/blob/master/GameData/RW%20Saturatable/SaturatableRW.version","DOWNLOAD":"","VERSION":{"MAJOR":1,"MINOR":9,"PATCH":2,"BUILD":0},"KSP_VERSION":{"MAJOR":1,"MINOR":0,"PATCH":2}} \ No newline at end of file diff --git a/RW Saturatable v1.9.zip b/RW Saturatable v1.9.zip deleted file mode 100644 index a62cdeb..0000000 Binary files a/RW Saturatable v1.9.zip and /dev/null differ diff --git a/Saturatable RW v1.9.02.zip b/Saturatable RW v1.9.02.zip new file mode 100644 index 0000000..3799983 Binary files /dev/null and b/Saturatable RW v1.9.02.zip differ diff --git a/SaturatableRW/RWSaturatable.cs b/SaturatableRW/RWSaturatable.cs index 5a847b1..a06be01 100644 --- a/SaturatableRW/RWSaturatable.cs +++ b/SaturatableRW/RWSaturatable.cs @@ -128,7 +128,6 @@ public void OnDestroy() } catch (Exception ex) { - Debug.Log(ex.InnerException); Debug.Log(ex.StackTrace); } }