Cuberite Forum
Lua Challenge: the Catastrophes plugin - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Discussion (https://forum.cuberite.org/forum-8.html)
+--- Thread: Lua Challenge: the Catastrophes plugin (/thread-1972.html)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: Lua Challenge: the Catastrophes plugin - NiLSPACE - 05-23-2015

No, I had to spread the crater out over multiple ticks. Now it works properly.


RE: Lua Challenge: the Catastrophes plugin - jan64 - 05-23-2015

But, having luajit would still be nice. ;P


RE: Lua Challenge: the Catastrophes plugin - NiLSPACE - 05-23-2015

But LuaJit doesn't support all the platforms we're currently supporting.


RE: Lua Challenge: the Catastrophes plugin - jan64 - 05-23-2015

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.


RE: Lua Challenge: the Catastrophes plugin - tonibm19 - 05-23-2015

Thats right, most-used platforms are compatible


RE: Lua Challenge: the Catastrophes plugin - sphinxc0re - 05-23-2015

I agree with jan here. Noone is going to run the server under Win10 on a raspberry pi Wink


RE: Lua Challenge: the Catastrophes plugin - jan64 - 05-23-2015

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.


RE: Lua Challenge: the Catastrophes plugin - Serial - 05-23-2015

(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!


RE: Lua Challenge: the Catastrophes plugin - NiLSPACE - 05-23-2015

Apache License is a type of license, just like MIT or GNU GPLWink

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

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.


RE: Lua Challenge: the Catastrophes plugin - worktycho - 05-23-2015

@NiLSPACE, GNU is not a license. I assume you meant to GPL family of licenses.

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.