Amaryllis Kulla

Results 4 issues of Amaryllis Kulla

Need to compile a list of these classes first. Exception message: "can't clone "

RGSS accuracy

Yep. https://github.com/Ancurio/mkxp/blob/dev/src/font.cpp#L119: ``` // FIXME 0.9 is guesswork at this point font = TTF_OpenFontRW(ops, 1, (float) size * .90); ``` this mostly works when substituting the compiled-in Liberation Sans for...

bug
RGSS accuracy

Most wrapper functions use `rb_get_args` which handles this already, but this is never used in 0 argument functions (eg. `Graphics.freeze`). binding-util.h in MRI has a handy `rb_check_argc` helper ready.

RGSS accuracy

Just wanted to give you guys a heads up about a problem I recently fixed on my branch; Physfs_init fails after a recent Windows 10 update, but I unfortunately forgot...