Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Prep for hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed Sep 16, 2019
1 parent 9b0915d commit 99628e4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion BrawlCrate/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

BrawlCrate - v0.26b
BrawlCrate - v0.26b Hotfix 1
Copyright © 2018 - 2019 soopercool101, MarioDox, Syvkal
BrawlBox © 2009 - 2019 Bryan Moulton, BlackJax96, libertyernie & Sammi Husky

Expand All @@ -16,6 +16,9 @@ they be held accountable for the manner in which it is used.
|************ BrawlCrate Change Log ************|
===============================================

- BrawlCrate v0.26b Hotfix 1 - (9/16/2019)
. Fix bug in which animations for models with non-sequential bonesets wouldn't export as anim properly

- BrawlCrate v0.26b - (9/13/2019)
. Rewrite anim exporter. Maya now correctly reads BrawlCrate-exported anim files
. Fix bug in which attempting to sort MDL0 textures sorted objects instead
Expand Down
5 changes: 3 additions & 2 deletions BrawlCrate/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ namespace BrawlCrate
internal static class Program
{
//Make sure this matches the tag name of the release on github exactly
public static readonly string TagName = "BrawlCrate_v0.26b";
public static readonly string TagName = "BrawlCrate_v0.26bHotfix1";

public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.26b! This release:
public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.26b Hotfix 1! This release:
- Fixes bug in which Maya couldn't read exported anims
- Fixes bug in which sorting textures for an MDL0 would instead sort objects
- (Hotfix 1) Fixes anim exporter bug when exporting animations for a model with non-sequential bonesets
Full changelog can be found in the installation folder: " + '\n' + AppDomain.CurrentDomain.BaseDirectory +
"Changelog.txt";
Expand Down
2 changes: 1 addition & 1 deletion BrawlCrate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.26.*")]
[assembly: AssemblyFileVersion("0.26.4.0")]
[assembly: AssemblyFileVersion("0.26.5.0")]
4 changes: 2 additions & 2 deletions BrawlLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("BrawlCrateLib v0.26.4")]
[assembly: AssemblyTitle("BrawlCrateLib v0.26.5")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("BrawlCrate")]
Expand Down Expand Up @@ -36,4 +36,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.26.*")]
[assembly: AssemblyFileVersion("0.26.4.0")]
[assembly: AssemblyFileVersion("0.26.5.0")]

0 comments on commit 99628e4

Please sign in to comment.