Mattes D
Mattes D
Hello, yes, this should still be a good-enough place to start. Your outline is good for the start. As for the reaction to the `Result`, that would need a new...
I'm fine with the transfer. Whether it should be included / activated in the install by default, that's another question.
I'd like to try writing at least some of this, the basic bits, if you don't mind.
It might also be possible, although not super-comfortable, to run two instances of ZBS, each listening on a different debugging port, and each of the Lua states connecting to the...
When facing a similar problem in [Cuberite](https://github.com/cuberite/cuberite)'s [API description](https://github.com/cuberite/cuberite/blob/master/Server/Plugins/APIDump/APIDesc.lua), we opted for supporting two kinds of syntax: ```lua fnName = { Params = ..., Returns = ..., Notes = ...,...
I think this is more or less a duplicate of #788 - if you have an API definition for your environment, 788 asks for the analyzer to read it.
Lua behaves the same as C. However, the result depends on what the destination device for STDOUT is - if it goes to console, it interprets the 0x08 characters as...
Is there any way you could benchmark this to see the actual speed difference between 1 thread generating, and, say, 4 threads generating?
I'm with @tigerw here, I don't think this is the right way to handle this. Pretty much every entity is moving most of the time, so the perf impact would...
I don't even get to enter a filename, ZBS crashes within a second or two after displaying the filename edit box.