R: Rejected

Texture Patch non-multiple-of-4 widths

Texture Patch with widths that are not multiples of 4 cause distortions (perhaps due to how libnoise renders?) -- almost made me pull my hair out working on the next beta :)

folder images don't work with iterator

I try to do something dinamic with a folder of image that calculate the number of image and create number of sprite= number of the image in the folder... but the folder image don't iterate the image of the folder...

Screen and Window Capture

A patch to capture the full screen, so that (among other things) one can create screensavers which (appear to) modify the existing screen contents.

[edit: this request has been expanded to include window capturing.]

KINEME datatype

A custom datatype that : -could handle seamlessly multiple type of data, and let you interpret them the way you like. -could be in a structural form -list like- and let you access all individual subsets easily. - as an associated set of tools for bridging in and out regular QC datatype, and manipulating to new one.

Reading text file in real time

I'd like to see a feature where I can read a text file in real time, similar to the functionality of tail -f. I want to use log files form my application to drive visualizations in real-time