View a comprehensive history of all the new Javascript scripting feature updates and changes Construct 3 since the first release.

7 favoris
Avoid throwing exception when posting message to runtime worker
7 favoris
Script validation errors treated line numbers as 0-based instead of 1-based
7 favoris
Exempt disabled scripts in event sheets from validation on preview
6 favoris
Ensure fetches to project files from Web Workers work in preview in Firefox/Safari
5 favoris
Add IParticlesInstance.fastForward(time)
7 favoris
Fix incorrect handling of destroying instances while ending a layout
4 favoris
Add Pathfinding property directMovementMode
4 favoris
Add Pathfinding map property moveCost
4 favoris
Add Pathfinding methods startPathGroup(), endPathGroup()
4 favoris
Add IRuntime.dtRaw
4 favoris
Add IPathfindingMap properties cellSize, cellBorder, widthInCells, heightInCells
3 favoris
Add Pathfinding behavior method calculatePath()
5 favoris
Add IRuntime properties fps, cpuUtilisation, gpuUtilisation
3 favoris
Add multiplayer stats outboundDecompressedBandwidth, inboundDecompressedBandwidth
3 favoris
Tilemap setTileAt() method did not always work after resizing tilemap larger
5 favoris
Multiplayer: add transmissionMode property to message event
6 favoris
Add ITiledBackgroundInstance APIs for tile randomization
5 favoris
Add IWorldInstance method offsetPosition()
5 favoris
Add ILOSBehaviorRay methods getHitPosition(), getNormal(), getReflection()
5 favoris
Add setVector(), getVector() methods for 8 Direction, Car & Platform interfaces
5 favoris
Add IPathfindingBehaviorInstance.nodes() iterator
5 favoris
Add IAnimationFrame.getOrigin(), IImageInfo.getSize()
4 favoris
Add ILayer.getScrollPosition(), ILayout.getScrollPosition()
4 favoris
Add ILayout methods setSize(), getSize()
4 favoris
Add IWorldInstance methods setPosition(), getPosition(), setSize(), getSize()
4 favoris
Add IRuntime.getViewportSize()
5 favoris
Add getImageSize() for Sprite & Tiled Background interfaces
6 favoris
Add getTextSize() for Text & Sprite Font interfaces
4 favoris
Add ITiledBackgroundInstance methods setImageOffset(), getImageOffset(), setImageScale(), getImageScale()
4 favoris
Add ITilemapInstance methods getMapSize(), getMapDisplaySize(), getTileSize()
4 favoris
Add IDrawingCanvasInstance method getSurfaceDeviceSize()
5 favoris
Add "repeatCount" to the options available when starting a tween
5 favoris
Add 3 new script examples 'Tracking pointers', 'Scripting effect parameters', 'Multiplayer scripting'
6 favoris
Multiplayer: peer list not immediately updated in "peerdisconnected" event
6 favoris
Multiplayer: signalling properties isConnected, isLoggedIn
4 favoris
Slider bar: "input" event
3 favoris
HTML element setScrollPosition() method
5 favoris
Update autocomplete to prefer suggestions that match case
4 favoris
Autocomplete 'this.runtime' and 'this.#runtime' the same as 'runtime'
3 favoris
Add IRuntime properties viewportWidth and viewportHeight
4 favoris
Add Mouse script methods setCursorStyle(), setCursorObjectClass()
6 favoris
Add drawing methods to Drawing Canvas script interface
4 favoris
Add 2 new scripting examples
11 favoris
Add 'Command & Construct' listing in Example Browser
14 favoris
Add 8 new scripting example projects
5 favoris
Fix IAssetManager.getMediaFileUrl() not working correctly in folders mode
4 favoris
Fix autocomplete not working correctly in export declarations
6 favoris
Add autocomplete support for public/private class fields & methods
6 favoris
Add "beforelayoutend" and "afterlayoutend" events
5 favoris
Add SpriteFont textWidth and textHeight properties
6 favoris
Add Timer behavior script interface
5 favoris
Add runtime.createWorker(url, opts) helper method
5 favoris
Fix network requests to project files not always working in preview with worker mode