Link scenes in a tree-like structure
Control the Scenes with c-like code
The code now has do, while, for, if, all the maths functions, array access, floating point, integers and booleans. There are no user-defined functions/procedures yet, but i'm tempted to add them. Its quite possible that will come later though

As for the built-in scene front, there aren't all that many. There are about 5 3D scenes, 2 of which are new, but there are around 20 other scenes that do interesting things to the image, eg. emboss, difference (you can do real-time water too), point render, radial blur, etc.
There's a scene called RENDER which lets you draw your own shapes. At the moment, it supports points, lines, line strips, line loops, triangles, quads and textured rectangles in 2D. 3D versions will be added as well as some features for translation/rotation.
and finally, there's now VIDEO INPUT SUPPORT. Yep, thats right, you can plug a webcam in and see yourself in shapes. Point it at dancers and have them make ripples in water
