http://downloads.sourceforge.net/constr ... irror=osdn
This is a minor update but versioned to stay parallel with the current Construct release.
The only change is in SDKDefs.h, where the new flag:
OF_DEFAULTVALUE_PRIVATEVAR
is defined. If you specify this in IDE_FLAGS, the expression checker will only accept the default expression of your object with the syntax:
Object('Value')
Any other uses eg. Object, Object(5,7,9), Object("Hello") will be rejected by the checker. This is useful if the default value's sole purpose is private variable access.