aboutsummaryrefslogtreecommitdiff
path: root/builtin/misc_helpers.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Organize builtin into subdirectoriesShadowNinja2014-05-071-428/+0
|
* Fix minetest.rotate_and_place() calling on_rightclick() with nil/random ↵PilzAdam2014-01-191-1/+1
| | | | param for node
* Add formspec tableKahrl2014-01-131-20/+31
|
* Deepcopy pointed_thing for after_place_node, give it to on_rightclick too.Novatux2014-01-111-1/+1
|
* Add protection support to auto-rotated nodesShadowNinja2014-01-061-0/+6
|
* Prevent auto-rotated nodes replacing the nodes they are placed onShadowNinja2014-01-061-66/+74
|
* Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier2013-11-101-0/+56
|
* Add wrapper for minetest.rotate_and_place.4Evergreen42013-11-071-0/+14
|
* Fix orient_flags to be optional.Vanessa Ezekowitz2013-11-061-0/+1
|
* Add 6d facedir rotation prediction routineVanessa Ezekowitz2013-11-061-0/+78
|
* Add translation for main menusapier2013-08-171-2/+34
| | | | Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
* Fix formspec escaping, add escaping to info.txt for texture packs.Novatux2013-08-151-34/+13
|
* merge mainmenu_helper.lua to misc_helpers.luasapier2013-07-221-3/+142
|
* Move math.hypot() to misc_helpers.lua and fix zero-division errorShadowNinja2013-07-071-0/+10
|
* Restore old output format of dump()Diego Martínez2013-06-181-1/+1
|
* Fix crash in dump() when index is a tablekhonkhortisan2013-06-151-1/+1
|
* Split builtin.lua to multiple filesPerttu Ahola2012-04-011-0/+94