aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add node definitions in Lua and do not use content_mapnode_init anymore ↵Kahrl2011-11-291-2/+1
| | | | (except in test.cpp)
* Make map generator more responsivePerttu Ahola2011-11-291-1/+1
|
* Add reason parameter to setModified and print it out to verbosestream when ↵Perttu Ahola2011-11-291-1/+1
| | | | saving block
* Optimize map generator for the dynamic content ids a bitPerttu Ahola2011-11-291-29/+49
|
* Fix silly misspelling in mapgen that made junglegrass to be CONTENT_IGNOREPerttu Ahola2011-11-291-1/+1
|
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵Perttu Ahola2011-11-291-113/+127
| | | | wrapper in old code
* GameDef compilesPerttu Ahola2011-11-291-5/+9
|
* Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola2011-11-291-0/+1
|
* mobv2Perttu Ahola2011-10-151-0/+2
|
* Fixed merge issues with saplings, ready to pull now!Mark Holmquist2011-09-231-1/+1
|
* Better apple tree generationPerttu Ahola2011-09-211-9/+13
|
* Removed Spacessfan52011-09-111-1/+1
|
* Added Apple Treessfan52011-09-111-3/+15
|
* Hopefully fixed msvc "'sqrt' : ambiguous call to overloaded function"Perttu Ahola2011-08-151-1/+1
|
* modified mapgen to generate less lavaPerttu Ahola2011-08-151-1/+1
|
* lava!Perttu Ahola2011-08-151-0/+10
|
* Fix "integer constant is too large for 'long' type" errorDmitry Marakasov2011-08-021-1/+1
|
* Fixed handling of inventory in creative mode (normal inventory is not ↵Perttu Ahola2011-07-301-0/+45
| | | | trashed anymore), fixed mese pick speed, added some forgotten stuff
* merged jungle and bluish shadowsPerttu Ahola2011-07-231-3/+162
|\
| * Jungle biome/whatever thingPerttu Ahola2011-07-231-4/+164
| |
| * Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-221-1/+1
| |\
* | \ merged the content type extension and deltaPerttu Ahola2011-07-231-17/+75
|\ \ \
| * \ \ merged some stuff from upstream while merging deltaPerttu Ahola2011-07-231-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| * | * regression fix, clay occurs again nowNils Dagsson Moskopp2011-07-151-7/+9
| | |
| * | * possibly nicer treesNils Dagsson Moskopp2011-07-151-2/+2
| | |
| * | Merge branch 'upstream/master'Nils Dagsson Moskopp2011-07-141-23/+79
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: data/oerkki1.png src/client.cpp
| * | | * possible fix for large cubic holes in mapNils Dagsson Moskopp2011-07-131-1/+3
| | | |
| * | | * slightly different values for 3d perlin noiseNils Dagsson Moskopp2011-07-131-3/+3
| | | |
| * | | * regression fix, papyrus should appear again nowNils Dagsson Moskopp2011-07-131-10/+7
| | | |
| * | | backported cactus, papyrus and claySebastian Rühl2011-06-261-10/+67
| | | |
* | | | extended content-type rangePerttu Ahola2011-07-231-53/+53
| |_|/ |/| |
* | | Fixed new map generator causing a crash when generating at map limitPerttu Ahola2011-07-221-1/+1
| |/ |/|
* | fixed block unloading from memory (a better fix coming next)Perttu Ahola2011-06-261-1/+1
| |
* | tuned mapgenPerttu Ahola2011-06-261-51/+31
| |
* | reorganized a lot of stuff and modified mapgen and objects slightly while ↵Perttu Ahola2011-06-261-10/+86
|/ | | | doing it
* moved mapgen stuff around abitPerttu Ahola2011-06-251-19/+33
|
* moved map generator to separate source filesPerttu Ahola2011-06-251-0/+1936