aboutsummaryrefslogtreecommitdiff
path: root/builtin/common/misc_helpers.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add /emergeblocks command and core.emerge_area() Lua APIkwolekr2015-09-231-0/+30
* Allow random menu images for subgamessfan52015-07-211-1/+15
* Fix wrong replace from previous commitest312015-06-021-2/+2
* Localize inside whole misc_helpers.luaest312015-06-011-21/+22
* Server: announce MIN/MAX protocol version supported to serverlist. Client: ch...est312015-02-181-2/+6
* Fix crash on passing false as value in table to table.copy(t)est312015-02-141-3/+2
* Simplify deleteblocks chat command argument parsingkwolekr2015-01-151-2/+39
* Fix off-by-one error in `string:split` implementation.Diego Martínez2015-01-041-1/+1
* Faster string.split implementation.Diego Martinez2014-12-281-22/+22
* Revert "Adjust the values of dirs1 and dirs2 so that rotate_and_place orients...Craig Robbins2014-12-121-2/+2
* Fix undeclared globals in functions and shorten lines in misc_helpers.lua.paramat2014-12-111-6/+9
* Add Lua helper functions vector.apply(v) math.sign(x, tolerance)SmallJoker2014-12-061-0/+11
* Add minetest.copy_table(table) To get rid off the "table references"SmallJoker2014-11-271-0/+12
* Adjust the values of dirs1 and dirs2 so that rotate_and_place orients texture...dvere2014-11-251-2/+2
* Fix dump() indentation with non-tab indentsShadowNinja2014-11-081-1/+1
* Add last_login field to auth.txtRyan Newell2014-11-081-4/+24
* Make dump's output prettierShadowNinja2014-09-211-21/+76
* Add srollbar formspec elementsapier2014-07-161-23/+34
* Rework dumping functionsShadowNinja2014-05-241-46/+68
* Use "core" namespace internallyShadowNinja2014-05-081-35/+29
* Organize builtin into subdirectoriesShadowNinja2014-05-071-0/+428