Results 20 comments of Jacob

Asking to be assigned on this.

If it is similar header code then I will look into changing. I noticed that it is faster in some parts. I am using Lua 5.3 though and compiled it...

Did some quick research. Using LUA 5.1 would be better then using 5.3 which is why LuaJit doesn't support 5.3. e: alright. I have successfully swapped over lua to luajit....

Ok. So far in Sparky, the only thing you can do in Lua right now is, play sounds. But, I atleast got classes set up. Rest should be easy.

No, I am not going to write the classes manually. I will write a tool or something to do that. But I had to write atleast one manually so I...

Change of plans. I for now I will write all the **required** classes manually. You could add the LUA generator on top later on when cligen is done, if you...

This should be fixed. I had a problem trying to setup a true first person camera but it kept on looking like a third person camera. By adding that line,...

I would recommend using SP_INFO instead of std::cout.

> Taking a stacked item from the ground to inventory does not try to stack it on the first available item in the inventory How was this performed? Through an...

Don't do anything stupid. Make it simple where you use the existing key item in the game and if the key has not been registered for use (you can save...