I haven't heard of anyone else reporting such problems - maybe try disabling any browser extensions in case one is interfering with Construct? It's hard to help without more details, but if you can report any problems here following the guidelines we'll investigate: github.com/Scirra/Construct-bugs
We already get far more feature requests than we can possibly act on. Further, you can always take any specific part of Construct, and suggest dozens of improvements, or even radical overhauls. As much as I'd love to do it all it's just impossible with the resources we have.
For example the current approach of hiding instance variables is pretty simple and was straightforward to implement. Adding more UI controls to expand and collapse stuff makes it more complicated (I don't think we've developed a suitable UI control, and so we'd need to make one; developing new UIs is particularly time consuming), and raises usability questions (why did you hide it if you want to show it again?). So usually we have to be pragmatic about it and do something fairly simple but still useful, and then move on to the next thing.
Nothing else is editable in that list which is why clicking the eye icon did nothing... but it makes sense, so I added that for the next beta.
I'm afraid it's impossible to help without more information - if you run in to a problem please file it here following all the guidelines: github.com/Scirra/Construct-bugs
Are you doing something like loading sound files by name? Previously if a sound was in a folder, e.g. "beep" is in the folder "sfx", then you'd need to update a reference to "beep" to "sfx/beep".
You can already use source control like GitHub, which is covered in this tutorial. These updates probably make it work nicer as the project folder structure is better.
Please report any problems you find here following all the guidelines: github.com/Scirra/Construct-bugs
The change only means if the host is disconnected from the signalling server, it can keep its existing connections to peers.
It'll only be a known issue if it's already filed here: github.com/Scirra/Construct-bugs/issues
The change is that the host can disconnect from the signalling server and still communicate with peers. This does not change the fact that if the host disconnects it ends the game. (Host migration is very complicated and I suspect it would be error prone too - you could probably give it a go with events anyway and get the peers to rejoin a new room)
PNG/JPEG support is not going away!
Construct already has memory management features built in, why aren't you using those?
Why would you need base64?
It works fine for me. If you run in to any problems please file them here following all the guidelines: github.com/Scirra/Construct-bugs
What do you mean exactly?
Member since 21 May, 2007
The official blog for all things Construct and Scirra run by our employees!
Wider technology issues from Ashley's perspective.