aboutsummaryrefslogtreecommitdiff
path: root/builtin/game
AgeCommit message (Expand)Author
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
2017-09-11Allow the join/leave message to be overridden by mods.red-001
2017-09-11Fix dropped item look (#6370)you
2017-09-08Fix crash on revocation of removed privilegerubenwardy
2017-09-08Prevent /spawnentity from spawning unknown entity (#6388)Wuzzy
2017-09-04Implement minetest.register_can_bypass_userlimit (#6369)Loïc Blot
2017-08-30Remove nodeupdate and nodeupdate_singleRui
2017-08-30Zoom: Move enabling zoom to a new player object propertyparamat
2017-08-29Fix mistake when calling on_priv_grant/revoke, and document them (#6341)rubenwardy
2017-08-27Lua API: Add function to deregister single biomes (#5445)zeuner
2017-08-26Add on_grant and on_revoke callbacks (#4713)rubenwardy
2017-08-26Check item_drop amount clientside (#6242)rubenwardy
2017-08-24Builtin item: Tidy up (#4370)SmallJoker
2017-08-23Respect object property hp_max field for players (#6287)SmallJoker
2017-08-14Make dropped items colorableDániel Juhász
2017-08-13Add slippery group for nodes (players/items slide)Wuzzy
2017-08-12Abort if static_spawnpoint is an invalid setting instead of just giving an er...Hybrid Dog
2017-06-30Create a filesystem abstraction layer for CSM and only allow accessing files ...red-001
2017-06-24Helper methods for hardware colorization (#5870)Dániel Juhász
2017-06-20Automatic item and node colorization (#5640)Dániel Juhász
2017-06-15Improve chatcommand params consistency (#5985)Ezhh
2017-06-07[CSM] Add function to get player privileges (#5933)red-001
2017-06-02Remove “inf” argument from shutdown command help (#5880)Wuzzy
2017-05-20Add /clearinv chat command (#4994)Elijah Duffy
2017-05-06Use a settings object for the main settingsShadowNinja
2017-04-23Player data to Database (#5475)Loïc Blot
2017-04-22Add /fixlight chat commandDániel Juhász