minetest-mods / areas

A rewrite of the node_ownership Minetest mod with many new features.
GNU Lesser General Public License v2.1
51 stars 52 forks source link

[no squash] Optimizations and code quality improvements #83

Closed Emojigit closed 1 week ago

Emojigit commented 3 weeks ago

This PR optimizes some parts and improves code quality by following lua_api.md recommendations.

Check individual commits for what this PR does and why the changes are made.

For "Prevent saving entities": Due to how static_save = false works, old entities may linger but disappear after punching them or restarting the server again.

This PR is ready for review.

Emojigit commented 3 weeks ago

Other than what I've commented on, I will apply those suggestions later.