AFCMS

Results 85 comments of AFCMS

I didn't enabled in-place builds in CMake presets yet. Since its used in 99% of the cases I think it would make sense to make it a default in the...

Why do you want Qt-Creator to be supported? :eyes: Minetest isn't a Qt application.

Ok, so it seems to support CMake and CMake presets so it should be usable as a proper IDE for Minetest development I am not planning to add instructions for...

Really sorry for the mistakes, not a native speaker :sweat_smile: Should really have checked before.

**Hey core developers :wave:** I am _really_ interested into working on this. (and later on the IDE stuff) But it require several things first: - defining style of the headers...

I am unsure if we can really "generate" stuff like headers, since typing mechanism may be complex and largely differ between different systems. `lua_api.md` would be great but I don't...

> True, if you wanted to try and map every last detail the complexity would explode. But even if you still have some parts of the lua headers or lua_api.md...

LuaLS can export documentation in Markdown (with a bit less features than LDoc), but it can also export as JSON so it can be easily read by another program without...

> The use of qemu cannot be avoided since Github does not provide any ARM runners. I'd simply drop it. Isn't arm support interesting enough for raspberry pi users? The...

Docker support cross compilation in the image build process, but it requires modifications of the Dockerfile. https://docs.docker.com/build/guide/multi-platform/#build-using-cross-compilation GCC is also not straightforward to setup for cross-compilation, so I think its...