Alberto Demichelis
Alberto Demichelis
There is no official way to identify a instance field from a static field at the moment. The handle returned by sq_getmeberhandle has this information encoded into it but is...
That's the expected behavior. If the debug hook throws the script doesn't stop.
Yes indeed, base_newthread() should check for the closure type. I'll fix that.
due to the fact that squirrel's compiler doesn't build an AST it would be quite tricky.
this should be be in a library, one of the things I'm tinkering about is a standard way to load libraries. My target is to keep the core distribution as...
I written a lib back in 2003 (squirrel 1.0) that did allow "sq_abi->sq_poptop" for dlls and static libraries at the same time by using a set of defines like this...
Yes, it was intended. In retrospect, I don't think it was a good decision but it really hasn't created any issue in my experience. FYI, this is also valid for...
"base" is only set to a closure when the closure is added to a class, either by declaring it in the body or by adding it with the
they didn't seem necessary.
you need a C preprocessor