Les versions Beta ne sont pas autant testées que les versions Stables

Les versions Beta ne sont pas autant testées que les versions Stables

Timeline & scripting updates; lots of bug fixes

12 August, 2019 ()

Envoyez-moi un courriel lors de nouvelles parutions

Don't miss out on the latest and greatest new features in Construct 3

Créer un compte

Notes

In this release we've continued to improve the Timelines feature. This includes the ability to play timelines with different instances using the new Set instance action in the Timeline plugin; support for the Z elevation property; and making the 'Play' actions asynchronous actions so they can be used with the system Wait for previous actions to complete action.

We've also continued work on the Scripting feature. There are now adjustments to the way editor coding works as well as improved handling of autocomplete and built-in variables, as well as a range of new scripting interfaces to control more of the built-in plugins from script. The plugin interfaces documentation in the scripting section of the manual will be updated to cover these shortly.

On top of that there's also a variety of other changes and tweaks, and as usual a batch of bug fixes. We're now back after a short break so our regular update schedule should now resume, so stay tuned for more updates!

Vous aimez cette parution ?

Faites-le nous savoir avec un pouce haut !

29
Exécuter r160

Nouveaux ajouts

8 favoris
Timeline plugin: 'Set instance' action to play timelines with different instances
6 favoris
Timeline plugin: 'Play' actions are now async
5 favoris
Timeline plugin: Option to use keyframe tags with the 'Set Time' actions
7 favoris
Timelines & Tween behavior: Support for Z elevation

Changements

2 favoris
Mobile Advert: Deprecated 'Configure' action, as using the plugin properties for configuration is now a requirement
2 favoris
Text editor: improve the scroll position save/restore when switching tags
1 favoris
Touch: requesting device orientation/motion permission now supported in legacy C2 runtime
1 favoris
Animations Editor: remove 'Original source' property, and strikethrough styles for disabled properties
3 favoris
Animations Editor: remove limit on animation speed property

Corrections de bug

7 favoris
Crash using 'Find all references' (regression in r159)
2 favoris
Export manager: C2 mobile exports now recieve a patch when imported to correct layout behaviour on "notch" devices
5 favoris
Z Order Bar: Content not shown upon loading a new project if the bar was already open
1 favoris
Animations Editor: Occasionally the state of the tools in the vertical scroll bar would not be properly restored
2 favoris
Animations Editor: Collision polygon drawn at the wrong position in Firefox
2 favoris
Animations Editor: Mobile sliding panels got stuck, and the editor could not be closed
2 favoris
Animations Editor: Increase the width of sliding panels so there is empty room in the frames panel to scroll if necessary
1 favoris
Animations Editor: Sorting frames in iOS was not working properly due to interference between the sorting behaviour and the default scrolling behaviour
3 favoris
Timeline Bar: Crash when duplicating an instance which is already part of a timeline
3 favoris
Timeline Bar: Crash after trying to preview a timeline which had previously been deleted while previewing
3 favoris
Timelines: Crash when opening a project saved with changes to the result mode property of a property track
3 favoris
Timelines: Improve accuracy of values calculated by timelines
5 favoris
Tween Behavior: Fix "Set end value" action
2 favoris
Mobile Advert: remove any whitespace surrounding app IDs, pub IDs and unit IDs to fix typos
4 favoris
SpriteFont: TextWidth/TextHeight did not update immediately after setting object size

Mises à jour du SDK

2 favoris
Possible crash opening Addon Manager with invalid addon in safe mode

Scripting updates

1 favoris
Disabled language specific identation in text editors - prevents unneeded indentation in JS when following the style of having the opening brace on a new line
2 favoris
Referencing an undefined variable in a script is now assumed to be an external variable, and is considered to be defined in the global scope by the autocomplete system
3 favoris
New script interfaces for Array, Button, Dictionary, Sprite, SpriteFont, Text, Text Input, Tiled Background and Tilemap
2 favoris
Added "deviceorientation" and "devicemotion" events, and Touch script interface for requesting orientation/motion permission
3 favoris
Add runtime.invokeDownload() method
3 favoris
Fix incorrect error using 'await' in event sheet script blocks
3 favoris
Both 'runtime' and 'localVars' are now recognised by the script analyser in event sheet script blocks

Partager Construct 3 la parution r160 maintenant

  • 3 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Hi there, I found a bug with ease behavior. When I use One Parameter Easing, Color property (rgba255 or rgbex255). When my function using this feature is called, the game is crashing.

    Thanks for all your works Construct is amazing ;)

      • [-] [+]
      • 1
      • DiegoM's avatar
      • DiegoM
      • Construct Team Construct 3 Developer
      • 1 points
      • *
      • (0 children)

      I tried this very quickly to see if it was an easy fix, but I couldn't find anything wrong.

      Can you file a bug?

      You can do it in github.com/Scirra/Construct-3-bugs/issues

      Make sure to follow the guidelines and include step by step instructions on how to trigger the crash. This is the fastest way to get the problem solved.

  • Hi there,

    Do you have an update on the iPhone X screen problem when exporting to Cordova?