aboutsummaryrefslogtreecommitdiff
path: root/src/nodemetadata.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move NodeMetadata prototype containers to content_nodemeta.cpp to fix them ↵Perttu Ahola2011-12-011-3/+0
| | | | not being filled correctly on some systems and compilers
* Mode node definition loading from Lua (still not finished), fix metadata ↵Perttu Ahola2011-11-291-9/+8
| | | | creation from name
* Add names to NodeMetadataPerttu Ahola2011-11-291-6/+44
|
* Create framework for getting rid of global definitions of ↵Perttu Ahola2011-11-291-5/+6
| | | | node/tool/item/whatever types
* Switch more stuff to use the logging thing and fix segfault on player leave ↵Perttu Ahola2011-10-161-4/+5
| | | | from server as introduced in a previous switch-to-logging commit
* Created and moved stuff to content_nodemeta.{h,cpp}Perttu Ahola2011-06-181-295/+1
|
* Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵Perttu Ahola2011-06-171-0/+1
| | | | stuff from material.cpp to content_mapnode.{h,cpp}
* hopefully fixed old furnaces taking ridiculous amounts of cpu and halting ↵Perttu Ahola2011-06-161-2/+13
| | | | the server
* Reduced server CPU usage on NodeMetadata step()s. Also furnace now cooks ↵Perttu Ahola2011-05-311-73/+82
| | | | while no players are near it.
* Some progress on transitioning from MapBlockObject to ActiveObject.Perttu Ahola2011-04-081-0/+9
|
* fixed the bug of disabled removal of empty chestsPerttu Ahola2011-04-061-3/+3
|
* Furnace is now usable. Added more tools.Perttu Ahola2011-04-051-3/+16
| | | | | | --HG-- rename : data/tool_stpick.png => data/tool_stonepick.png rename : data/tool_wpick.png => data/tool_woodpick.png
* A more robust format for node metadataPerttu Ahola2011-04-051-11/+27
|
* initial workings of the furnacePerttu Ahola2011-04-051-5/+150
|
* changed node metadata format to better accomodate future needs and problemsPerttu Ahola2011-04-051-16/+87
|
* Chests work now!Perttu Ahola2011-04-041-2/+19
|
* initial chest metadataPerttu Ahola2011-04-041-0/+28
|
* forgot some filesPerttu Ahola2011-04-041-0/+204