07-09-2012, 07:18 AM
(11-07-2011, 10:56 AM)FakeTruth Wrote: Now I can't get it to compile in Linux T_T
I finally found some time for MCServer.
I really like squirrel and did some little projects with it already. So I created a simple plugin system. I used Sqrat instead of SqPlus because I think it is much easier.
This time everything compiles on windows and linux but at the moment there isnĀ“t very much bound to squirrel. (Only AddHook, Player::GetName)
But I will bind the other classes step-by-step later on.
Others can also help me with this, because I will take some time to do manual binding
It is not very hard. Just take a look at the SquirrelBinding.cpp
Simon