aboutsummaryrefslogtreecommitdiff
path: root/builtin/game (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add player inventory callbacksSmallJoker2018-04-021-0/+2
* ObjectRef: Add add_velocity() (#3208)you2018-03-311-1/+1
* core.rotate_node: Do not trigger after_place_node (#6900)SmallJoker2018-03-291-2/+3
* Optional alpha channel support for entitiesstujones112018-03-291-0/+1
* Add reasons to on_dieplayer and on_hpchangeAndrew Ward2018-03-281-3/+3
* is_area_protected: Rename from intersects_protection (#7073)SmallJoker2018-02-251-8/+12
* /shutdown can't do countdown when using reconnect and/or shutdown message (#7...dopik2018-02-191-1/+1
* Fix "Ignoring CONTENT_IGNORE redefinition" warning (#4393)you2018-02-181-1/+9
* Add `on_auth_fail` callback (#7039)red-0012018-02-151-0/+1
* Item entity: Delete in 'ignore' nodesparamat2018-02-131-3/+9
* Falling.lua: Delete falling node entities on contact with 'ignore'paramat2018-02-131-1/+6
* Add minetest.is_player (#7013)you2018-02-051-5/+13
* Item entity: Prevent motion in ignore nodesparamat2018-02-051-3/+3
* Add kill chat command (#6992)Wuzzy2018-02-041-4/+35
* Make chat command + privilege help slightly more accurate (#6964)Wuzzy2018-01-292-23/+28
* Intersects_protection(): Move from Minetest Game to builtin (#6952)Paramat2018-01-231-1/+65
* Add callback to preserve node metadata as item metadataashtrayoz2017-12-142-1/+29
* Builtin: Fix handle_node_drops crash with nil diggerSmallJoker2017-12-121-1/+2
* Auth handler: Player deletion & Iterator (#6741)sfan52017-12-061-0/+18
* Make core.auth_table private and structure builtin/auth.luasfan52017-12-011-41/+45
* Clearobjects: Send progress messages to terminal using actionstreamparamat2017-11-241-3/+3
* Sounds: Add falling node soundsAuke Kok2017-11-141-1/+5
* Make use of safe file writing in auth handler (fixes #6576)sfan52017-11-081-6/+5
* Item entities: Enable item collision detection for sudden movementDTA72017-11-061-18/+15
* Fix default item callbacks to work with nil users (#5819)raymoo2017-10-282-61/+91
* Do not grant all privs to the admin - changes game behavior (#6460)lhofhansl2017-10-072-1/+11
* Implement mod communication channels (#6351)Loïc Blot2017-09-261-0/+1
* Customizeable max breath for players (#6411)SmallJoker2017-09-152-32/+29
* Item drop: Tune to land exactly 2 nodes away with level view (#6410)Paramat2017-09-131-3/+3
* Allow the join/leave message to be overridden by mods.red-0012017-09-111-7/+15
* Fix dropped item look (#6370)you2017-09-111-12/+15
* Fix crash on revocation of removed privilegerubenwardy2017-09-081-2/+3
* Prevent /spawnentity from spawning unknown entity (#6388)Wuzzy2017-09-081-0/+3
* Implement minetest.register_can_bypass_userlimit (#6369)Loïc Blot2017-09-042-0/+6
* Remove nodeupdate and nodeupdate_singleRui2017-08-301-16/+0
* Zoom: Move enabling zoom to a new player object propertyparamat2017-08-301-4/+0
* Fix mistake when calling on_priv_grant/revoke, and document them (#6341)rubenwardy2017-08-291-2/+2
* Lua API: Add function to deregister single biomes (#5445)zeuner2017-08-271-0/+15
* Add on_grant and on_revoke callbacks (#4713)rubenwardy2017-08-263-3/+39
* Check item_drop amount clientside (#6242)rubenwardy2017-08-261-11/+8
* Builtin item: Tidy up (#4370)SmallJoker2017-08-241-147/+128
* Respect object property hp_max field for players (#6287)SmallJoker2017-08-232-19/+34
* Make dropped items colorableDániel Juhász2017-08-141-15/+32
* Add slippery group for nodes (players/items slide)Wuzzy2017-08-131-9/+21
* Abort if static_spawnpoint is an invalid setting instead of just giving an er...Hybrid Dog2017-08-121-8/+6
* Create a filesystem abstraction layer for CSM and only allow accessing files ...red-0012017-06-301-1/+1
* Helper methods for hardware colorization (#5870)Dániel Juhász2017-06-241-0/+12
* Automatic item and node colorization (#5640)Dániel Juhász2017-06-202-7/+49
* Improve chatcommand params consistency (#5985)Ezhh2017-06-151-21/+23
* [CSM] Add function to get player privileges (#5933)red-0012017-06-071-25/+0