I am having trouble recreating the text bug so its seems to be ok I guess. This new build is very unstable and crashes alot. I was happy with build 4453 just there is no android build and there is a issue with the PSP port video mode not showing full screen and android has performance issues maybe from not having opengl video mode. And the android port will not let you reconfigure any touchscreen buttons.
Edit: The text bug happens when you send text over a animation script to be shown by text object "Hello World" will show as "Hello,World" without the quotes.
just for recreating the bug:
Edit: The text bug happens when you send text over a animation script to be shown by text object "Hello World" will show as "Hello,World" without the quotes.
just for recreating the bug:
Code:
@cmd test "hello world"
void test(char tx1)
{
settextobj(0, 110, 80, 3, 9999999999, tx1);
}