aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api
AgeCommit message (Collapse)Author
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
specifically: after the peer has already disappeared
2021-01-29Settings: Proper priority hierarchySmallJoker
Remove old defaults system Introduce priority-based fallback list Use new functions for map_meta special functions Change groups to use end tags Unittest changes: * Adapt unittest to the new code * Compare Settings objects
2021-01-22Use JSON for favorites, move server list code to Lua (#10085)rubenwardy
Co-authored-by: sfan5 <sfan5@live.de>
2021-01-21MgOre: Fix invalid field polymorphism (#10846)rubenwardy
2021-01-21Removed some obsolete code (#10562)Zughy
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2021-01-21ObjectRef: fix some v3f checks (#10602)Zughy
2021-01-07Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-01-07Add minetest.interactElias 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-23Fix unsafe cast in l_objectrubenwardy
2020-12-19Add open user data button to main menu (#10579)rubenwardy
2020-12-11World Cheats improvements; Add BlockLava; Readd minetest.request_http_api ↵Elias Fleckenstein
for Compatibility
2020-12-01CheatDB Support & Enable/Disable CSMs in Main MenuElias Fleckenstein
2020-11-28Merged MinetestElias Fleckenstein
2020-11-28Fixed crash when attempting to access nonexistant inventory from Lua APIElias Fleckenstein
2020-11-26Added ClientObjectRef:get_hp()Elias Fleckenstein
2020-11-23LocalPlayer:set_physics_override; minetest.register_on_recieve_physics_overrideElias Fleckenstein
2020-11-15lua-api: fix get/set_pitchcorarona
2020-11-10ObjectRef: Re-add legacy code for set_physics_override (#10585)SmallJoker
These arguments are used at least by MTG beds and homedecor_common. A deprecation warning is shown to safely remove it in a future release.
2020-11-05Run Lint Script05-11-2020Elias Fleckenstein
2020-11-05Merge pull request #10 from corarona/masterElias Fleckenstein
lua api: set_pitch and make_screenshot
2020-11-05add LUA_FCTcorarona
2020-11-05Several EnhancementsElias Fleckenstein
2020-11-05api-screenshot: change function name to make_screenshotcorarona
2020-11-04Fix ObjectRef errors due to lua_isnil() (#10564)Zughy
Treat 'none' values as 'nil'
2020-11-04Fix and run the Lint autocorrect scriptElias Fleckenstein
2020-11-04Merge branch 'master' into masterElias Fleckenstein
2020-11-04Revert "Make Lint Happy"Elias Fleckenstein
This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4.
2020-11-04Merge branch 'master' into masterElias Fleckenstein
2020-11-04Make Lint HappyElias Fleckenstein
2020-11-04Moved Killaura to Lua; Added ForceField; Added Friendlist; Added ↵Elias Fleckenstein
ClientObjectRef:is_local_player(); Documented LocalPlayer:get_object()
2020-11-01Fix incorrect deprecation hintsSmallJoker
"good" and "bad" were swapped in the process, resulting in wrong deprecation messages
2020-10-31Fix segfault in deprecation logging due to tail call, log by default (#10174)rubenwardy
2020-10-27lua api: add set/get_pitchcorarona
2020-10-27lua api: add core.take_screenshot()cora
2020-10-22Clean up l_object.cpp (#10512)Zughy
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2020-10-21Added Strip, AutoRefill, indexing for InventoryActions and Wield Index ↵Elias Fleckenstein
starts at 1 now
2020-10-19Added ThroughWalls, InventoryActions API and AutoTotemElias Fleckenstein
2020-10-18Extended ClientObjectRef; Improved CrystalPvPElias Fleckenstein
2020-10-18Another Lint commitElias Fleckenstein
2020-10-18Lint is still not happy...Elias Fleckenstein
2020-10-18Replaced spaces with tabsElias Fleckenstein
2020-10-18Replaced spaces with tabsElias Fleckenstein
2020-10-18Added the API additions from waspsalivaElias Fleckenstein
2020-10-18Lint is bitchElias Fleckenstein