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

No more project file grouping; various other changes

18 November, 2019 ()

Envoyez-moi un courriel lors de nouvelles parutions

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

Créer un compte

Notes

The main change this release is project files are no longer grouped in the Project Bar. Previously files with the same name but different extensions, like sound.ogg and sound.m4a, would be grouped in to a single "sound" item in the Project Bar with the .ogg and .m4a items underneath it. This was originally done to support Construct 2 projects that use multiple sound file formats - but these days C3 just uses WebM Opus as the only format. Meanwhile the grouping had become problematic for other cases, such as creating an unwanted group for files like main.html and main.js, which could not then be separated in to different folders. Therefore it was time to remove the feature and go back to not grouping files.

Unfortunately this grouping feature was deeply embedded in to the editor code, and it was quite a big project to get rid of it all. Therefore there's a risk a few things got broken along the way, so be on the lookout for any new bugs. However it now means project files can be sorted appropriately in folders, which is especially important for the scripting feature. It also considerably cleaned up the editor code with nearly 1000 lines of code being removed, which is nice for us too!

To go along with this change, many of C3's example projects were originally designed in C2 and used multiple audio files, and those have all been replaced with a single WebM file equivalent. This actually had a nice benefit of substantially reducing the download size of those project files, since there's no need for multiple copies of every sound file (including in some cases uncompressed WAV files). Finally as ever there's a few other adjustments and bug fixes detailed in the changes below.

Vous aimez cette parution ?

Faites-le nous savoir avec un pouce haut !

28
Exécuter r176

Nouveaux ajouts

15 favoris
JSON Plugin: new actions 'Toggle boolean', 'Add to', 'Subtract from'

Changements

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

Corrections de bug

5 favoris
Platform Info: did not correctly update safe area inset on size/orientation change
7 favoris
Orbit Behaviour: when the speed of rotation was 0 the behaviour would not update
2 favoris
Android: sometimes swipe-in panes closed with the back button could unintentionally reappear

Partager Construct 3 la parution r176 maintenant

  • 19 Comments

  • Order by
Want to leave a comment? Login or Register an account!