aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Block access to the `io` libraryred-0012017-03-191-8/+9
* Give CSM access to use `core.colorize()` (#5113)red-0012017-03-172-31/+32
* Fix two nul deref if digging unknown nodes. (#5398)Auke Kok2017-03-151-2/+2
* [CSM] Add enable_client_modding param (default: false)nerzhul2017-03-131-0/+3
* [CSM] Add `on_punchnode` callbackred-0012017-03-131-2/+1
* [CSM] Add `on_dignode` callback (#5140)red-0012017-03-131-0/+1
* [CSM] Improve security for client-sided mods (#5100)red-0012017-03-133-3/+8
* [CSM] implement client side mod loading (#5123)Loïc Blot2017-03-133-50/+7
* [CSM] Add local formspecs. (#5094)red-0012017-03-134-2/+14
* [CSM] sound_play & sound_stop support + client_lua_api doc (#5096)Loïc Blot2017-03-136-47/+60
* [CSM] Add client-sided chat commands (#5092)red-0012017-03-136-28/+68
* [CSM] Add on_death, on_hp_modification & oh_damage_taken callbacks (#5093)Loïc Blot2017-03-133-14/+30
* [CSM] Client side moddingLoic Blot2017-03-133-0/+87
* Save metainfo for falling nodesVladislav Tsendrovskii2017-03-111-8/+25
* Enable server side occlusion culling by default.Lars Hofhansl2017-03-111-1/+1
* Allow server side occlusion culling.Lars Hofhansl2017-03-111-0/+6
* Climb speed: Increase default setting from 2 to 3paramat2017-03-111-1/+1
* Optimize item.luatenplus12017-03-101-18/+19
* Add minetest.spawn_falling_node(pos) (#5339)zaoqi2017-03-041-0/+14
* Fix crash that can be caused by the shutdown command. (#5292)red-0012017-02-251-1/+2
* Fixes for colorwallmounted and colorfacedir nodesDániel Juhász2017-02-182-3/+6
* Multiplayer menu: fix attempt to open nonexistant imagekilbith2017-02-182-2/+3
* Statbars.lua: Cache enable_damage settingtenplus12017-02-181-5/+5
* Add support for the new arguments of `request_shutdown` to the `/shutdown` ch...red-0012017-02-181-1/+3
* Mainmenu: Brighter text colours for readabilityHybrid Dog2017-02-121-3/+3
* Use tree to list mods rather than textlistrubenwardy2017-02-103-112/+59
* Add textures for air and ignore items (#5196)Wuzzy2017-02-101-4/+4
* Change default nodetimer_interval to 0.2s. (#5193)Auke Kok2017-02-091-1/+1
* Serverlist: Add ping indicators (#5164)kilbith2017-02-033-1/+22
* Make facedir_to_dir and wallmounted_to_dir work with coloured nodes as well. ...Nathanaël Courant2017-01-311-2/+2
* Add console height setting (#5136)Ezhh2017-01-301-0/+3
* Zoom FOV: Reduce minimum zoom FOV to 7 degreesparamat2017-01-231-1/+1
* core: Add dir_to_yaw and yaw_to_dir helpersAuke Kok2017-01-231-0/+8
* Vector: Add vector.sort(a, b): return box edgesAuke Kok2017-01-231-0/+5
* Add show_statusline_on_connect setting (#5084)Loïc Blot2017-01-211-0/+3
* Add chatcommand unregister and override API (#5076)Elijah Duffy2017-01-201-0/+18
* Add minetest.player_exists() (#5064)rubenwardy2017-01-181-5/+8
* Add search to advanced settings (#4806)rubenwardy2017-01-181-6/+114
* Improve priv descriptions (#5047)Ezhh2017-01-171-20/+21
* Remove client-side chat prediction. (#5055)red-0012017-01-171-0/+1
* Adjust formspec spacing on the Client tab of the mainmenurubenwardy2017-01-161-13/+22
* Add keyword based search to serverlistred-0012017-01-158-23/+113
* Documentation: Correct biome heat / humidity noise parametersparamat2017-01-151-2/+2
* Main menu tweaksShadowNinja2017-01-132-5/+4
* Enable mod security by defaultShadowNinja2017-01-131-1/+1
* Add staticdata parameter to add_entity (#5009)Rui2017-01-091-0/+1
* builtin/.../falling.lua: Avoid crash when hitting unknown nodessfan52017-01-091-1/+1
* Make column alignment consistent in advanced settings (#5004)Ezhh2017-01-071-1/+1
* Expose and document chatcommands as minetest.registered_chatcommandsrubenwardy2017-01-041-9/+10
* Fix /grant & /revoke not working with custom auth handler (#4974)Dorian Wouters2016-12-311-2/+2