Skip to content

Commit

Permalink
v0.1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
igorseabra4 committed Aug 17, 2020
1 parent a2cca3a commit c8f915a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion IndustrialPark/Other/IPversion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public class IPversion
{
public string version = "v0.1.4.9";
public string version = "v0.1.4.10";
public string versionName;
}
}
2 changes: 1 addition & 1 deletion IndustrialPark/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// É 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.4.9")]
[assembly: AssemblyVersion("0.1.4.10")]
4 changes: 2 additions & 2 deletions IndustrialPark/Resources/ip_version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v0.1.4.9",
"versionName": "* Adds exporting of GameCube native data to Assimp. This allows exporting JSPs and other previously non-exportable GameCube models\n* Adds \"Create Group From Selected\" to Archive Editor context menu\n* Turned Template Focus label into a checkbox to make its function clearer\n* Randomizer: fixes possibility of Spatula inside wall in BB01"
"version": "v0.1.4.10",
"versionName": "* Improved UI mode rendering for UIFT and texture UIs.\n* Fixes issue with gizmos not appearing/working in UI mode.\n* Improved UI/UIFT Generic templates.\n* Adds information and flag names to UI/UIFT.\n* Fixes issue with using Import Models on an empty archive.\n* Improved renderer/performance with transparent models.\n* Fixes issue with movement rotation speed not saving to project file."
}

0 comments on commit c8f915a

Please sign in to comment.