From a78637eaee7f1b6c55f44254a02190ce61e68567 Mon Sep 17 00:00:00 2001 From: Starwaster Date: Thu, 9 Oct 2014 19:13:17 -0400 Subject: [PATCH] Updated readme / recompiled for release Updated readme / recompiled for release --- DeadlyReentry/Readme_DREC.txt | 9 ++ Source/DeadlyReentry.csproj | 1 + Source/DeadlyReentry.sln | 157 +++++++++++++++++++++++++++++- Source/DeadlyReentry.userprefs | 16 ++- Source/Properties/AssemblyInfo.cs | 6 +- 5 files changed, 182 insertions(+), 7 deletions(-) diff --git a/DeadlyReentry/Readme_DREC.txt b/DeadlyReentry/Readme_DREC.txt index 64b90a48..219b26bd 100644 --- a/DeadlyReentry/Readme_DREC.txt +++ b/DeadlyReentry/Readme_DREC.txt @@ -25,6 +25,15 @@ Hold down ALT+D+R to enable debugging. This lets you change settings in-game, an ========== Changelog: +v6.1 +*Fixed typos in SPP.cfg and Wings.cfg (some parts were not getting +shielded) +*Additional sanity check when raycasting for parts shielding parts. +*Added logic check to make sure a chute was actually exposed to +damaging temperatures when deployed +*Groundwork for toolbar support. (in-game difficulty per save game +coming soon) + v6.0 *Support KSP 0.25 *Reverted to old density exponent diff --git a/Source/DeadlyReentry.csproj b/Source/DeadlyReentry.csproj index 145393af..a3c98764 100644 --- a/Source/DeadlyReentry.csproj +++ b/Source/DeadlyReentry.csproj @@ -12,6 +12,7 @@ DeadlyReentry v3.5 512 + 6.1 none diff --git a/Source/DeadlyReentry.sln b/Source/DeadlyReentry.sln index 0e16f734..9ccfc357 100644 --- a/Source/DeadlyReentry.sln +++ b/Source/DeadlyReentry.sln @@ -1,6 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual C# Express 2010 +# Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeadlyReentry", "DeadlyReentry.csproj", "{F6F826CC-5CED-421B-B05F-5758D402976A}" EndProject Global @@ -14,6 +14,161 @@ Global {F6F826CC-5CED-421B-B05F-5758D402976A}.Release|Any CPU.ActiveCfg = Release|Any CPU {F6F826CC-5CED-421B-B05F-5758D402976A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + StartupItem = DeadlyReentry.csproj + Policies = $0 + $0.DotNetNamingPolicy = $1 + $1.DirectoryNamespaceAssociation = None + $1.ResourceNamePolicy = FileFormatDefault + $0.TextStylePolicy = $2 + $2.inheritsSet = null + $2.scope = text/x-csharp + $0.CSharpFormattingPolicy = $3 + $3.ElseIfNewLinePlacement = SameLine + $3.AfterDelegateDeclarationParameterComma = True + $3.inheritsSet = Mono + $3.inheritsScope = text/x-csharp + $3.scope = text/x-csharp + $0.TextStylePolicy = $4 + $4.FileWidth = 120 + $4.TabsToSpaces = False + $4.inheritsSet = VisualStudio + $4.inheritsScope = text/plain + $4.scope = text/plain + $0.StandardHeader = $5 + $5.Text = + $5.IncludeInNewFiles = True + $0.NameConventionPolicy = $6 + $6.Rules = $7 + $7.NamingRule = $8 + $8.Name = Namespaces + $8.AffectedEntity = Namespace + $8.VisibilityMask = VisibilityMask + $8.NamingStyle = PascalCase + $8.IncludeInstanceMembers = True + $8.IncludeStaticEntities = True + $7.NamingRule = $9 + $9.Name = Types + $9.AffectedEntity = Class, Struct, Enum, Delegate + $9.VisibilityMask = Public + $9.NamingStyle = PascalCase + $9.IncludeInstanceMembers = True + $9.IncludeStaticEntities = True + $7.NamingRule = $10 + $10.Name = Interfaces + $10.RequiredPrefixes = $11 + $11.String = I + $10.AffectedEntity = Interface + $10.VisibilityMask = Public + $10.NamingStyle = PascalCase + $10.IncludeInstanceMembers = True + $10.IncludeStaticEntities = True + $7.NamingRule = $12 + $12.Name = Attributes + $12.RequiredSuffixes = $13 + $13.String = Attribute + $12.AffectedEntity = CustomAttributes + $12.VisibilityMask = Public + $12.NamingStyle = PascalCase + $12.IncludeInstanceMembers = True + $12.IncludeStaticEntities = True + $7.NamingRule = $14 + $14.Name = Event Arguments + $14.RequiredSuffixes = $15 + $15.String = EventArgs + $14.AffectedEntity = CustomEventArgs + $14.VisibilityMask = Public + $14.NamingStyle = PascalCase + $14.IncludeInstanceMembers = True + $14.IncludeStaticEntities = True + $7.NamingRule = $16 + $16.Name = Exceptions + $16.RequiredSuffixes = $17 + $17.String = Exception + $16.AffectedEntity = CustomExceptions + $16.VisibilityMask = VisibilityMask + $16.NamingStyle = PascalCase + $16.IncludeInstanceMembers = True + $16.IncludeStaticEntities = True + $7.NamingRule = $18 + $18.Name = Methods + $18.AffectedEntity = Methods + $18.VisibilityMask = Protected, Public + $18.NamingStyle = PascalCase + $18.IncludeInstanceMembers = True + $18.IncludeStaticEntities = True + $7.NamingRule = $19 + $19.Name = Static Readonly Fields + $19.AffectedEntity = ReadonlyField + $19.VisibilityMask = Protected, Public + $19.NamingStyle = PascalCase + $19.IncludeInstanceMembers = False + $19.IncludeStaticEntities = True + $7.NamingRule = $20 + $20.Name = Fields + $20.AffectedEntity = Field + $20.VisibilityMask = Protected, Public + $20.NamingStyle = PascalCase + $20.IncludeInstanceMembers = True + $20.IncludeStaticEntities = True + $7.NamingRule = $21 + $21.Name = ReadOnly Fields + $21.AffectedEntity = ReadonlyField + $21.VisibilityMask = Protected, Public + $21.NamingStyle = PascalCase + $21.IncludeInstanceMembers = True + $21.IncludeStaticEntities = False + $7.NamingRule = $22 + $22.Name = Constant Fields + $22.AffectedEntity = ConstantField + $22.VisibilityMask = Protected, Public + $22.NamingStyle = PascalCase + $22.IncludeInstanceMembers = True + $22.IncludeStaticEntities = True + $7.NamingRule = $23 + $23.Name = Properties + $23.AffectedEntity = Property + $23.VisibilityMask = Protected, Public + $23.NamingStyle = PascalCase + $23.IncludeInstanceMembers = True + $23.IncludeStaticEntities = True + $7.NamingRule = $24 + $24.Name = Events + $24.AffectedEntity = Event + $24.VisibilityMask = Protected, Public + $24.NamingStyle = PascalCase + $24.IncludeInstanceMembers = True + $24.IncludeStaticEntities = True + $7.NamingRule = $25 + $25.Name = Enum Members + $25.AffectedEntity = EnumMember + $25.VisibilityMask = VisibilityMask + $25.NamingStyle = PascalCase + $25.IncludeInstanceMembers = True + $25.IncludeStaticEntities = True + $7.NamingRule = $26 + $26.Name = Parameters + $26.AffectedEntity = Parameter + $26.VisibilityMask = VisibilityMask + $26.NamingStyle = CamelCase + $26.IncludeInstanceMembers = True + $26.IncludeStaticEntities = True + $7.NamingRule = $27 + $27.Name = Type Parameters + $27.RequiredPrefixes = $28 + $28.String = T + $27.AffectedEntity = TypeParameter + $27.VisibilityMask = VisibilityMask + $27.NamingStyle = PascalCase + $27.IncludeInstanceMembers = True + $27.IncludeStaticEntities = True + $0.ChangeLogPolicy = $29 + $29.UpdateMode = None + $29.MessageStyle = $30 + $30.LineAlign = 0 + $29.inheritsSet = Mono + version = 6.1 + EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection diff --git a/Source/DeadlyReentry.userprefs b/Source/DeadlyReentry.userprefs index 79f782d4..abd62f4b 100644 --- a/Source/DeadlyReentry.userprefs +++ b/Source/DeadlyReentry.userprefs @@ -1,12 +1,22 @@  - - + + - + + + + + + + + + + + \ No newline at end of file diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index 975e6de8..f68f9f8d 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyTitle("DeadlyReentryContinued")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("NathanKell")] +[assembly: AssemblyCompany("Starwaster")] [assembly: AssemblyProduct("DeadlyReentryContinued")] [assembly: AssemblyCopyright("Copyright © 2014 CC-BY-SA")] [assembly: AssemblyTrademark("")] @@ -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("0.6.*")] -[assembly: AssemblyFileVersion("0.6.0.0")] +[assembly: AssemblyVersion("6.1.*")] +[assembly: AssemblyFileVersion("6.1.0.0")]