summaryrefslogtreecommitdiff
path: root/builtin/game
AgeCommit message (Expand)Author
2019-02-12Statbars: Reduce initial update intervalSmallJoker
2019-01-19Remove incorrect feature flag (#8086)Paul Ouellette
2018-12-10Add eat sound (#7956)Wuzzy
2018-11-13Rename hasprivs command to haspriv (#7860)Ezhh
2018-10-10 Add core.remove_detached_inventory (#7684)SmallJoker
2018-08-30get_node_drops: Make empty drop return empty table (#7592)tenplus1
2018-08-12Feature check for commit ac4884c3d677ef51bcce47f95ccd49d874022692 (#7618)zeuner
2018-08-05Replace auth.txt with SQLite auth database (#7279)Ben Deutsch
2018-07-17Builtin: Replace deprecated function calls (#7561)SmallJoker
2018-07-16Check if player exists on use of /privs (#7554)ClobberXD
2018-07-09core.spawn_falling_node: Keep metadata (#7476)SmallJoker
2018-07-09Builtin/../misc.lua: Replace minetest. with core., improve codestyle (#7540)ClobberXD
2018-07-01Make the server status message customizable (#7357)SmallJoker
2018-06-30Log usage of /pulverize (#7503)Anand S
2018-06-12Add hasprivs chat command (#7336)Anand S
2018-06-11Fix the /shutdown command (#7431)SmallJoker
2018-06-10Fix typo (GH#7421)number Zero
2018-06-06CSM/SSM: Add on_mods_loaded callback (#7411)Loïc Blot
2018-05-20Fix missing ignore textures (#7326)you
2018-05-20Small usage changes for air and ignore items (#7305)Wuzzy
2018-04-19Builtin auth handler: Speed up file writing (#7252)SmallJoker
2018-04-02Add player inventory callbacksSmallJoker
2018-03-31ObjectRef: Add add_velocity() (#3208)you
2018-03-29core.rotate_node: Do not trigger after_place_node (#6900)SmallJoker
2018-03-29Optional alpha channel support for entitiesstujones11
2018-03-28Add reasons to on_dieplayer and on_hpchangeAndrew Ward
2018-02-25is_area_protected: Rename from intersects_protection (#7073)SmallJoker
2018-02-19/shutdown can't do countdown when using reconnect and/or shutdown message (#7...dopik
2018-02-18Fix "Ignoring CONTENT_IGNORE redefinition" warning (#4393)you
2018-02-15Add `on_auth_fail` callback (#7039)red-001
2018-02-13Item entity: Delete in 'ignore' nodesparamat
2018-02-13Falling.lua: Delete falling node entities on contact with 'ignore'paramat
2018-02-05Add minetest.is_player (#7013)you
2018-02-05Item entity: Prevent motion in ignore nodesparamat
2018-02-04Add kill chat command (#6992)Wuzzy
2018-01-29Make chat command + privilege help slightly more accurate (#6964)Wuzzy
2018-01-23Intersects_protection(): Move from Minetest Game to builtin (#6952)Paramat
2017-12-14Add callback to preserve node metadata as item metadataashtrayoz
2017-12-12Builtin: Fix handle_node_drops crash with nil diggerSmallJoker
2017-12-06Auth handler: Player deletion & Iterator (#6741)sfan5
2017-12-01Make core.auth_table private and structure builtin/auth.luasfan5
2017-11-24Clearobjects: Send progress messages to terminal using actionstreamparamat
2017-11-14Sounds: Add falling node soundsAuke Kok
2017-11-08Make use of safe file writing in auth handler (fixes #6576)sfan5
2017-11-06Item entities: Enable item collision detection for sudden movementDTA7
2017-10-28Fix default item callbacks to work with nil users (#5819)raymoo
2017-10-07Do not grant all privs to the admin - changes game behavior (#6460)lhofhansl
2017-09-26Implement mod communication channels (#6351)Loïc Blot
2017-09-15Customizeable max breath for players (#6411)SmallJoker
2017-09-13Item drop: Tune to land exactly 2 nodes away with level view (#6410)Paramat