summaryrefslogtreecommitdiff
path: root/src/mapgen/mg_ore.cpp
Commit message (Expand)AuthorAge
* Spacing fixesShadowNinja2022-04-08
* Fix warnings about an unused variables and implicit conversion (#10586)red-0012020-11-12
* Allow more than 255 biomes, document new maximum (#9855)Paramat2020-05-20
* Allow ObjDefManager instances to be clonedsfan52020-05-05
* Fix build on gcc 5.0 (#7586)zeuner2018-07-26
* Vein ore: Fix bug caused by changing perlinmap Y size (#7371)Paramat2018-05-24
* Fix many issues reported by clang-tidy (#7189)Loïc Blot2018-04-02
* Mapgen folder: Update and improve copyright information of filesparamat2018-01-15
* Stratum ore: Add option for a constant thickness stratumparamat2017-11-19
* Move files to subdirectories (#6599)Vitaliy2017-11-08
ntMap rendering code for a bit more performancePerttu Ahola2012-09-04 * Improve node timer format (map format version 25) and update mapformat.txtPerttu Ahola2012-07-24 * Fix map deserialization and remove old serialization codePerttu Ahola2012-07-23 * Increase node id/param0 to 16 bits, leaving param2 always with 8 bitsdarkrose2012-07-23 * Implement node timersdarkrose2012-07-23 * Properly and efficiently use split utility headersPerttu Ahola2012-06-17 * Update and fix doc/mapformat.txt; make current format more solid in mapblock.cppPerttu Ahola2012-06-08 * Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-05 * Add ignore_world_load_errors configuration option and provide better error me...Perttu Ahola2012-06-04 * WIP node metadata, node timersKahrl2012-06-03 * Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update u...Perttu Ahola2012-03-29 * MapBlockMesh, mesh animation system, urgent mesh updates, athmospheric light,...Kahrl2012-03-15 * Cleanup (some stuff went wrong when reverting 4-byte mapnodes); fix legacy_wa...Kahrl2012-01-22 * Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-22 *