| Commit message (Expand) | Author | Age |
... | |
* | Fix mapgen block_is_underground heuristic | Perttu Ahola | 2012-03-27 |
* | Tune mapgen | Perttu Ahola | 2012-03-27 |
* | Re-implement and re-tune mapgen v2 | Perttu Ahola | 2012-03-27 |
* | Remove no-op mapgen::add_random_objects | Perttu Ahola | 2012-03-27 |
* | Fix inexistent_top_provides_sunlight heuristic in make_block and remove clitc... | Perttu Ahola | 2012-03-27 |
* | Do post-mapgen lighting using the VoxelManipulator-based functions (causes gl... | Perttu Ahola | 2012-03-27 |
* | voxalgo::clearLightAndCollectSources | Perttu Ahola | 2012-03-27 |
* | Fix tree generation density for different mapgen chunk sizes | Perttu Ahola | 2012-03-27 |
* | Make mapgen generate stuff in chunks of 3^3 mapblocks | Perttu Ahola | 2012-03-27 |
* | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl | 2012-01-22 |
* | Add node definitions in Lua and do not use content_mapnode_init anymore (exce... | Kahrl | 2011-11-29 |
* | Make map generator more responsive | Perttu Ahola | 2011-11-29 |
* | Add reason parameter to setModified and print it out to verbosestream when sa... | Perttu Ahola | 2011-11-29 |
* | Optimize map generator for the dynamic content ids a bit | Perttu Ahola | 2011-11-29 |
* | Fix silly misspelling in mapgen that made junglegrass to be CONTENT_IGNORE | Perttu Ahola | 2011-11-29 |
* | Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter w... | Perttu Ahola | 2011-11-29 |
* | GameDef compiles | Perttu Ahola | 2011-11-29 |
* | Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuff | Perttu Ahola | 2011-11-29 |
* | mobv2 | Perttu Ahola | 2011-10-15 |
* | Fixed merge issues with saplings, ready to pull now! | Mark Holmquist | 2011-09-23 |
* | Better apple tree generation | Perttu Ahola | 2011-09-21 |
* | Removed Spaces | sfan5 | 2011-09-11 |
* | Added Apple Trees | sfan5 | 2011-09-11 |
* | Hopefully fixed msvc "'sqrt' : ambiguous call to overloaded function" | Perttu Ahola | 2011-08-15 |
* | modified mapgen to generate less lava | Perttu Ahola | 2011-08-15 |
* | lava! | Perttu Ahola | 2011-08-15 |
* | Fix "integer constant is too large for 'long' type" error | Dmitry Marakasov | 2011-08-02 |
* | Fixed handling of inventory in creative mode (normal inventory is not trashed... | Perttu Ahola | 2011-07-30 |
* | merged jungle and bluish shadows | Perttu Ahola | 2011-07-23 |
|\ |
|
| * | Jungle biome/whatever thing | Perttu Ahola | 2011-07-23 |
| * | Merge branch 'upstream/master' | Nils Dagsson Moskopp | 2011-07-22 |
| |\ |
|
* | \ | merged the content type extension and delta | Perttu Ahola | 2011-07-23 |
|\ \ \ |
|
| * \ \ | merged some stuff from upstream while merging delta | Perttu Ahola | 2011-07-23 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| * | | * regression fix, clay occurs again now | Nils Dagsson Moskopp | 2011-07-15 |
| * | | * possibly nicer trees | Nils Dagsson Moskopp | 2011-07-15 |
| * | | Merge branch 'upstream/master' | Nils Dagsson Moskopp | 2011-07-14 |
| |\ \ |
|
| * | | | * possible fix for large cubic holes in map | Nils Dagsson Moskopp | 2011-07-13 |
| * | | | * slightly different values for 3d perlin noise | Nils Dagsson Moskopp | 2011-07-13 |
| * | | | * regression fix, papyrus should appear again now | Nils Dagsson Moskopp | 2011-07-13 |
| * | | | backported cactus, papyrus and clay | Sebastian Rühl | 2011-06-26 |
* | | | | extended content-type range | Perttu Ahola | 2011-07-23 |
| |_|/
|/| | |
|
* | | | Fixed new map generator causing a crash when generating at map limit | Perttu Ahola | 2011-07-22 |
| |/
|/| |
|
* | | fixed block unloading from memory (a better fix coming next) | Perttu Ahola | 2011-06-26 |
* | | tuned mapgen | Perttu Ahola | 2011-06-26 |
* | | reorganized a lot of stuff and modified mapgen and objects slightly while doi... | Perttu Ahola | 2011-06-26 |
|/ |
|
* | moved mapgen stuff around abit | Perttu Ahola | 2011-06-25 |
* | moved map generator to separate source files | Perttu Ahola | 2011-06-25 |