summaryrefslogtreecommitdiff
path: root/src/mapgen.h
Commit message (Collapse)AuthorAge
* Add param2 field for ores, some minor fixes and misc. code cleanupkwolekr2013-04-07
|
* Add Ore generation flags, implement ore absolute heightkwolekr2013-03-31
|
* Increase value range of Ore::clust_scarcitykwolekr2013-03-31
|
* Add Ore infrastructure and l_register_ore()kwolekr2013-03-24
|
* Set of changes to build mineTest using Visual Studio 11.0. These affectMukul Sati2013-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 jungleskwolekr2013-03-17
|
* Re-add jungles, apple treeskwolekr2013-03-16
|
* Optimize Mapgen::updateLighting(), add setLighting()kwolekr2013-03-15
|
* Clean up Mapgenkwolekr2013-03-11
|
* Add global and per-peer queue limitskwolekr2013-02-25
|
* Add emerge.cpp, initial EmergeThread changeskwolekr2013-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 YearsSfan52013-02-24
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
|
* Fix compile error (MSVC2010).Ilya Zhuravlev2013-02-07
|
* Add flag string settings, flat map optionkwolekr2013-02-06
|
* Make mapgen factory setup more elegant, add mapgen_v6.hkwolekr2013-01-23
|
* Use a string identifier for a mapgen instead of versionkwolekr2013-01-21
|
* Removed Mapgen V7 for nowkwolekr2013-01-21
|
* Fix MapgenV6::getGroundLevelAtPoint()kwolekr2013-01-21
|
* Finish and clean up mapgen configurationkwolekr2013-01-21
|
* Clean up EmergeManager, do initial work on Mapgen configurationkwolekr2013-01-21
|
* Readded and optimized mapgen V6kwolekr2013-01-21
|
* The new mapgen, noise functions, et al.kwolekr2013-01-21
|
* L-System treegenRealBadAngel2012-12-30
|
* Optimize headersPerttu Ahola2012-06-17
|
* Properly and efficiently use split utility headersPerttu Ahola2012-06-17
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Generate beachesPerttu Ahola2012-03-29
|
* Add blockseed to on_generatedPerttu Ahola2012-03-28
|
* Remove no-op mapgen::add_random_objectsPerttu Ahola2012-03-27
|
* Make mapgen generate stuff in chunks of 3^3 mapblocksPerttu Ahola2012-03-27
|
* Add on_generated hookPerttu Ahola2011-11-29
|
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵Perttu Ahola2011-11-29
| | | | wrapper in old code
* GameDef compilesPerttu Ahola2011-11-29
|
* Adding (most) of the sapling functionality. It has yet to work, since ↵Mark Holmquist2011-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 abitPerttu Ahola2011-06-25
|
* moved map generator to separate source filesPerttu Ahola2011-06-25