aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_nodemeta.cpp
AgeCommit message (Expand)Author
2022-12-24Make MapEditEvent more completeJude Melton-Houghton
2022-11-15Add MetaDataRef:get_keys (#12841)Jude Melton-Houghton
2022-10-04Consolidate API object code (#12728)Jude Melton-Houghton
2022-09-26Avoid duplication of mod metadata in memory (#12562)Jude Melton-Houghton
2022-05-29Fix use-after-free in node meta cleanupsfan5
2022-05-29Get rid of node metadata when it becomes emptysfan5
2022-03-29Fix the documentation of InvRef:get_lists() and clean up code (#12150)DS
2021-10-12Remove a few unused functions reported by callcatcher (#11658)SmallJoker
2021-05-30script: Replace calls to depreated luaL_openlibsfan5
2020-04-11Implement minetest.sound_fade()sfan5
2019-09-24Fix some reference counters (memleak) (#8981)SmallJoker
2018-12-04Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker
2018-06-30Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot
2018-04-30MetaDataRef: Add contains() and get() (#7214)rubenwardy
2018-02-18Check argument types inside MetaDataRef Lua API (#7045)sfan5
2017-08-19Code modernization: subfolders (#6283)Loïc Blot
2017-08-18Optimize headers (part 2) (#6272)Loïc Blot
2017-06-22Fix CSM crash caused by move to C++11. (#6027)red-001
2017-06-19C++11 cleanup on constructors (#6000)Vincent Glize
2017-05-10Private nodemeta (#5702)sfan5
2017-04-25Fix various points reported by cppcheck (#5656)Loïc Blot
2017-04-08Hardware coloring for itemstacksDániel Juhász
2017-04-08Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot
2017-04-04[CSM] Add local node meta reference. (#5508)red-001
2017-02-04Derive NodeMetaRef from MetaDataRefrubenwardy
2017-02-04Make NodeMetaRef::getmeta a non-static memberrubenwardy
2017-01-28from_table: Fix crash for missing inventory or fieldSmallJoker
2017-01-09Environment & IGameDef code refactoring (#4985)Ner'zhul
2017-01-08Move ServerEnvironment to dedicated cpp/header filesLoic Blot
2015-10-25SAPI: Mark all Lua API functions requiring envlockkwolekr
2015-09-19Various style cleanups + unused code removalest31
2015-05-19Replace instances of std::map<std::string, std::string> with StringMapkwolekr
2015-05-17Record MapBlock modification reasons as flags instead of stringskwolekr
2013-11-29Fixed potential NULL pointer and leak when setting node metadataMetaDucky
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-05-25Move scriptapi to separate folder (by sapier)sapier