-
When doing:
```
movieclips:removeChild(aMovieClip.entity)
```
I get:
```
Error: Can't return an entity in LuaHelper::getEntityFromLuaEntity.
```
Though, using:
```
movieclips:removeChild(aMovieCl…
-
LUA_BARDARG should instead be replaced with luaL_error. In order to do this a lua_panic function needs to be defined in sys/LuaHelper.c that will pass the error to sys/Log.h
-
On OpenSuse, I cannot build against an **unbundled** lua. The cmake call is successful with
```
cd build
cmake -DLUA_PRG=/usr/bin/lua
```
but when i run make,
```
/usr/bin/lua: /home/raf/Documents/…
-
Thread: Main thread
RageSurface_Load_PNG.cpp:20
RageSurface_Load_PNG.cpp:245
RageSurface_Load_PNG.cpp:20
RageSurface_Load_PNG.cpp:20
RageSurface_Load_PNG.cp…