aboutsummaryrefslogtreecommitdiff
path: root/builtin/game
AgeCommit message (Expand)Author
2021-05-11Include tile definitions in get_node_def; Client-side minetest.object_refs tableElias Fleckenstein
2021-03-26Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-03-19Builtin: Translatable join, leave, profiler msgs (#11064)Wuzzy
2021-03-13Chatcommands: Show the execution time if the command takes a long time (#10472)HybridDog
2021-03-08Fix misleading chat messages of /clearobjects (#10690)Wuzzy
2021-03-07Predict failing placement of ignore nodesWuzzy
2021-03-05Translate builtin (#10693)Wuzzy
2021-02-24Restructure teleport command code (#9706)HybridDog
2021-02-18Replace deprecated call to add_player_velocity in builtin (#10968)Elias Fleckenstein
2021-02-17Fix short_description fallback order (#10943)rubenwardy
2021-02-11Replace 'minetest.' with 'core.' in builtinrubenwardy
2021-02-10Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-02-01Revise dynamic_add_media API to better accomodate future changessfan5
2021-01-31Fix minetest.dig_node returning true when node isn't diggable (#10890)rubenwardy
2021-01-29Rework use_texture_alpha to provide three opaque/clip/blend modessfan5
2021-01-29Drop never documented 'alpha' property from nodedefsfan5
2021-01-21Removed some obsolete code (#10562)Zughy
2021-01-11Implement on_rightclickplayer callback (#10775)JDiaz
2021-01-07Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2020-12-22Fix fallnode rotation of wallmounted nodebox/mesh (#10643)Wuzzy
2020-12-12Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2020-12-04Fix certain connected nodeboxes crashing when fallingsfan5
2020-11-28Merged MinetestElias Fleckenstein
2020-11-15Fix falling image of torchlike if paramtype2="none" (#10612)Wuzzy
2020-11-12Copy position for can_digsfan5
2020-11-10Do not set a default for description in itemdef table (#10559)DS
2020-10-18Extended ClientObjectRef; Improved CrystalPvPElias Fleckenstein
2020-10-09Add a short_description to be used by mods (#8980)DS
2020-10-06Add minetest.get_artificial_light and minetest.get_natural_light (#5680)HybridDog
2020-10-04Deprecate get_player_velocity and add_player_velocity (#10173)rubenwardy
2020-10-03Lua API: Add register_on_chatcommand to SSM and CSM (#7862)Elijah Duffy
2020-10-03Chatcommand: Show help message if func returns false without messageHybridDog
2020-08-30Fix #10349 game crashing if dropped an item with undefined light_source (#10351)Pierre-Yves Rollo
2020-08-30Fix dropped craftitems/tools not using light_source values (#9438)LoneWolfHT
2020-08-06Change `last-login` command to show player name in output (#10263)Emojigit
2020-07-30Falling: Fix error caused by missing param2SmallJoker
2020-05-29Add minetest.is_creative_enabledWuzzy
2020-05-27Change item entity collisionbox so that they don't sink into the groundsfan5
2020-05-27Fix falling entity not falling through playerssfan5
2020-05-23Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)sorcerykid
2020-05-19Rework functionality of leveled nodes (#9852)Wuzzy
2020-05-16Error msg if trying to teleport attached player (#9824)Wuzzy
2020-05-14Item Entity: Add message to moveresult assertion (#9797)rubenwardy
2020-05-13Document inf value in rollback commands (#9789)Zughy
2020-05-11Add support for statbar “off state” icons (#9462)Wuzzy
2020-05-06Enable collide_with_objects for falling entitiessfan5
2020-05-06Rewrite falling entity to make use of collision infosfan5
2020-04-28Fix breath_bar scaling; delay breath_bar hiding by one second (#8271)ANAND
2020-04-27Rewrite builtin item entity to use collision infosfan5
2020-04-27Expose collision information to LuaEntity on_stepsfan5