ghoulsblade
ghoulsblade
love-webplayer is no longer actively maintained by me, you're welcome to fork, but i wont implement it :)
hi! sounds good, i'll test this weekend, bit busy at work currently. thanks !
no hurry, it wasn't meant as pull request, i just wanted to put it here so people running into them can find a workaround easier =)
no worries, just make a pull-req for the branch for this commit, and i'll note and port it later to the main.
please make a minimal example to reproduce the problem =) (a single main.lua + 1 graphic with nothing but the draw that behaves wrong in webplayer compared to being run...
Sounds good, if you can get lua 5.2 running and provide an example for how to add custom functions i can help out getting webgl graphics to work, if that's...
heya, cool, i'm happy to see you haven't given up =) i don't understand what you mean by the multi-return semantics thread, probably because i don't know how binding native...
multi-return: i personally like the lua.js way of always returning a js array, even for single return values, makes it more consistent, and [] is unobstrusive in the sourcecode. e.g....