Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Decoration: Handle facedir and wallmounted param2types with schematic rotation | kwolekr | 2013-07-08 |
| | |||
* | Decoration: Remove usage of multi-character constants | kwolekr | 2013-07-06 |
| | |||
* | Mapgen V7: Huge rewrite, also tweaks to cavegen et al. | kwolekr | 2013-07-06 |
| | |||
* | Decoration: Add schematic rotation support | kwolekr | 2013-07-01 |
| | |||
* | Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API | kwolekr | 2013-06-27 |
| | |||
* | Add minetest.get_mapgen_object to API | kwolekr | 2013-06-27 |
| | |||
* | Add LuaVoxelManip | kwolekr | 2013-06-27 |
| | |||
* | Decoration: Add support for zero probability, fix breakage from last commit | kwolekr | 2013-06-22 |
| | |||
* | A handful of minor fixes to various things | kwolekr | 2013-06-22 |
| | |||
* | Decoration: Add Schematic decoration type | kwolekr | 2013-06-22 |
| | |||
* | Decoration: Change divlen to sidelen | kwolekr | 2013-06-17 |
| | |||
* | Add initial Decoration support, many misc. improvements & modifications | kwolekr | 2013-06-17 |
| | |||
* | Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams | kwolekr | 2013-05-19 |
| | |||
* | Add param2 field for ores, some minor fixes and misc. code cleanup | kwolekr | 2013-04-07 |
| | |||
* | Add Ore generation flags, implement ore absolute height | kwolekr | 2013-03-31 |
| | |||
* | Increase value range of Ore::clust_scarcity | kwolekr | 2013-03-31 |
| | |||
* | Add Ore infrastructure and l_register_ore() | kwolekr | 2013-03-24 |
| | |||
* | Set of changes to build mineTest using Visual Studio 11.0. These affect | Mukul Sati | 2013-03-24 |
| | | | | | | | | | | | | | the following: 1. String concatenation in guiMainMenu.cpp - it is required for all individual strings to be of the same type <unicode/non-unicode>; adding explicit L qualifier before the other strings. 2. Correcting type of BlockMakeData to struct in place of class forward declarations. This information is used for name decoration by Visual Studio, leading to linker errors in case of mismatches. 3. Windows headers define max as a macro somewhere, leading to a compile time error in profiler.h; using () around function to prevent macro match from occurring. | ||
* | Add jungle grass to jungles | kwolekr | 2013-03-17 |
| | |||
* | Re-add jungles, apple trees | kwolekr | 2013-03-16 |
| | |||
* | Optimize Mapgen::updateLighting(), add setLighting() | kwolekr | 2013-03-15 |
| | |||
* | Clean up Mapgen | kwolekr | 2013-03-11 |
| | |||
* | Add global and per-peer queue limits | kwolekr | 2013-02-25 |
| | |||
* | Add emerge.cpp, initial EmergeThread changes | kwolekr | 2013-02-25 |
| | | | | | | | - Neatly placed all emerge related code into a new file, emerge.cpp - Greatly cleaned up the code in EmergeThread::Thread() - Reworked Emerge queue. Now an actual std::queue of v3s16 block positions - Removed the completely unnecessary map of peer ids requesting blocks | ||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | Fix compile error (MSVC2010). | Ilya Zhuravlev | 2013-02-07 |
| | |||
* | Add flag string settings, flat map option | kwolekr | 2013-02-06 |
| | |||
* | Make mapgen factory setup more elegant, add mapgen_v6.h | kwolekr | 2013-01-23 |
| | |||
* | Use a string identifier for a mapgen instead of version | kwolekr | 2013-01-21 |
| | |||
* | Removed Mapgen V7 for now | kwolekr | 2013-01-21 |
| | |||
* | Fix MapgenV6::getGroundLevelAtPoint() | kwolekr | 2013-01-21 |
| | |||
* | Finish and clean up mapgen configuration | kwolekr | 2013-01-21 |
| | |||
* | Clean up EmergeManager, do initial work on Mapgen configuration | kwolekr | 2013-01-21 |
| | |||
* | Readded and optimized mapgen V6 | kwolekr | 2013-01-21 |
| | |||
* | The new mapgen, noise functions, et al. | kwolekr | 2013-01-21 |
| | |||
* | L-System treegen | RealBadAngel | 2012-12-30 |
| | |||
* | Optimize headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | 2012-06-05 |
| | | | | GPLv2/later, by agreement of major contributors | ||
* | Generate beaches | Perttu Ahola | 2012-03-29 |
| | |||
* | Add blockseed to on_generated | Perttu Ahola | 2012-03-28 |
| | |||
* | Remove no-op mapgen::add_random_objects | Perttu Ahola | 2012-03-27 |
| | |||
* | Make mapgen generate stuff in chunks of 3^3 mapblocks | Perttu Ahola | 2012-03-27 |
| | |||
* | Add on_generated hook | Perttu Ahola | 2011-11-29 |
| | |||
* | Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵ | Perttu Ahola | 2011-11-29 |
| | | | | wrapper in old code | ||
* | GameDef compiles | Perttu Ahola | 2011-11-29 |
| | |||
* | Adding (most) of the sapling functionality. It has yet to work, since ↵ | Mark Holmquist | 2011-09-23 |
| | | | | MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest. | ||
* | moved mapgen stuff around abit | Perttu Ahola | 2011-06-25 |
| | |||
* | moved map generator to separate source files | Perttu Ahola | 2011-06-25 |