05-23-2015, 04:58 AM
05-23-2015, 05:00 AM
But, having luajit would still be nice. ;P
05-23-2015, 05:06 AM
But LuaJit doesn't support all the platforms we're currently supporting.
05-23-2015, 05:29 AM
Well, we can only use luajit when it's supported (using a compile time switch, maybe).
Also, from what i've seen in their docs ( http://luajit.org/install.html ), i doubt many people would care if we dropped those platforms.
Also, from what i've seen in their docs ( http://luajit.org/install.html ), i doubt many people would care if we dropped those platforms.
05-23-2015, 06:32 AM
Thats right, most-used platforms are compatible
05-23-2015, 06:34 AM
I agree with jan here. Noone is going to run the server under Win10 on a raspberry pi 

05-23-2015, 07:02 AM
Of course, i think keeping both options would be the best way - but, if we do have to pick one of them luajit is a better choice.
05-23-2015, 07:49 AM
(05-22-2015, 07:36 PM)NiLSPACE Wrote: [ -> ]Apache License 2.0 is allowed right?
Can I ask what does Apache web-server got to do with internal handles of minecraft(mcserver) I assume it uses Apache for the built in CMS but can you also use it to interact with the server itself?
And if so what does that mean I can use PHP and CSS inside my minecraft server just like it was the uber powerful I LOVE IT SO MUCH scripting engine VariableTriggers?
I really have no idea what you would need apache for that would be useful for a client connecting (other than external website related stuff) so please help me become even more knowledgeable!
05-23-2015, 07:54 AM
Apache License is a type of license, just like MIT or GNU GPL
The apache webserver doesn't have anything to do with this
Xoft has "- The code must be under a permissible open-source license (unlicense / public domain preferred)" as one of the conditions for this challenge, but I have a really limited knowledge about licenses.

The apache webserver doesn't have anything to do with this

Xoft has "- The code must be under a permissible open-source license (unlicense / public domain preferred)" as one of the conditions for this challenge, but I have a really limited knowledge about licenses.
05-23-2015, 08:14 AM
My guess is not GPL. But the wording xoft used suggested any non-infectious open source license would be OK, so that the code can be combined, but the more permissions the license grants the easier it becomes to combine the code. So Apache would be OK, but non-ideal.