]> git.lizzy.rs Git - minetest.git/history - src/script/lua_api/l_nodemeta.cpp
Make MapEditEvent more complete
[minetest.git] / src / script / lua_api / l_nodemeta.cpp
2022-12-24 Jude Melton-HoughtonMake MapEditEvent more complete
2022-11-15 Jude Melton-HoughtonAdd MetaDataRef:get_keys (#12841)
2022-10-04 Jude Melton-HoughtonConsolidate API object code (#12728)
2022-09-26 Jude Melton-HoughtonAvoid duplication of mod metadata in memory (#12562)
2022-05-29 sfan5Fix use-after-free in node meta cleanup
2022-05-29 sfan5Get rid of node metadata when it becomes empty
2022-03-29 DSFix the documentation of InvRef:get_lists() and clean...
2021-10-12 SmallJokerRemove a few unused functions reported by callcatcher...
2021-05-30 sfan5script: Replace calls to depreated luaL_openlib
2020-04-11 sfan5Implement minetest.sound_fade()
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-04-30 rubenwardyMetaDataRef: Add contains() and get() (#7214)
2018-02-18 sfan5Check argument types inside MetaDataRef Lua API (#7045)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-06-22 red-001Fix CSM crash caused by move to C++11. (#6027)
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-05-10 sfan5Private nodemeta (#5702)
2017-04-25 Loïc BlotFix various points reported by cppcheck (#5656)
2017-04-09 Dániel JuhászHardware coloring for itemstacks
2017-04-08 Loïc BlotReplace luaL_reg with luaL_Reg as recent LuaJIT dropped...
2017-04-04 red-001[CSM] Add local node meta reference. (#5508)
2017-02-04 rubenwardyDerive NodeMetaRef from MetaDataRef
2017-02-04 rubenwardyMake NodeMetaRef::getmeta a non-static member
2017-01-28 SmallJokerfrom_table: Fix crash for missing inventory or field
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-08 Loic BlotMove ServerEnvironment to dedicated cpp/header files
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-09-19 est31Various style cleanups + unused code removal
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
2015-05-18 kwolekrRecord MapBlock modification reasons as flags instead...
2013-11-30 MetaDuckyFixed potential NULL pointer and leak when setting...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)