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

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
soopercool101 committed Jul 25, 2019
1 parent de4a5b1 commit 4f8f678
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
8 changes: 7 additions & 1 deletion BrawlCrate/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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

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

- BrawlCrate v0.26 Hotfix 3 - (7/25/2019)
. Improve interpolation function to match v0.71 in all aspects
. Fix anim importer to properly parse weighting
. Fix anim exporter to properly export tangents
. Fix issue where module annotation buttons were missing

- BrawlCrate v0.26 Hotfix 2 - (7/8/2019)
. Fix issue in which Shaders could be initialized with null names
. Fix crashes caused by VIS0 syncing
Expand Down
13 changes: 3 additions & 10 deletions BrawlCrate/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,9 @@ 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.26Hotfix2";
public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.26! This release:
- Fixes issue in which Shaders could be initialized with null names
- Fixes crashes caused by VIS0 syncing
- Fixes crashes when moving vertices
- Fixes issue where an exported DAE could not be reimported
- Fixes bug in which vertex edits could not be saved
- Fixes bug in which Final Smash flags for Fighter Configs switched the None/Single flag
- Fixes bug in which generating metal materials for a model that doesn't currently have them would result in the metal texture being set to null
- Fixes bug in which exporting a model with null textures would crash the program
public static readonly string TagName = "BrawlCrate_v0.26Hotfix3";
public static readonly string UpdateMessage = @"Updated to BrawlCrate v0.26 Hotfix 3! This release:
- Fixes various animation bugs
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.2.0")]
[assembly: AssemblyFileVersion("0.26.3.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.2")]
[assembly: AssemblyTitle("BrawlCrateLib v0.26.3")]
[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.2.0")]
[assembly: AssemblyFileVersion("0.26.3.0")]

0 comments on commit 4f8f678

Please sign in to comment.