aboutsummaryrefslogtreecommitdiff
path: root/builtin/game (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* /privs: Delimit output list of privs with commas (#9224)ANAND2019-12-201-1/+1
* Builtin: Make dropped light_source nodes glow (#9200)Wuzzy2019-12-191-0/+3
* Make core.item_place_node return position of placed node. (#7713)Bluebird2019-12-181-8/+8
* Correct documentation around minetest.item_placesfan52019-12-161-0/+2
* Use a safer implementation of gsub in core.chat_format_message (#9133)ANAND2019-11-251-8/+22
* Improve documentation around banning (#9088)sfan52019-11-051-4/+4
* Builtin: Improve /clearobjects message (#9084)Alistair Findlay2019-11-021-2/+2
* Change some usages of "deprecated" to "obsolete" (#9062)random-geek2019-10-292-5/+5
* Merge pull request #8166 from Warr1024/fix7020Warr10242019-10-051-1/+12
* Allow grep-ing for on_grant and on_revoke (#8958)DS2019-09-291-0/+2
* Rename "private messages" to "direct messages" (#8971)Hugo Locurcio2019-09-221-3/+3
* Punchwear (improved) (#8959)sfan52019-09-221-0/+12
* Fix AreaStore's IDs persistence (#8888)SmallJoker2019-09-211-0/+1
* Formspecs: Introduce formspec_version to modsSmallJoker2019-09-141-0/+1
* Force item entities out of solid nodes (simpler) (#8885)sfan52019-09-041-0/+91
* Fix default hand definition not using wieldhand.pngWuzzy2019-08-231-0/+1
* Add player knockback on punch to builtinsfan52019-08-102-0/+47
* Allow customizing chat message format (#8529)ANAND2019-08-082-21/+46
* Fix usage of wrong variable in builtin chat command handling (#8762)Beha2019-08-071-1/+1
* Add luacheck to check builtin (#7895)rubenwardy2019-08-067-56/+46
* Group "immortal" also protects players from damageWuzzy2019-08-011-3/+4
* Check for 'action' field in ABMs & LBMsSmallJoker2019-07-271-0/+2
* Add /help formspec for commands and privileges (#8385)SmallJoker2019-07-201-0/+1
* Docs: Clarify where to check for 'protection_bypass' (#8675)SmallJoker2019-07-141-7/+2
* Save forceloaded blocks file periodically (#8535)Thomas Rudin2019-06-101-2/+33
* HTTP API: Allow binary downloads and headers (#8573)SmallJoker2019-06-061-0/+1
* builtin/../register.lua: Abort make_wrap_deregistration if param is invalidANAND2019-05-041-3/+10
* 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