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

New Storage Cleanup dialog; Timelines & Tilemap updates; some scripting improvements; bug fixes

25 November, 2019 ()

Envoyez-moi un courriel lors de nouvelles parutions

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

Notes

There's a new Storage Cleanup dialog in this release, which you can find with Menu - View - Storage cleanup. We've noticed some users often see "out of storage" errors, in which case it prompts to use this dialog to free up space and ensure all of Construct's features can keep working smoothly. In general if you are online you can clean up everything and it will just download again next time you use it. However if you are working offline see the notes in the dialog and make sure you don't clean up something you need.

In this release the Timeline Bar has also been updated to use an inheritence pattern for some properties. Previously changing something like the animation mode of a timeline would also change the setting for all child items (like keyframes). Instead the child items generally use a "default" setting which inherits from the parent. It's a fairly subtle change and shouldn't break anything, but is something to be aware of while editing timelines. Also in this release the Tilemap bar and Tile Brush editor have seen some refinements.

The scripting feature has also seen a few improvements, including the new capability to load a custom ImageData in to DrawingCanvas, and access the AudioContext used by Construct's Audio plugin. These are interesting for doing things like procedurally generating pixel data and displaying it, or generating your own AudioBuffers in script and playing them back. The two new Drawing Canvas: generated image and Sound synthesis examples show exactly that. Finally as ever there's a big batch of bug fixes!

Vous aimez cette parution ?

Faites-le nous savoir avec un pouce haut !

UpvoteUpvote 32 DownvoteDownvote
Exécuter r177

Changelog iconNouveaux ajouts

Not favoritedFavorited Favorited 12 favoris
Storage Cleanup dialog
Not favoritedFavorited Favorited 12 favoris
Drawing Canvas: 'Set drawing blend' action
Not favoritedFavorited Favorited 10 favoris
New scripting examples 'Drawing Canvas: generated image' and 'Sound synthesis'
Not favoritedFavorited Favorited 7 favoris
Mobile Advert: new actions for setting content filtering and child directed content
Not favoritedFavorited Favorited 13 favoris
Sprite: 'OriginalAnimationSpeed' expression

Changelog iconChangements

Not favoritedFavorited Favorited 6 favoris
Timeline Bar: animation mode, result mode, ease and path mode now follow an inheritance pattern instead of overwriting child properties
Not favoritedFavorited Favorited 8 favoris
Tilemap Brush Editor: adjusted toolbar to be more compact
Not favoritedFavorited Favorited 8 favoris
Runtime: re-enable Worker mode on Chrome OS, since a blocking crash bug appears to have been fixed

Changelog iconCorrections de bug

Not favoritedFavorited Favorited 2 favoris
Timeline Bar: possible crash while changing keyframe tags
Not favoritedFavorited Favorited 2 favoris
Timelines: changes to the result mode property not saved or restored properly
Not favoritedFavorited Favorited 4 favoris
Timelines: playing a timeline on it's own "on finished" trigger did not work
Not favoritedFavorited Favorited 6 favoris
Timelines & Tweens: Fix unexpected results when changing the timescale of either a timeline or a tween affecting opacity values
Not favoritedFavorited Favorited 4 favoris
Tilemap Bar: Zoom not working properly with tilesets that do not fit the pane at 100% zoom
Not favoritedFavorited Favorited 3 favoris
Tilemap Bar: Possible crash while using keyboard shortcuts
Not favoritedFavorited Favorited 2 favoris
Tilemap Bar: crash when making a selection of tiles in an Apple OS
Not favoritedFavorited Favorited 3 favoris
Tilemap Brush Editor: possible crash when first loading
Not favoritedFavorited Favorited 2 favoris
Tilemap Brush Editor: crash opening the brush editor in iOS
Not favoritedFavorited Favorited 9 favoris
Particles: now spawns object particles at the same Z order as the Particles object, instead of on top of layer
Not favoritedFavorited Favorited 5 favoris
Sprite: instances in the layout could change size in unexpected ways after making changes in the animations editor
Not favoritedFavorited Favorited 5 favoris
Crash in debugger calling a disabled function
Not favoritedFavorited Favorited 3 favoris
Pathfinding: possible error destroying object while calculating path
Not favoritedFavorited Favorited 4 favoris
Move To behavior: possible hang using 'Move to' in 'On hit solid'
Not favoritedFavorited Favorited 3 favoris
Possible freeze in editor closing a dialog with keyboard input in some specific circumstances
Not favoritedFavorited Favorited 2 favoris
Editor incorrectly handled dropping file while a dialog was showing
Not favoritedFavorited Favorited 4 favoris
Desktop build: did not restart preview when preview window reloaded
Not favoritedFavorited Favorited 3 favoris
Audio: WebM sounds in Safari could decode with short leading/trailing silence (~6-30ms) which could affect looping tracks
Not favoritedFavorited Favorited 2 favoris
Android: microphone permission not requested when using speech recognition
Not favoritedFavorited Favorited 4 favoris
Editor could incorrectly show cursors with some combinations of windows showing (regression in r173)
Not favoritedFavorited Favorited 5 favoris
Dark/light themes: Project Bar horizontal scrollbar missing (regression in r173)
Not favoritedFavorited Favorited 4 favoris
Unable to preview project if old file grouping feature had left non-script files in Scripts folder (regression in r176)
Not favoritedFavorited Favorited 3 favoris
Crash undoing renaming a project file (regression in r176)
Not favoritedFavorited Favorited 2 favoris
Import audio: no warning when replacing audio files (regression in r176)

Changelog iconScripting updates

Not favoritedFavorited Favorited 8 favoris
Drawing Canvas: methods to load a custom ImageData (see example project)
Not favoritedFavorited Favorited 5 favoris
Add APIs to access the AudioContext and destination node from Construct's Audio object
Not favoritedFavorited Favorited 5 favoris
Fix crash stepping Construct debugger to script action
Not favoritedFavorited Favorited 4 favoris
Ignore unmodified "let" variable warnings when using multiple declarations in a "for" loop
Not favoritedFavorited Favorited 4 favoris
Using the return value of increment/decrement operator didn't count as a read, and could incorrectly mark as "never read"

Partager Construct 3 la parution r177 maintenant

  • 8 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • It's so incredibly satisfying to see a bug fixed from an issue i raised myself. Feels like helping the community a bit :)

  • Can we launch the destop version with a precise beta release number like with the web version?

    I seem to have error (red ones) in XCode when I try to archive my game exported with R177. ...but it works when exported with R176 via web.

    Did anyone else got this...?

    In the meantime I would have like to be able to launch R176 on desktop.

    Thanks for the help!

  • awsome

  • Wow! I'm digging the amount of bug fixes. Great job y'all!

  • Did we just get a way to erase Drawing Canvas?