diff --git a/BrawlCrate/BrawlCrate.csproj b/BrawlCrate/BrawlCrate.csproj index a9c550933..d885bf701 100644 --- a/BrawlCrate/BrawlCrate.csproj +++ b/BrawlCrate/BrawlCrate.csproj @@ -19,7 +19,7 @@ 1.0.0.%2a false true - BrawlCrate v0.36c + BrawlCrate v0.36c Hotfix 1 BrawlCrate This program is provided as-is without any warranty, implied or otherwise. By using this program, the end user agrees to take full responsibility regarding its proper and lawful use. The authors/hosts/distributors cannot be held responsible for any damage resulting in the use of this program, nor can they be held accountable for the manner in which it is used. @@ -27,8 +27,8 @@ BrawlBox Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi Husky Super Smash Bros. Brawl © 2008 Nintendo and HAL Laboratory - 0.36.2.0 - 0.36.2.0 + 0.36.2.1 + 0.36.2.1 true AnyCPU;x64;x86 Debug;Release;Mono;Canary;Doxygen;Documentation diff --git a/BrawlCrate/Changelog.txt b/BrawlCrate/Changelog.txt index 1a4d31baa..7292f4a13 100644 --- a/BrawlCrate/Changelog.txt +++ b/BrawlCrate/Changelog.txt @@ -1,6 +1,6 @@ -BrawlCrate - v0.36c -Copyright © 2018 - 2020 soopercool101, Simon381, Onium +BrawlCrate - v0.36c Hotfix 1 +Copyright © 2018 - 2021 soopercool101, Simon381, Onium BrawlBox © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie & Sammi Husky https://github.com/soopercool101/BrawlCrate @@ -16,6 +16,10 @@ they be held accountable for the manner in which it is used. |************ BrawlCrate Change Log ************| =============================================== + - BrawlCrate v0.36c Hotfix 1 - (4/5/2021) + . Fix PAT0 preview bug where textures contained in the same BRRES as a MDL0 would not display properly + . Fix issue where certain wrappers were not being properly exposed to the API + - BrawlCrate v0.36c - (3/22/2021) . Add Crush (SSE) flag to Collision Editor - When set, this flag allows collisions to instantly KO a fighter when smashed between two collisions of this type, though only in Subspace without code edits diff --git a/BrawlCrate/Program.cs b/BrawlCrate/Program.cs index fb46dcaed..97f3076b7 100644 --- a/BrawlCrate/Program.cs +++ b/BrawlCrate/Program.cs @@ -32,7 +32,7 @@ internal static class Program /// If this isn't equal to the latest release, it assumes it needs to update. /// MAKE SURE THIS IS ALWAYS PROPERLY UPDATED FOR ANY STABLE RELEASE!!! /// - public static readonly string TagName = "v0.36c"; + public static readonly string TagName = "v0.36c-h1"; /// /// Shows upon first launch of a given stable release assuming that automated updating is on. @@ -41,7 +41,9 @@ internal static class Program /// assume that the user already saw this with the update prompt. /// public static readonly string UpdateMessage = - @"Updated to BrawlCrate v0.36c! Here's what's new in this release: + @"Updated to BrawlCrate v0.36c Hotfix 1! Here's what's new in this release: +- (Hotfix 1) Fix preview bugs for PAT0 where the textures and models are contained in the same BRRES +- (Hotfix 1) Add API access to all wrappers - Add full editing support for all used collision flags in Brawl - Heavily improve BrawlEx config support - Fixes a few minor bugs with Project+ config file editing diff --git a/BrawlLib/BrawlLib.csproj b/BrawlLib/BrawlLib.csproj index 2761c2c66..d4c635d86 100644 --- a/BrawlLib/BrawlLib.csproj +++ b/BrawlLib/BrawlLib.csproj @@ -18,12 +18,12 @@ false true net472 - BrawlCrateLib v0.36c + BrawlCrateLib v0.36c Hotfix 1 BrawlCrateLib Copyright © 2018 - 2021 soopercool101, Simon381, Onium BrawlLib Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi Husky - 0.36.1.0 - 0.36.1.0 + 0.36.2.1 + 0.36.2.1 true AnyCPU;x64;x86 Debug;Release;Mono;Canary @@ -158,7 +158,7 @@ BrawlLib Copyright © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie, Sammi BrawlCrateLib BrawlCrateLib soopercool101, Simon381, Onium, Bryan Moulton, BlackJax96, libertyernie, Sammi Husky - 36.1.0 + 36.2.1