diff --git a/IndustrialPark/Assets/Shared/AssetWithMotion.cs b/IndustrialPark/Assets/Shared/AssetWithMotion.cs index 81223dc7..aed162bb 100644 --- a/IndustrialPark/Assets/Shared/AssetWithMotion.cs +++ b/IndustrialPark/Assets/Shared/AssetWithMotion.cs @@ -60,7 +60,7 @@ public override Matrix LocalWorld() if (found) { - return PlatLocalTranslation() * PlatLocalRotation() + return PlatLocalRotation() * PlatLocalTranslation() * Matrix.Scaling(_scale) * Matrix.RotationYawPitchRoll(_yaw, _pitch, _roll) * Matrix.Translation(Position - driver.Position) @@ -68,7 +68,7 @@ public override Matrix LocalWorld() * Matrix.Translation((Vector3)Vector3.Transform(Vector3.Zero, driver.LocalWorld())); } - return PlatLocalTranslation() * PlatLocalRotation() + return PlatLocalRotation() * PlatLocalTranslation() * Matrix.Scaling(_scale) * Matrix.RotationYawPitchRoll(_yaw, _pitch, _roll) * Matrix.Translation(Position); diff --git a/IndustrialPark/IndustrialPark.csproj b/IndustrialPark/IndustrialPark.csproj index 069b304f..4cba3479 100644 --- a/IndustrialPark/IndustrialPark.csproj +++ b/IndustrialPark/IndustrialPark.csproj @@ -25,7 +25,7 @@ false true 0 - 0.1.1.%2a + 0.1.2.%2a false true true @@ -42,7 +42,7 @@ AnyCPU - pdbonly + none true bin\Release\ TRACE diff --git a/IndustrialPark/Other/IPversion.cs b/IndustrialPark/Other/IPversion.cs index 3c129031..d0bf8585 100644 --- a/IndustrialPark/Other/IPversion.cs +++ b/IndustrialPark/Other/IPversion.cs @@ -2,7 +2,7 @@ { public class IPversion { - public string version = "v0.1.1"; - public string versionName = "v0.1.1"; + public string version = "v0.1.2"; + public string versionName = "v0.1.2"; } } diff --git a/IndustrialPark/Properties/AssemblyInfo.cs b/IndustrialPark/Properties/AssemblyInfo.cs index 62da5a66..2e47460b 100644 --- a/IndustrialPark/Properties/AssemblyInfo.cs +++ b/IndustrialPark/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // É possível especificar todos os valores ou usar como padrão os Números de Build e da Revisão // utilizando o "*" como mostrado abaixo: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.1.0")] -[assembly: AssemblyFileVersion("0.1.1.0")] +[assembly: AssemblyVersion("0.1.2.0")] +[assembly: AssemblyFileVersion("0.1.2.0")] diff --git a/IndustrialPark/Resources/ip_version.json b/IndustrialPark/Resources/ip_version.json index 1313f245..461d1094 100644 --- a/IndustrialPark/Resources/ip_version.json +++ b/IndustrialPark/Resources/ip_version.json @@ -1,4 +1,4 @@ { - "version": "v0.1.1", - "versionName": "\nv0.1.1\n\n* Adds presets on PIPT editor\n" + "version": "v0.1.2", + "versionName": "\nv0.1.2\n\n* Adds asset editor: SDFX. Can edit all fields, display (using radius from SGRP) and cross-version copy.\n* Updates asset editors: SGRP, PLAT.\n* Adds templates: SDFX and SoundGroup (SGRP) (Movie/Incredibles/ROTU).\n* Fixes issue that caused Import Multiple Assets to remove sound entries instead of adding when importing them!\n* Fixes issue that made it required for you to download vgmstream to extract sounds, for which it's not necessary.\n* Fixes editing of RandomRange in TIMR assets. Using that should work properly now.\n" } \ No newline at end of file