aboutsummaryrefslogtreecommitdiff
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Redo light.cpp.Auke Kok2016-12-281-2/+2
* Process ABMs in a spherical volume instead of cubicLars Hofhansl2016-12-241-1/+1
* Final update to credits before releaseCraig Robbins2016-12-221-0/+1
* Builtin/../falling.lua: Avoid crash when object pos over limitparamat2016-12-211-1/+3
* Disable mod security by default (closes #4944)sfan52016-12-211-1/+1
* Mapgen: Make mgv7 the default in UIAuke Kok2016-12-161-1/+1
* Cavegen: Wider tunnels in mgflat, mgfractal, mgvalleysparamat2016-12-141-3/+3
* Mgv7: Change default cave width to 0.09sfan52016-12-131-1/+1
* Mod dependency lists: Should have platform-independent line breakingBernardo Sulzbach2016-12-121-0/+1
* Setting limits: Fix message text in advanced settings tabRogier2016-12-121-2/+2
* View range: Set maximum to 4000 nodesRogier2016-12-121-2/+1
* Update credits (#4827)Zeno-2016-12-071-8/+5
* Fog: Make fraction of visible distance at which fog starts configurableLars Hofhansl2016-12-071-0/+3
* Don't send a join message in singleplayer mode.red-0012016-12-031-1/+3
* Allow restricting detached inventories to one playersfan52016-11-281-2/+2
* Make supplying empty formspec strings close the formspec (#4737)orwell962016-11-231-0/+4
* Tool break: Reduce gain of break soundsparamat2016-11-201-1/+1
* Builtin/../item: Enable tool breaking soundsAuke Kok2016-11-181-0/+3
* Introduce builtin_shared and use it to fix #4778est312016-11-163-5/+13
* Mgv7: Add optional floatlands, disabled by defaultparamat2016-11-151-4/+20
* Revert "Adding particle blend, glow and animation (#4705)"sfan52016-11-141-37/+0
* Adding particle blend, glow and animation (#4705)Foghrye42016-11-151-0/+37
* Rename nodeupdate and nodeupdate_single and make them part of the official APIest312016-11-141-15/+31
* Builtin/../falling: Fix bugs caused by 'ignore' nodesparamat2016-11-071-14/+19
* Privileges: Only give singleplayer 4 basic privsWuzzy2016-11-071-11/+39
* Separate optional from required mod dependencies in main menu (#4721)Wuzzy2016-11-053-17/+39
* Add debug priv, and allow player to display the scene as wire-frame. (#4709)lhofhansl2016-11-041-1/+4
* Add version APIShadowNinja2016-10-311-1/+2