Avec cette mise à jour, Scirra continue de développer le débugger avec l’ajout de l’onglet Watch où vous pouvez y isoler les paramètres que vous avez besoin d’observer. Pour cela un petit oeuil a été ajouté à chaque paramètre, cliquez dessus et ils se retrouvent dans cet onglet.
Scirra a également améloré le plugin node-webkit pour amélioer le controle de la fenetre avec la possibilité définir sa position, sa taille…
Changelog
Feature
|
Debugger: new ‘Watch’ tab. Individual debugger properties can be added to it to create an area where you can watch just the values that interest you from a range of different objects. (Not available in free edition) |
Add
|
Node-webkit plugin: lots of new window features, e.g. set/get window X, Y, width, height, title, enable/disable resizing/always on top, show dev tools, set and get clipboard text |
Add
|
Browser: condition ‘Is Portrait/Landscape’ |
Add
|
Browser: expressions ‘ScreenWidth’ and ‘ScreenHeight’ |
Change
|
Audio: Chrome for Android now ships with the Web Audio API. However music did not play, because we still use HTML5 audio to play music (so it streams and starts playing more quickly), and HTML5 audio support is broken on Chrome for Android. We’ve applied the same workaround we use on iOS Safari: music is now fully downloaded and played via the Web Audio API. This is better than not playing music, but since it does not stream, it could take a while before music starts playing. |
Change
|
Audio: on Chrome for Android and iOS Safari, only loads one music track in to memory at a time. Previously all music played so far would be loaded in to memory due to our workaround. |
Change
|
Water background effect: now handles alpha differently – either fully warps the background or leaves it intact depending on if the foreground alpha is 0. |
Change
|
Platform behavior: ‘Is moving’ is now false in ‘On jump’ when jumping from standing still. Previously it was always true, which could make it play the wrong animation. |
Change
|
Ctrl+F4 no longer closes the current tab (conflicted with Ctrl+F4 to debug entire project) |
Change
|
We’ve removed the reference to jQuery’s source mapping file to prevent a console error appearing. |
Bug Fix
|
OR blocks which were sub-events to ordinary blocks did not always pick instances correctly |
Bug Fix
|
Object IIDs are now available immediately after creating them |
Bug Fix
|
Mouse: ‘Is over object’ did not always work properly after a save/load |
Bug Fix
|
Double-quotes in the ‘About’ section of project properties could break the node-webkit export |
Bug Fix
|
AdjustHSL shader did not handle alpha correctly |
Bug Fix
|
Timer behavior: javascript error using full state save/load |