summaryrefslogtreecommitdiff
path: root/src/mapgen.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.
2011-11-29Add node definitions in Lua and do not use content_mapnode_init anymore ↵Kahrl
(except in test.cpp)
2011-11-29Make map generator more responsivePerttu Ahola
2011-11-29Add reason parameter to setModified and print it out to verbosestream when ↵Perttu Ahola
saving block
2011-11-29Optimize map generator for the dynamic content ids a bitPerttu Ahola
2011-11-29Fix silly misspelling in mapgen that made junglegrass to be CONTENT_IGNOREPerttu Ahola
2011-11-29Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵Perttu Ahola
wrapper in old code
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-10-15mobv2Perttu Ahola
2011-09-23Fixed merge issues with saplings, ready to pull now!Mark Holmquist
2011-09-21Better apple tree generationPerttu Ahola
2011-09-11Removed Spacessfan5
2011-09-11Added Apple Treessfan5
2011-08-15Hopefully fixed msvc "'sqrt' : ambiguous call to overloaded function"Perttu Ahola
2011-08-15modified mapgen to generate less lavaPerttu Ahola
2011-08-15lava!Perttu Ahola
2011-08-02Fix "integer constant is too large for 'long' type" errorDmitry Marakasov
2011-07-30Fixed handling of inventory in creative mode (normal inventory is not ↵Perttu Ahola
trashed anymore), fixed mese pick speed, added some forgotten stuff
2011-07-23merged jungle and bluish shadowsPerttu Ahola
2011-07-23merged the content type extension and deltaPerttu Ahola
2011-07-23extended content-type rangePerttu Ahola
2011-07-23merged some stuff from upstream while merging deltaPerttu Ahola
2011-07-23Jungle biome/whatever thingPerttu Ahola
2011-07-22Merge branch 'upstream/master'Nils Dagsson Moskopp
2011-07-22Fixed new map generator causing a crash when generating at map limitPerttu Ahola
2011-07-15* regression fix, clay occurs again nowNils Dagsson Moskopp
2011-07-15* possibly nicer treesNils Dagsson Moskopp
2011-07-14Merge branch 'upstream/master'Nils Dagsson Moskopp
Conflicts: data/oerkki1.png src/client.cpp
2011-07-13* possible fix for large cubic holes in mapNils Dagsson Moskopp
2011-07-13* slightly different values for 3d perlin noiseNils Dagsson Moskopp
2011-07-13* regression fix, papyrus should appear again nowNils Dagsson Moskopp
2011-06-26fixed block unloading from memory (a better fix coming next)Perttu Ahola
2011-06-26tuned mapgenPerttu Ahola
2011-06-26reorganized a lot of stuff and modified mapgen and objects slightly while ↵Perttu Ahola
doing it
2011-06-26backported cactus, papyrus and claySebastian Rühl
2011-06-25moved mapgen stuff around abitPerttu Ahola
2011-06-25moved map generator to separate source filesPerttu Ahola