Skip to content

Commit

Permalink
preview 59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igorseabra4 committed Apr 20, 2020
1 parent afeff8e commit 33f91f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 = "preview59";
public string versionName = "Preview 59";
public string version = "preview59.1";
public string versionName = "Preview 59.1";
}
}
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": "preview59",
"versionName": "\nPreview 59\n\n* BUTN, CAM, PLAT Asset Editors: Removed second/third property grid and moved properties to editable structs.\n* MODL, BSP, JSP Asset Editors: Added Ignore Mesh Colors and Flip UVs checkboxes (previously only on Import Models dialog).\n* Updated PARE, PARP, PARS Asset Editors.\n* SND/SNDS Asset Editor: Experimental support for importing FSB3 for Movie/Incredibles/ROTU.\n* New templates: CamTweak, UI_Generic, UIFT_Generic, SFX_OnEvent, SFX_OnRadius, Hangable_Generic, NPC_Generic, Flythrough, LightEmitter_Generic.\n* Values on Asset Editor update in real time when moving with Gizmos.\n* Import Models dialog: enable ledge grab on SIMPs (checkbox).\n* Update References on Copy: now applies to Duplicate as well.\n* Updated model importer: fixes models disappearing when on edge of screen.\n* Fixed bug when editing PreciseCollision.\n"
"version": "preview59.1",
"versionName": "\nPreview 59.1\n\n* Fixes issue with Duplicate messing up asset IDs\n\n* BUTN, CAM, PLAT Asset Editors: Removed second/third property grid and moved properties to editable structs.\n* MODL, BSP, JSP Asset Editors: Added Ignore Mesh Colors and Flip UVs checkboxes (previously only on Import Models dialog).\n* Updated PARE, PARP, PARS Asset Editors.\n* SND/SNDS Asset Editor: Experimental support for importing FSB3 for Movie/Incredibles/ROTU.\n* New templates: CamTweak, UI_Generic, UIFT_Generic, SFX_OnEvent, SFX_OnRadius, Hangable_Generic, NPC_Generic, Flythrough, LightEmitter_Generic.\n* Values on Asset Editor update in real time when moving with Gizmos.\n* Import Models dialog: enable ledge grab on SIMPs (checkbox).\n* Update References on Copy: now applies to Duplicate as well.\n* Updated model importer: fixes models disappearing when on edge of screen.\n* Fixed bug when editing PreciseCollision.\n"
}

0 comments on commit 33f91f2

Please sign in to comment.