Performance fix + SAO factorization
[oweals/minetest.git] / src / nodemetadata.cpp
2016-09-21 sfan5Do not serialize empty NodeMetadata
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-09-19 est31Various style cleanups + unused code removal
2015-08-25 David JonesChange i++ to ++i
2015-05-19 kwolekrReplace instances of std::map<std::string, std::string...
2015-05-05 kwolekrAdd core.find_nodes_with_meta() script API
2015-01-17 sapierFix NodeMetadataList loosing memory on deserialize...
2014-12-12 AntonUse std::string::empty() instead of size() where applicable
2014-11-21 Rafael Reilovaserialize.h: use machine native byte swapping if availa...
2014-05-07 ShadowNinjaAdd a limit to node meta data resolving recursion
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-16 Perttu AholaProperly and efficiently use split utility headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-03 darkroseStrip unneeded variables from NodeMetadata
2012-06-03 KahrlWIP node metadata, node timers
2011-11-30 Perttu AholaMove NodeMetadata prototype containers to content_nodem...
2011-11-29 Perttu AholaMode node definition loading from Lua (still not finish...
2011-11-29 Perttu AholaAdd names to NodeMetadata
2011-11-29 Perttu AholaCreate framework for getting rid of global definitions...
2011-10-16 Perttu AholaSwitch more stuff to use the logging thing and fix...
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-17 Perttu AholaCreated and moved stuff to content_nodemeta.{h,cpp}
2011-06-17 Perttu AholaMoved some mapnode content stuff from mapnode.{h,cpp...
2011-06-16 Perttu Aholahopefully fixed old furnaces taking ridiculous amounts...
2011-06-01 Perttu Aholamore merging - hopefully all spare heads are now gone
2011-06-01 Perttu Aholamerged an old head into main branch
2011-06-01 Perttu AholaMerged CiaranG's fence graphic updates (ugh, well,...
2011-05-31 Perttu AholaReduced server CPU usage on NodeMetadata step()s. Also...
2011-04-07 Perttu AholaSome progress on transitioning from MapBlockObject...
2011-04-05 Perttu Aholafixed the bug of disabled removal of empty chests
2011-04-05 Perttu AholaFurnace is now usable. Added more tools.
2011-04-05 Perttu AholaA more robust format for node metadata
2011-04-04 Perttu Aholainitial workings of the furnace
2011-04-04 Perttu Aholachanged node metadata format to better accomodate futur...
2011-04-04 Perttu AholaChests work now!
2011-04-04 Perttu Aholainitial chest metadata
2011-04-04 Perttu Aholaforgot some files