aboutsummaryrefslogtreecommitdiff
path: root/builtin/game (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add min_y and max_y checks for Active Block Modifiers (ABM) (#11333)sfence2021-06-201-0/+1
* Message for empty list output in /haspriv & /mods (#11149)Wuzzy2021-06-121-4/+14
* falling.lua - Fix Meshnodes Being Too Big (#11307)benrob03292021-06-121-5/+4
* Add metatables to lua vectors (#11039)DS2021-06-046-85/+73
* Use safe_file_write to save forceloaded blockssfan52021-05-301-7/+2
* Fix misleading /shutdown command syntaxWuzzy2021-05-291-8/+42
* Fix rotation for falling mesh degrotate nodes (#11159)Wuzzy2021-04-281-0/+8
* Put torch/signlike node on floor if no paramtype2 (#11074)Wuzzy2021-04-201-9/+6
* Also return the ObjectRef from minetest.spawn_falling_node() (#11184)benrob03292021-04-131-1/+1
* Add entry in features table for degrotate changessfan52021-03-301-0/+1
* Degrotate support for mesh nodes (#7840)Vitaliy2021-03-301-1/+5
* Clean up various misleading and/or confusing messages and texts related to pr...Wuzzy2021-03-292-25/+85
* Translate chatcommand delay message and replace minetest with core (#11113)HybridDog2021-03-261-6/+7
* Builtin: Translatable join, leave, profiler msgs (#11064)Wuzzy2021-03-191-3/+5
* Chatcommands: Show the execution time if the command takes a long time (#10472)HybridDog2021-03-131-2/+18
* Fix misleading chat messages of /clearobjects (#10690)Wuzzy2021-03-081-3/+5
* Predict failing placement of ignore nodesWuzzy2021-03-071-0/+1
* Translate builtin (#10693)Wuzzy2021-03-053-275/+322
* Restructure teleport command code (#9706)HybridDog2021-02-241-92/+82
* Replace deprecated call to add_player_velocity in builtin (#10968)Elias Fleckenstein2021-02-181-1/+1
* Fix short_description fallback order (#10943)rubenwardy2021-02-171-4/+0
* Replace 'minetest.' with 'core.' in builtinrubenwardy2021-02-112-3/+3
* Revise dynamic_add_media API to better accomodate future changessfan52021-02-011-0/+23
* Fix minetest.dig_node returning true when node isn't diggable (#10890)rubenwardy2021-01-311-2/+4
* Rework use_texture_alpha to provide three opaque/clip/blend modessfan52021-01-291-0/+1
* Drop never documented 'alpha' property from nodedefsfan52021-01-291-1/+0
* 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