SX

Results 33 issues of SX

Is there currently any way to add more package maintainers to luarocks.org site so that other people can manage uploaded modules? It looks like API keys cannot be used because...

https://github.com/minetest-mapserver/mapserver_mod/blob/0ce02a50cb3464fb462401d4e37f603df6f36628/bridge/search.lua#L238-L240 ``` [13:59.51] why does the /search give more results than it shows? i was searching for a shop and it gave me 5 results but showed 3 [14:01.11] sounds...

bug

I guess this would basically be just 7zipping together single archive that contains all the stuff to allow installing game without admin rights. So stuff from megalgles-data and this repo...

Does not work so make it work, this seems to work.

Currently is requires administrative privileges, could it be also allowed for area owners? Currently it is hard to change / move area without administrative privileges if area contains subareas (one...

This should be improved one way or another. The machine that contains the control logic unit, ejects items in a way that is unnecessarily hard to understand at first. It...

Enhancement
Discussion

Clean up `ItemStack:get_metadata()` / `ItemStack:set_metadata(metadata)` with serialization stuff around them. Used with many tools.

Good first issue
Cleanup

While looking for mods that might require updates for new power tools API I've noticed https://content.minetest.net/packages/gpcf/technictrain/ which required removed public function `technic.charge_tools`: https://git.bananach.space/technictrain.git/tree/init.lua#n44 I've removed (made local) said function myself...

Compatibility

There's a lot of aliases that are not needed (or if those are needed then server should handle those with custom lbm). Last update was 2016 for technic/legacy.lua and it...

Cleanup

From issue #267 Allow using per player check for all creative mode checks. Technic minimum required engine version is 5.0 and this API function is only available in 5.3 so...

Enhancement
Good first issue