aboutsummaryrefslogtreecommitdiff
path: root/builtin/misc_helpers.lua
AgeCommit message (Collapse)Author
2014-05-07Organize builtin into subdirectoriesShadowNinja
2014-01-19Fix minetest.rotate_and_place() calling on_rightclick() with nil/random ↵PilzAdam
param for node
2014-01-13Add formspec tableKahrl
2014-01-11Deepcopy pointed_thing for after_place_node, give it to on_rightclick too.Novatux
2014-01-06Add protection support to auto-rotated nodesShadowNinja
2014-01-06Prevent auto-rotated nodes replacing the nodes they are placed onShadowNinja
2013-11-10Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier
2013-11-07Add wrapper for minetest.rotate_and_place.4Evergreen4
2013-11-06Fix orient_flags to be optional.Vanessa Ezekowitz
2013-11-06Add 6d facedir rotation prediction routineVanessa Ezekowitz
2013-08-17Add translation for main menusapier
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
2013-08-15Fix formspec escaping, add escaping to info.txt for texture packs.Novatux
2013-07-22merge mainmenu_helper.lua to misc_helpers.luasapier
2013-07-07Move math.hypot() to misc_helpers.lua and fix zero-division errorShadowNinja
2013-06-18Restore old output format of dump()Diego Martínez
2013-06-15Fix crash in dump() when index is a tablekhonkhortisan
2012-04-01Split builtin.lua to multiple filesPerttu Ahola