Voir un historique complet de tous les changements dans Construct 3 depuis la première parution.

6 favoris
Project Bar: files are no longer grouped when they have the same name but different file extensions
4 favoris
Updated all example projects to only use WebM Opus audio files
6 favoris
Importing C2 .capx projects now automatically switches them to the C3 runtime (if compatible)
3 favoris
Instant Games export: prevent exporting if project does not include the required Instant Games object
15 favoris
Tilemap: new default tileset that supports autotiling
9 favoris
Tilemap bar: change order in which options of the auto tiling brush are shown in its drop down menu
10 favoris
Tilemap brush editor: create a default brush when the editor is opened and there are no pre-existing brushes
8 favoris
Tilemap brush editor: update text and icons
14 favoris
Properties bar: now shows family instance variables in groups
9 favoris
Animations editor: panels now have a minimum size to avoid them being accidentally hidden
5 favoris
Warning on export if the project version would result in an unexpected version code
4 favoris
Ease editor: dialog is now modal
6 favoris
Orbit: instances that are not pinned will now update at the start of the frame instead of the end (possible breaking change)
9 favoris
Timelines and Tweens: change execution order of timelines and tweens so they work better alongside behaviors
10 favoris
NW.js export: now uses project name in main Windows and Linux executable filename
7 favoris
Remote Preview/Multiplayer: better handling for clients that time out (should fix clients never being removed)
6 favoris
SpriteFont: default image is now white, with color property set to black, allowing color property to take effect
7 favoris
Animations Editor: can now load multiple images at once from the toolbar button or by drag & drop into the main panel
5 favoris
Animations Editor/Tilemap Bar: prevent unselecting current tool when clicking it again
5 favoris
Split UWP export option in to two separate 'Windows Store' and 'Xbox One' export options
5 favoris
Mobile IAP: auto retry initialization on Android
7 favoris
Mobile IAP: updated Google Play Billing library to 2.0.3 (latest)
4 favoris
Update jQuery to v3.4.1 (only used by legacy C2 plugins)
8 favoris
Updated login dialog to try to make sure logins can be remembered
9 favoris
Revert worker mode to disabled by default due to a bug in Chrome
3 favoris
Disable worker mode in Instant Games and Playable Ads since like Cordova they use the Android Webview which does not yet support worker mode
4 favoris
Disabled low-latency compositing mode in Cordova/Instant Games/Playable Ads to work around an Android bug that causes it to crash
10 favoris
Mobile exports: separated out the 'Camera' and 'Microphone' permission options (previously 'Microphone' was automatically included with 'Camera')
8 favoris
Android: removed need for automatic 'write external storage' permission. Added an option for it on export in case it's really needed, but most apps don't need it.
8 favoris
Event sheet view: event icons now overlap event number instead of disappearing when running out of space
5 favoris
Timeline Plugin: 'Set instance' action can now use empty track ID to use first track that hasn't had an instance set
12 favoris
New project dialog: now remembers last used settings
4 favoris
New project dialog: now hides 'Start with' option in simplified UI mode
6 favoris
Text & SpriteFont: bottom-aligned text that is taller than the box now cuts off the top lines instead of the bottom lines
2 favoris
Tiled background: revert change in r166 clamping image offset, since it did not work correctly with scaled/rotated images
11 favoris
Updated 'Move to mouse' example to 'Move to position' using new 'Move To' behavior
7 favoris
Tiled Background: image offset is automatically wrapped to avoid precision issues
10 favoris
Mobile Advert: updated to use latest version of the Admob SDK on iOS
6 favoris
Audio import: now remembers bitrate preference
6 favoris
Disabled worker mode on Chrome OS to work around a crash
14 favoris
Tween behavior: Play actions are now asynchronous
6 favoris
Reverted attempted fix for effects bug in r162 since it caused several regressions
4 favoris
Instant Games: update plugin to use SDK 6.3
2 favoris
Firefox: re-enable ImageBitmap support since a bug preventing its use was fixed