6J7KZg2f

Results 6 issues of 6J7KZg2f

Currently FlxTypeText.onComplete:Void->Void is public, and "Callback" is an optional paramater of FlxTypeText.start(). However, leaving out the Callback paramater of start() causes onComplete to be overwritten with null, meaning the only...

This pull is for a variation on Interp; IterativeInterp. It makes it possible to step through hscript blocks of arbitrary complexity in discrete steps while maintaining variables and so on....

I have been using Classic Shell for quite some time with no problems. As of today, explorer.exe began using 30-50% CPU constantly when Classic Shell is running. Closing it immediately...

Currently, these functions for setting shader uniforms silently discard input when the shader program format is GLSL.

Uploading GLSL shader sources to a Program3D via uploadSources currently fails if there is a version directive in the shader, as the function adds a prefix which violates the version-must-come-first...

Given the discussion on #5, this changes the compile flag to ensure it doesn't *fail* on any target. Just a stopgap until #6 is implemented.