Sometime in the last 2 weeks, I added support for the >>, <<, &, |, and ^ operators to the script engine. They work the same way that they do in C. All shifts are unsigned, not arithmetic.
A non-script feature that I committed a few minutes ago is support for alpha masks for fonts. The...