aboutsummaryrefslogtreecommitdiff
path: root/builtin/game (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-152-5/+16
* Hardware coloring for itemstacksDániel Juhász2017-04-081-9/+22
* Move chat command handling code from C++ to Lua (#5528)red-0012017-04-081-3/+12
* Map generation limit: Make per-worldparamat2017-03-271-1/+1
* Change command prefix to "." and add "help" command.red-0012017-03-261-55/+0
* Give CSM access to use `core.colorize()` (#5113)red-0012017-03-171-31/+0
* Fix two nul deref if digging unknown nodes. (#5398)Auke Kok2017-03-151-2/+2
* [CSM] sound_play & sound_stop support + client_lua_api doc (#5096)Loïc Blot2017-03-132-44/+1
* [CSM] Add client-sided chat commands (#5092)red-0012017-03-132-28/+2
* Save metainfo for falling nodesVladislav Tsendrovskii2017-03-111-8/+25
* 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
* 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
* Add textures for air and ignore items (#5196)Wuzzy2017-02-101-4/+4
* Make facedir_to_dir and wallmounted_to_dir work with coloured nodes as well. ...Nathanaël Courant2017-01-311-2/+2
* core: Add dir_to_yaw and yaw_to_dir helpersAuke Kok2017-01-231-0/+8
* Add chatcommand unregister and override API (#5076)Elijah Duffy2017-01-201-0/+18
* Add minetest.player_exists() (#5064)rubenwardy2017-01-181-5/+8
* Improve priv descriptions (#5047)Ezhh2017-01-171-20/+21
* Remove client-side chat prediction. (#5055)red-0012017-01-171-0/+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
* 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
* Builtin/../falling.lua: Avoid crash when object pos over limitparamat2016-12-211-1/+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
* 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
* Add debug priv, and allow player to display the scene as wire-frame. (#4709)lhofhansl2016-11-041-1/+4
* Chat commands: Trim whitespaces from input of `/privs` commandred-0012016-10-201-4/+5
* Builtin/../chatcommands: Add /grantme commandred-0012016-10-161-38/+56
* Builtin/../falling.lua: Code optimisationtenplus12016-10-141-15/+15
* VoxelArea: faster iter function (#4490)HybridDog2016-10-081-13/+36
* Builtin/falling: Add fallback vector in case of nil 'wallmounted to dir'paramat2016-10-031-1/+5
* Forceloading: Transient forceloadsraymoo2016-10-031-9/+30
* Fix typo in core.after (#4560)Rui2016-10-011-1/+1
* Builtin: Change error to warning for light_source > 14paramat2016-09-211-1/+3
* Register.lua: Throw error if node 'light_source' > core.LIGHT_MAXparamat2016-09-172-0/+8
* Add minetest.unregister_item and minetest.register_alias_forcepaly22016-09-081-0/+38
* Builtin: Disallow registering users with the same nameSmallJoker2016-08-291-0/+16
* Move on join and on leave messages to lua (#4460)Xunto2016-08-221-3/+11