aboutsummaryrefslogtreecommitdiff
path: root/builtin/misc.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix formspec escaping, add escaping to info.txt for texture packs.Novatux2013-08-151-7/+0
* Move math.hypot() to misc_helpers.lua and fix zero-division errorShadowNinja2013-07-071-10/+0
* Add vector helpersShadowNinja2013-07-071-0/+10
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-1/+1
* Prevent passing nil to unpack() in minetest.afterPilzAdam2013-03-191-2/+2
* Allow minetest.after to take a variable number of argumentsJeija2013-03-171-3/+3
* Allow any character in formspec strings with escape charkwolekr2013-03-051-0/+7
* Add ObjRef:is_player() and modify ObjRef:get_player_name() to always return a...Perttu Ahola2012-06-031-1/+1
* Support static_spawnpoint settingPerttu Ahola2012-04-091-0/+32
* Improve doc/lua_api.txt and add minetest.get_item_group(name, group)Perttu Ahola2012-04-091-4/+8
* minetest.get_node_group(name, group)Perttu Ahola2012-04-081-0/+7
* Split builtin.lua to multiple filesPerttu Ahola2012-04-011-0/+58