aboutsummaryrefslogtreecommitdiff
path: root/src/script
AgeCommit message (Expand)Author
2021-05-10Add on_object_hp_change callback and nametag imagesElias Fleckenstein
2021-05-10Add on_object_properties_change callbackElias Fleckenstein
2021-05-10Add ClientObjectRef:set_propertiesElias Fleckenstein
2021-05-10Add ClientObjectRef.get_propertiesElias Fleckenstein
2021-03-26Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-03-26Add ClientObjectRef:removeElias Fleckenstein
2021-03-23Fix broken `BiomeGen` abstraction (#11107)sfan5
2021-03-20Schematic: Properly deal with before/after node resolving and document (#11011)SmallJoker
2021-03-11Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclientElias Fleckenstein
2021-03-11Add noise to client CSM APIElias Fleckenstein
2021-03-10Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclientElias Fleckenstein
2021-03-10Update .wielded command to output the entire itemstring; add LocalPlayer:get_...Elias Fleckenstein
2021-03-10Merge branch 'master' of https://github.com/EliasFleckenstein03/dragonfireclientElias Fleckenstein
2021-03-10CSM: Use server-like (and safe) HTTP API instead of Mainmenu-likeElias Fleckenstein
2021-03-09Use place_param2 client-side for item appearance & prediction (#11024)sfan5
2021-03-04Protect mg_name and mg_flags from being set by Lua (#11010)sfan5
2021-03-01Settings: Push groups in to_table as wellSmallJoker
2021-02-18Port formspec API from waspsalivaElias Fleckenstein
2021-02-18Forcefully place items when minetest.place_node is usedElias Fleckenstein
2021-02-17Add nametag background setting and object property (#10937)rubenwardy
2021-02-17Fix short_description fallback order (#10943)rubenwardy
2021-02-12Attempt to fix SEGFAULT in push_inventoryElias Fleckenstein
2021-02-10Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-02-07Use consistent temp folder path (#10892)rubenwardy
2021-02-06Reduce ore noise_parms error to deprecation warning (#10921)rubenwardy
2021-02-02Drop wide/narrow conversion functionssfan5
2021-02-01Revise dynamic_add_media API to better accomodate future changessfan5
2021-01-31Preserve immortal group for players when damage is disabledsfan5
2021-01-31Cache client IP in RemoteClient so it can always be retrieved (#10887)sfan5
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-29Settings: Purge getDefault, clean FontEngineSmallJoker
2021-01-29Settings: Proper priority hierarchySmallJoker
2021-01-22Remove dead code (#10845)rubenwardy
2021-01-22Use JSON for favorites, move server list code to Lua (#10085)rubenwardy
2021-01-21MgOre: Fix invalid field polymorphism (#10846)rubenwardy
2021-01-21Removed some obsolete code (#10562)Zughy
2021-01-21ObjectRef: fix some v3f checks (#10602)Zughy
2021-01-11Implement on_rightclickplayer callback (#10775)JDiaz
2021-01-07Fix line containing only whitespaceElias Fleckenstein
2021-01-07Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-01-07Add minetest.interactElias Fleckenstein
2021-01-07Add minetest.registered_items and minetest.registered_nodes (Doesn't do anyth...Elias Fleckenstein
2021-01-04ContentDB: Add overwrite dialog when content is already installed (#10768)rubenwardy
2021-01-02Add on_deactivate callback for luaentities (#10723)hecks
2020-12-29Add minetest.get_objects_in_area (#10668)Elias Fleckenstein
2020-12-24Fix minetest.is_nanLars Mueller
2020-12-24Fix some minor code issues all over the placesfan5
2020-12-23Fix unsafe cast in l_objectrubenwardy