Aller au contenu

Construct 2 Release r147

Une nouvelle version de construct 2 est en cours.
Voici les évolutions :

Changelog

Feature
Support for exporting Windows 8.1 apps using Visual Studio 2013 Express Preview. Windows 8.1 apps use the IE11 engine, which also supports WebGL (!). There is a new dialog when choosing the Windows 8 export option, allowing you to target either Windows 8.0 (using VS2012) or Windows 8.1 (using VS2013 preview).

Add
Support for Chrome for Android 31+’s new ‘Add to home screen’ feature. Like iOS, this allows you to add a web game to the home screen, showing an icon like a native app. When opened it runs in true fullscreen (no browser address bar/tabs appear).

Add
A new 256×256 icon size. This is mainly used for the ‘Add to home screen’ feature on Chrome for Android and iOS Safari.

Add
Two new color themes now bundled with Construct 2: ‘Windows 7’ and ‘Visual Studio 2005’. You can try these out by setting them in the Preferences dialog. The default theme has not been changed, but we are open to changing the default if one theme is particularly popular – let us know what you think!

Add
New ‘Orientations’ project property. This will try to be enforced automatically in a browser where supported, even without using the Browser object. On some browsers you must request fullscreen mode before any orientation lock takes effect. Note if you do use the Browser object’s lock/unlock orientation actions, the runtime will stop trying to automatically set the orientation to the project setting, letting you override it. Also all export options for setting orientation have been removed, and will take their setting from this property instead. The Tizen exporter also now writes this orientation setting to config.xml.

Add
Export dialog: now links to how to export to Tizen tutorial

Change
Browser object: ‘request fullscreen’ should now always center the canvas on the screen. Previously in Firefox and IE11 the canvas would be left-aligned.

Change
Removed project property ‘Hide address bar’. This no longer appears to work on any platform; we recommend using the Browser object’s ‘Request fullscreen’ action instead, which at least works in Chrome for Android.

Change
Changes to Tizen’s config.xml to fix some cases where the file could fail validation

Change
Re-enabled music streaming on node-webkit to fix some backwards compatibility issues where projects assumed music started playing quickly. Note this may regress a bug where sounds sometimes do not play in preview mode, but the issue should not occur after exporting.

Change
Preferences ‘Color’ tab now prompts a confirmation when clicking ‘Load selected theme’, to provide clearer feedback that the theme has been set.

Change
When ‘Clear background’ is ‘No’, Construct 2 now requests to create an opaque canvas (so the canvas itself does not contain an alpha channel). This can be slightly faster and save a bit of memory on some devices. Exporters where there is definitely no need for a transparent canvas (e.g. node-webkit, Windows 8 apps) now also always create an opaque canvas.

Bug Fix
WebGL renderer: changes made to shader rendering pipeline to fix an accidental use of undefined behavior that broke some shader effects in IE11’s WebGL. (Thanks to Frank Olivier & Ben Constable at Microsoft for helping track down this issue)

Bug Fix
Exporting packaged open web apps no longer includes ‘appcache_path’ in the manifest, since this is not allowed for packaged apps on Firefox Marketplace

Bug Fix
Debugger: could sometimes get stuck stepping through events in an included event sheet

Bug Fix
Possible Javascript error saving game when Physics behavior disabled

Bug Fix
Possible Javascript error using containers in an ‘On created’ trigger

La r147 se trouve ici : https://www.scirra.com/construct2/releases/r147