Download Construct 0.99.5 (unstable)
This is an
unstable build. You can help Construct's development by downloading it, trying it out, testing and reporting bugs. If you have projects you want to work on without possible bugs getting in the way, stick to stable builds.
Link to previous build (0.99.42) changelog
Note 24/8/09: updated link to include security update in installer.
This is a fairly small bug fixing release so hopefully there won't be any serious new problems. Unfortunately we haven't had much time for more lately. Here's the full changelog:
Behaviors
[FIX] Platform: 360 controller left and right input tweaked
[FIX] Physics: If a body needs to be recreated (eg. its size changes) it now maintains velocity and angular velocity
[FIX] 8 direction movement: triggers collision events when hitting solids
Event sheet editor
[ADD] Double clicking an 'include' event block will open the included event sheet
[FIX] Crash adding PV on external event sheet
[FIX] Annoying glitch where event sheets with else events would sometimes get a blue bar thing appear in the top left of the screen when you scroll to the bottom
[FIX] Editing an action/condition and changing the object type will no longer stuff up the display string when there's a private variable param
Layers
[ADD] Layers now allow you to give effects names and 'disable when' properties like object effects do
Plugins
[FIX] 360 controller: Right stick up works, optimisations
[FIX] Sprite: Saving/loading at runtime did not save mesh state
[FIX] XAudio2: attach channel to object used 0-based channel, is now 1-based
Runtime
[FIX] Crash when a text object changed font and motion blur is enabled, or it had rendered into a canvas (the font was being freed before the gpu had drawn with it)
[FIX] Destroying objects crashed in some cases with 3D layering enabled
[CHANGE] Triggers used to include any parent event conditions and actions. Now they only include conditions. Best explained best by this pic
[CHANGE] Multisamples and motion blur are not supported together, so an error appears when you try to turn them both on.
System object
[ADD] Ability to enable and disable a layer effect via an action
[ADD] Ability to change layer effect parameters via an action
[ADD] Ability to change what attributes an object instance has via an action