View a comprehensive history of all the changes introduced in Construct 3 since the first release.

12 favourites
Loop all animated effects after 3 hours to prevent degrading quality over time due to floating point precision
13 favourites
Pathfinding: improve A* heuristic when diagonals enabled
8 favourites
Templates: duplicating an instance which is a template now sets it as a replica of the corresponding template
8 favourites
Pathfinding: increase maximum allowed cost from 2^26 to 2^31
8 favourites
Avoid redundant title bar text when editor installed as an app in Chrome/Edge
6 favourites
Move Instant Games exporter to 'Other' category
9 favourites
Export for Steam mode: also force constant redraw of background (black bars in letterbox mode)
9 favourites
Export for Steam mode: add --disable-windows10-custom-titlebar option; remove --disable-direct-composition
15 favourites
NW.js/Windows WebView2 exports: disable media keys to prevent them affecting music playback
15 favourites
Animations editor: allow using editor while previewing animation
11 favourites
Animations editor: show folders first and then root level animations in the animations pane
11 favourites
Increase free edition scripting limits to 250 total lines of code in project for guests, or 500 if logged in, with no other restrictions
10 favourites
Layout view: don't show polygons of Sprite instances with disabled collisions
5 favourites
Update CodeMirror (text/code editor) to v5.65.10
10 favourites
Gamepad: allow using -1 for any gamepad in 'On gamepad any button pressed/released'
8 favourites
Gamepad: replace LastButton expression with ButtonIndex, as due to an oversight LastButton never used its parameter
8 favourites
Multiplayer: protocol update to support compression
5 favourites
Properties Bar: move some project properties from 'Advanced' group to 'Compatibility settings'
6 favourites
Update zip file support to use Zip64 format, allowing over 65535 files in .c3p/.zip files
6 favourites
Multiplayer: deprecate 'Supports multiplayer' condition as it has been widely supported by all browsers for years now
11 favourites
Find bar: select search term when pressing Ctrl+F again
9 favourites
Find bar: remember last used 'Look in' and 'Match case' settings
4 favourites
Parameters dialog: allow autocomplete box to shrink with few content items
6 favourites
Sort "usedAddons" list in .c3proj file to avoid unnecessary changes on source control
6 favourites
Remove "version" field from built-in addons in "usedAddons" list in .c3proj file to avoid unnecessary changes on source control
7 favourites
When saving folder projects, skip updating file metadata for unchanged files to avoid unnecessary changes in source control
8 favourites
Improve tracking of mouse/touch inputs in worker mode
4 favourites
Layout view: allow margin markers to appear with smaller margin values
9 favourites
Layers: use an icon to denote global layers rather than text
4 favourites
When opening project, only wait for login state when loading data/text editor tabs
5 favourites
(no changes since r316)
6 favourites
Remove Shift+W keyboard shortcut (it will be reimplemented in next release cycle)
4 favourites
Revert fixes to Physics behavior since r311 as it caused regressions
13 favourites
Allow Ctrl+F shortcut to bring up Find bar at any time (rather than just in event sheets)
9 favourites
Find bar: move 'filter' field next to 'find' field
5 favourites
Find bar: limit to maximum 5000 results to avoid issues with extraordinary numbers of results
9 favourites
Remove event sheet 'Find' dialog in favor of showing Find Results bar directly