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

Not favoritedFavorited Favorited 4 favoris
Ease editor: dialog is now modal
Not favoritedFavorited Favorited 6 favoris
Orbit: instances that are not pinned will now update at the start of the frame instead of the end (possible breaking change)
Not favoritedFavorited Favorited 9 favoris
Timelines and Tweens: change execution order of timelines and tweens so they work better alongside behaviors
Not favoritedFavorited Favorited 10 favoris
NW.js export: now uses project name in main Windows and Linux executable filename
Not favoritedFavorited Favorited 7 favoris
Remote Preview/Multiplayer: better handling for clients that time out (should fix clients never being removed)
Not favoritedFavorited Favorited 6 favoris
SpriteFont: default image is now white, with color property set to black, allowing color property to take effect
Not favoritedFavorited Favorited 7 favoris
Animations Editor: can now load multiple images at once from the toolbar button or by drag & drop into the main panel
Not favoritedFavorited Favorited 5 favoris
Animations Editor/Tilemap Bar: prevent unselecting current tool when clicking it again
Not favoritedFavorited Favorited 5 favoris
Split UWP export option in to two separate 'Windows Store' and 'Xbox One' export options
Not favoritedFavorited Favorited 5 favoris
Mobile IAP: auto retry initialization on Android
Not favoritedFavorited Favorited 7 favoris
Mobile IAP: updated Google Play Billing library to 2.0.3 (latest)
Not favoritedFavorited Favorited 4 favoris
Update jQuery to v3.4.1 (only used by legacy C2 plugins)
Not favoritedFavorited Favorited 8 favoris
Updated login dialog to try to make sure logins can be remembered
Not favoritedFavorited Favorited 9 favoris
Revert worker mode to disabled by default due to a bug in Chrome
Not favoritedFavorited Favorited 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
Not favoritedFavorited Favorited 4 favoris
Disabled low-latency compositing mode in Cordova/Instant Games/Playable Ads to work around an Android bug that causes it to crash
Not favoritedFavorited Favorited 10 favoris
Mobile exports: separated out the 'Camera' and 'Microphone' permission options (previously 'Microphone' was automatically included with 'Camera')
Not favoritedFavorited Favorited 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.
Not favoritedFavorited Favorited 8 favoris
Event sheet view: event icons now overlap event number instead of disappearing when running out of space
Not favoritedFavorited Favorited 5 favoris
Timeline Plugin: 'Set instance' action can now use empty track ID to use first track that hasn't had an instance set
Not favoritedFavorited Favorited 12 favoris
New project dialog: now remembers last used settings
Not favoritedFavorited Favorited 4 favoris
New project dialog: now hides 'Start with' option in simplified UI mode
Not favoritedFavorited Favorited 6 favoris
Text & SpriteFont: bottom-aligned text that is taller than the box now cuts off the top lines instead of the bottom lines
Not favoritedFavorited Favorited 2 favoris
Tiled background: revert change in r166 clamping image offset, since it did not work correctly with scaled/rotated images
Not favoritedFavorited Favorited 11 favoris
Updated 'Move to mouse' example to 'Move to position' using new 'Move To' behavior
Not favoritedFavorited Favorited 7 favoris
Tiled Background: image offset is automatically wrapped to avoid precision issues
Not favoritedFavorited Favorited 10 favoris
Mobile Advert: updated to use latest version of the Admob SDK on iOS
Not favoritedFavorited Favorited 6 favoris
Audio import: now remembers bitrate preference
Not favoritedFavorited Favorited 6 favoris
Disabled worker mode on Chrome OS to work around a crash
Not favoritedFavorited Favorited 14 favoris
Tween behavior: Play actions are now asynchronous
Not favoritedFavorited Favorited 6 favoris
Reverted attempted fix for effects bug in r162 since it caused several regressions
Not favoritedFavorited Favorited 4 favoris
Instant Games: update plugin to use SDK 6.3
Not favoritedFavorited Favorited 2 favoris
Firefox: re-enable ImageBitmap support since a bug preventing its use was fixed
Not favoritedFavorited Favorited 6 favoris
Timeline Plugin: Expressions now accept either a timeline name or tags
Not favoritedFavorited Favorited 5 favoris
Timeline Plugin: Deprecated actions and condition using either a timeline parameter or a string name
Not favoritedFavorited Favorited 5 favoris
Updated arcade links to point to the new arcade
Not favoritedFavorited Favorited 2 favoris
Mobile Advert: Deprecated 'Configure' action, as using the plugin properties for configuration is now a requirement
Not favoritedFavorited Favorited 2 favoris
Text editor: improve the scroll position save/restore when switching tags
Not favoritedFavorited Favorited 1 favoris
Touch: requesting device orientation/motion permission now supported in legacy C2 runtime
Not favoritedFavorited Favorited 1 favoris
Animations Editor: remove 'Original source' property, and strikethrough styles for disabled properties
Not favoritedFavorited Favorited 3 favoris
Animations Editor: remove limit on animation speed property
Not favoritedFavorited Favorited 2 favoris
Alt+4/5 shortcuts no longer start previews when typing, since on some keyboards they type characters
Not favoritedFavorited Favorited 1 favoris
Alt+Shift+Left/right no longer perform next/back navigation shortcuts when typing, since on some systems these navigate the caret
Not favoritedFavorited Favorited 5 favoris
Update Multiplayer examples to use built-in functions instead of legacy Function plugin
Not favoritedFavorited Favorited 16 favoris
Can now use mid(str, index, -1) to get text from 'index' to end of string
Not favoritedFavorited Favorited 4 favoris
Text editor: disable autocomplete for languages other than JavaScript as it triggered at inappropriate times