aboutsummaryrefslogtreecommitdiff
path: root/builtin/game (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add sounds for falling and attached nodes (#7719)DS2019-03-051-1/+9
* Statbars: Reduce initial update intervalSmallJoker2019-02-121-40/+38
* Remove incorrect feature flag (#8086)Paul Ouellette2019-01-191-1/+0
* Add eat sound (#7956)Wuzzy2018-12-101-0/+5
* Rename hasprivs command to haspriv (#7860)Ezhh2018-11-131-6/+6
* Add core.remove_detached_inventory (#7684)SmallJoker2018-10-101-0/+4
* get_node_drops: Make empty drop return empty table (#7592)tenplus12018-08-301-1/+1
* Feature check for commit ac4884c3d677ef51bcce47f95ccd49d874022692 (#7618)zeuner2018-08-121-0/+1
* Replace auth.txt with SQLite auth database (#7279)Ben Deutsch2018-08-051-82/+37
* Builtin: Replace deprecated function calls (#7561)SmallJoker2018-07-176-19/+19
* Check if player exists on use of /privs (#7554)ClobberXD2018-07-161-1/+4
* core.spawn_falling_node: Keep metadata (#7476)SmallJoker2018-07-091-19/+13
* Builtin/../misc.lua: Replace minetest. with core., improve codestyle (#7540)ClobberXD2018-07-091-10/+12
* Make the server status message customizable (#7357)SmallJoker2018-07-012-1/+11
* Log usage of /pulverize (#7503)Anand S2018-06-301-2/+5
* Add hasprivs chat command (#7336)Anand S2018-06-121-1/+26
* Fix the /shutdown command (#7431)SmallJoker2018-06-111-6/+8
* Fix typo (GH#7421)number Zero2018-06-101-1/+1
* CSM/SSM: Add on_mods_loaded callback (#7411)Loïc Blot2018-06-061-0/+1
* Fix missing ignore textures (#7326)you2018-05-201-9/+1
* Small usage changes for air and ignore items (#7305)Wuzzy2018-05-202-7/+17
* Builtin auth handler: Speed up file writing (#7252)SmallJoker2018-04-191-3/+3
* 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