Voir un historique complet de toutes les mises à jour du SDK dans Construct 3 depuis la première parution.

4 favoris
Add IProject.GetProjectFileByName() and IProjectFile interface
4 favoris
Add IFamily.SetMembers()
4 favoris
Add IContainer.RemoveObjectType(), IContainer.IsActive()
5 favoris
Add editor IProject methods GetObjectTypeByName(), GetFamilyByName(), GetObjectClassByName()
5 favoris
Add IAnimationFrame.Delete(), IAnimation.Delete(), IObjectClass.Delete()
5 favoris
Add IObjectType.GetAllInstances()
5 favoris
Add IWorldInstance.GetLayer(), IWorldInstance.GetLayout()
5 favoris
Add IObjectInstance.GetUID()
4 favoris
Add ILayer.GetLayout(), ILayout.GetAllLayers()
5 favoris
Add runtime WorldInfo methods to alter Z order
10 favoris
Add mesh distortion SDK APIs
9 favoris
Allow boolean properties in Cordova plugin variables
9 favoris
Add IPluginInfo methods SetAndroidXEnabled(), SetGooglePlayServicesEnabled() to configure Cordova Android exports
5 favoris
Change 'color2' to be an allowed shader uniform since some effects appear to already use it
7 favoris
Add OnPropertyChanged/SetPropertyValue/GetPropertyValue methods for behavior addons
2 favoris
Ensure effects log error if using a reserved uniform name
6 favoris
Add DrawingCanvas GetImagePixelData() method
6 favoris
Add renderer methods CreateDynamicTexture(), UpdateTexture() and DeleteTexture()
2 favoris
Possible crash opening Addon Manager with invalid addon in safe mode
9 favoris
Addons using unsupported features (e.g. variadic parameters) now show a message on startup instead of crashing the editor
4 favoris
Construct will now refuse to load addons using unsupported parameter types, including variadic condition/action parameters. See this thread for
3 favoris
Add back AssetManager LoadProjectFileUrl method accidentally removed in r153
2 favoris
Can specify DOM or runtime context for external script dependencies, to properly support worker mode
15 favoris
New "boolean" parameter type for conditions/actions, which shows a checkbox