aboutsummaryrefslogtreecommitdiff
path: root/builtin/game (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Removed some obsolete code (#10562)Zughy2021-01-213-35/+1
* Implement on_rightclickplayer callback (#10775)JDiaz2021-01-111-0/+1
* Fix fallnode rotation of wallmounted nodebox/mesh (#10643)Wuzzy2020-12-221-13/+27
* Fix certain connected nodeboxes crashing when fallingsfan52020-12-041-1/+1
* Fix falling image of torchlike if paramtype2="none" (#10612)Wuzzy2020-11-151-1/+8
* Copy position for can_digsfan52020-11-121-1/+2
* Do not set a default for description in itemdef table (#10559)DS2020-11-101-3/+1
* Add a short_description to be used by mods (#8980)DS2020-10-091-0/+6
* Add minetest.get_artificial_light and minetest.get_natural_light (#5680)HybridDog2020-10-061-0/+6
* Deprecate get_player_velocity and add_player_velocity (#10173)rubenwardy2020-10-041-0/+1
* Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy2020-10-032-0/+6
* Chatcommand: Show help message if func returns false without messageHybridDog2020-10-031-2/+11
* Fix #10349 game crashing if dropped an item with undefined light_source (#10351)Pierre-Yves Rollo2020-08-301-1/+2
* Fix dropped craftitems/tools not using light_source values (#9438)LoneWolfHT2020-08-301-1/+1
* Change `last-login` command to show player name in output (#10263)Emojigit2020-08-061-2/+2
* Falling: Fix error caused by missing param2SmallJoker2020-07-301-0/+1
* Add minetest.is_creative_enabledWuzzy2020-05-292-1/+7
* Change item entity collisionbox so that they don't sink into the groundsfan52020-05-271-6/+1
* Fix falling entity not falling through playerssfan52020-05-271-1/+1
* Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)sorcerykid2020-05-234-4/+19
* Rework functionality of leveled nodes (#9852)Wuzzy2020-05-191-15/+43
* Error msg if trying to teleport attached player (#9824)Wuzzy2020-05-161-0/+12
* Item Entity: Add message to moveresult assertion (#9797)rubenwardy2020-05-141-1/+3
* Document inf value in rollback commands (#9789)Zughy2020-05-131-2/+2
* Add support for statbar “off state” icons (#9462)Wuzzy2020-05-111-0/+4
* Enable collide_with_objects for falling entitiessfan52020-05-061-2/+21
* Rewrite falling entity to make use of collision infosfan52020-05-061-66/+128
* Fix breath_bar scaling; delay breath_bar hiding by one second (#8271)ANAND2020-04-282-14/+24
* Rewrite builtin item entity to use collision infosfan52020-04-271-48/+56
* Expose collision information to LuaEntity on_stepsfan52020-04-271-0/+1
* builtin: Correctly indicate failure in /spawnentitysfan52020-04-271-2/+3
* Add new command /revokeme <priv> (#9584)David Leal2020-04-261-42/+61
* Add default stack size setting (#8873)SmallJoker2020-04-131-3/+5
* Builtin: Make item entities glow less (#9594)sfan52020-04-041-1/+1
* Fix some chatcommands not returning a value (#9503)Wuzzy2020-03-141-0/+3
* Fix pathfinder bugs: returning nil frequently, broken A*, jump through solid ...Wuzzy2020-03-051-0/+1
* Move core.get_connected_players() implementation to C++sfan52020-02-231-16/+0
* Falling nodes: Add support for facedir, colorfacedir, wallmounted, colorwallm...Wuzzy2020-02-221-6/+128
* Builtin: Fix error by digging unknown nodesSmallJoker2020-02-161-1/+1
* Convert sound_play uses in builtin to ephemeralsfan52020-02-012-5/+11
* Let node 'place' and 'dug' sounds be heard by other playerssfan52020-02-011-4/+20
* Fix item eat sound not played if last item (#9239)Wuzzy2019-12-241-1/+1
* /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