aboutsummaryrefslogtreecommitdiff
path: root/src/content_mapnode.cpp
AgeCommit message (Collapse)Author
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
- Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes.
2012-01-12The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
2011-11-29Add node definitions in Lua and do not use content_mapnode_init anymore ↵Kahrl
(except in test.cpp)
2011-11-29Make liquid_alternative_* to be stringsPerttu Ahola
2011-11-29Store metadata as metadata name in node definitionPerttu Ahola
2011-11-29Actually fill in the NewNameGetter names to allow map generator operation ↵Perttu Ahola
and crafting
2011-11-29Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵Perttu Ahola
wrapper in old code
2011-11-29Node definition namesPerttu Ahola
2011-11-29Add name field to ContentFeaturesPerttu Ahola
2011-11-29Remove burn time definitions from FurnaceNodeMetadataPerttu Ahola
2011-11-29Move cook result properly to ContentFeaturesPerttu Ahola
2011-11-29Saner sized saplingPerttu Ahola
2011-11-29Clean nodefeat and content_mapnode a bitPerttu Ahola
2011-11-29Fix NDT_PLANTLIKE scaling to always keep the bottom at ground levelPerttu Ahola
2011-11-29Clean mapnode.h and fix other files accordinglyPerttu Ahola
2011-11-29Completely generalized mesh generation; ContentFeatures serializationPerttu Ahola
2011-11-29Remove commented out codePerttu Ahola
2011-11-29Prepare more for node definition serializationPerttu Ahola
2011-11-29Better node texture generationPerttu Ahola
2011-11-29Make fence post selection box smaller and create code to allow node ↵Perttu Ahola
placement to the side of a static box
2011-11-29Tune gravel and picksPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of ↵Perttu Ahola
node/tool/item/whatever types
2011-11-29Tune the tool speed thingPerttu Ahola
2011-11-29New kind of tool speed and wear calculation thingyPerttu Ahola
2011-11-29Generalize selection boxesPerttu Ahola
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-11-08Fix water-glass and water-lava surfacesPerttu Ahola
2011-11-03Add option to set water opaque (mainly for stylistic choice)Perttu Ahola
2011-10-18Improve rendering and fix tiling in mesh generationPerttu Ahola
2011-10-18Automate texture listing for texture atlas makingPerttu Ahola
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-09-26Merge remote-tracking branch 'marktraceur/master'Perttu Ahola
2011-09-26Merge branch 'view_bobbing_and_vielded_tool'Perttu Ahola
2011-09-23Fixed merge issues with saplings, ready to pull now!Mark Holmquist
2011-09-23Adding (most) of the sapling functionality. It has yet to work, since ↵Mark Holmquist
MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest.
2011-09-22added locking chests - clean patchdarkrose
2011-09-19Wielded tool updates, leaves and glass work nowKahrl
2011-09-11Removed Spacessfan5
2011-09-11Added Apple Treessfan5
2011-09-07Removed unused camera_position and camera_direction fields from Client. ↵Kahrl
Moved ClientEnvironment::drawPostFx to ClientMap::renderPostFx -- this will make the camera management classes easier to write, as ClientMap already knows the camera position but ClientEnvironment doesn't and has to be told about it. This also eliminates the need for Client::getEnv(). Made the post effect color a content feature defined in content_mapnode.h.
2011-09-07Add note about trans_table_19.Perttu Ahola
2011-09-06Fix some texture stuff: remove item_fence.png, use fence.png, remove ↵Perttu Ahola
inexisting cactus.png from texture atlas (replace with nothing because cactus is rare)
2011-08-23Lava is now better visible inside water. (a crappy hack)Perttu Ahola
2011-08-16Viscous fluidsGiuseppe Bilotta
2011-08-15Non-vertex-alpha texture material for lavaPerttu Ahola
2011-08-15Added #define WATER_ALPHA in content_mapnode.cppPerttu Ahola
2011-08-15tuned lava/universal damage codePerttu Ahola
2011-08-15lava!Perttu Ahola
2011-08-01* less clumsy ladder texture, based on railsNils Dagsson Moskopp