index
:
dragonfireclient.git
master
on_receive_particlespawner
simple_cheatdb
zoom_priv
luanti cheat client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nodemetadata.cpp
Age
Commit message (
Expand
)
Author
2021-09-10
Send to clients node metadata that changed to become empty (#11597)
Jude Melton-Houghton
2021-04-05
Reserve vectors before pushing and other code quality changes (#11161)
sfan5
2020-10-01
(se)SerializeString: Include max length in the name
SmallJoker
2018-12-04
Send only changed node metadata to clients instead of whole mapblock (#5268)
SmallJoker
2017-08-19
Code modernization: src/n*, src/o* (#6280)
Loïc Blot
2017-05-10
Private nodemeta (#5702)
sfan5
2017-02-04
Derive NodeMetadata from Metadata
rubenwardy
2016-09-21
Do not serialize empty NodeMetadata
sfan5
2015-10-14
Rename macros with two leading underscores
ShadowNinja
2015-10-14
Use warningstream for log messages with WARNING
ShadowNinja
2015-09-19
Various style cleanups + unused code removal
est31
2015-08-25
Change i++ to ++i
David Jones
2015-05-19
Replace instances of std::map<std::string, std::string> with StringMap
kwolekr
2015-05-05
Add core.find_nodes_with_meta() script API
kwolekr
2015-01-17
Fix NodeMetadataList loosing memory on deserialize due to invalid clear map c...
sapier
2014-12-12
Use std::string::empty() instead of size() where applicable
Anton
2014-11-21
serialize.h: use machine native byte swapping if available, fall-back to prev...
Rafael Reilova
2014-05-07
Add a limit to node meta data resolving recursion
ShadowNinja
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2012-06-17
Properly and efficiently use split utility headers
Perttu Ahola
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-06-03
Strip unneeded variables from NodeMetadata
darkrose
2012-06-03
WIP node metadata, node timers
Kahrl
2011-12-01
Move NodeMetadata prototype containers to content_nodemeta.cpp to fix them no...
Perttu Ahola
2011-11-29
Mode node definition loading from Lua (still not finished), fix metadata crea...
Perttu Ahola
2011-11-29
Add names to NodeMetadata
Perttu Ahola
2011-11-29
Create framework for getting rid of global definitions of node/tool/item/what...
Perttu Ahola
2011-10-16
Switch more stuff to use the logging thing and fix segfault on player leave f...
Perttu Ahola
2011-06-18
Created and moved stuff to content_nodemeta.{h,cpp}
Perttu Ahola
2011-06-17
Moved some mapnode content stuff from mapnode.{h,cpp} and digging property st...
Perttu Ahola
2011-06-16
hopefully fixed old furnaces taking ridiculous amounts of cpu and halting the...
Perttu Ahola
2011-05-31
Reduced server CPU usage on NodeMetadata step()s. Also furnace now cooks whil...
Perttu Ahola
2011-04-08
Some progress on transitioning from MapBlockObject to ActiveObject.
Perttu Ahola
2011-04-06
fixed the bug of disabled removal of empty chests
Perttu Ahola
2011-04-05
Furnace is now usable. Added more tools.
Perttu Ahola
2011-04-05
A more robust format for node metadata
Perttu Ahola
2011-04-05
initial workings of the furnace
Perttu Ahola
2011-04-05
changed node metadata format to better accomodate future needs and problems
Perttu Ahola
2011-04-04
Chests work now!
Perttu Ahola
2011-04-04
initial chest metadata
Perttu Ahola
2011-04-04
forgot some files
Perttu Ahola