minetest/builtin/common
Aaron Suen 0df646e068 Fix rotate_node to return the correct itemstack.
All on_* hooks that return an itemstack are NOT guaranteed to
modify and return the original stack.  We cannot count on the
behavior of the existing builtin definitions not to be overridden
by game/mod logic.
2019-10-13 17:11:00 +02:00
..
after.lua Optimize core.after in a simple way (#8351) 2019-03-27 21:05:50 +01:00
async_event.lua Use "core" namespace internally 2014-05-08 13:02:04 -04:00
chatcommands.lua Also print help commands to chat for server terminal (#8869) 2019-09-19 00:37:56 +02:00
filterlist.lua Add luacheck to check builtin (#7895) 2019-08-06 19:30:18 +01:00
information_formspecs.lua Also print help commands to chat for server terminal (#8869) 2019-09-19 00:37:56 +02:00
misc_helpers.lua Fix rotate_node to return the correct itemstack. 2019-10-13 17:11:00 +02:00
serialize.lua Add luacheck to check builtin (#7895) 2019-08-06 19:30:18 +01:00
strict.lua [CSM] Improve security for client-sided mods (#5100) 2017-03-13 23:56:05 +01:00
vector.lua Use vector.dot and vector.cross in vector.angle 2019-07-16 21:44:42 +02:00