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

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
6 favoris
Can now bind a PluginProperty to a Cordova variable
3 favoris
External script dependencies in a subfolder did not export correctly
8 favoris
New element class names in Properties Bar to better distinguish types of properties for themes
10 favoris
Added more classes to distinguish instance variable, behavior and effect properties for theming
3 favoris
Add IProject.GetRuntime() to identify project runtime setting
3 favoris
Add runtime GetSingleGlobalObjectClassByCtor() method
4 favoris
Add Facebook object GetAccessToken() API
2 favoris
Added IProject.ShowImportAudioDialog() for encoding imported audio
8 favoris
Improved diagnostic messages if an addon is misconfigured
6 favoris
New methods C3SDK_ListAddonIDs() and C3SDK_ListACEIDs() to explore IDs for certain API calls
6 favoris
Added IProject.GetSingleGlobalObjectType()
6 favoris
Added IAnimation/IAnimationFrame property setters/getters
6 favoris
IEventBlock.AddCondition()/AddAction() methods not working
6 favoris
Add IProject.CreateFamily()
6 favoris
Add IWorldInstance.SetOpacity(), IContainer.SetSelectMode()/GetSelectMode()
8 favoris
Add public runtime APIs for Tilemap
5 favoris
Instances did not always use correct origin when created with Custom Importer API
3 favoris
Support for "allowedPluginIds" property on "object" parameters to only allow picking certain kinds of plugin.
4 favoris
Added plugin-specific APIs for Array and Dictionary (see documentation)