debugging using lua

If you enable debugging using lua it will not work.
The support for multiple inheritance is not working.
using the attached file you will be able to debug using lua.

I am looking into merging some of this code with tolua++ ex: tolua_is.c should be merged.

There does not seem to any specific place where such fix should posted so I put them here for anyone interested.

NOTE: a number of lua programs had to be modified because of errors detected at run time.
A particularly ugly problem is solved by casting using
tolua.cast(seq1, ‘CCActionInterval’)
which is necessary because an improper inheritance order I hope this problem is solved in the future.

Andre


coco.zip (138.5 KB)