Performance fix + SAO factorization
[oweals/minetest.git] / src / mg_decoration.cpp
2016-12-07 Auke KokSimple deco: Allow setting param2 value on placement
2016-09-14 paramatDecorations: Generalise 'spawn by' to be used by all...
2016-08-10 Ner'zhulPermit usage of std::unordered_map & std::unorderered_s...
2016-08-05 paramatDecorations: Fix decoration height check errors
2016-03-04 paramatDecoration API: Allow force_placement of simple decorations
2015-11-14 paramatDecoration API: Fix missing low density decorations
2015-11-09 kwolekrConvert usages of PseudoRandom to PcgRandom for ore...
2015-11-05 kwolekrSchematics: Add core.place_schematic_on_vmanip API
2015-10-23 paramatDecoration API: Add flag for placement on liquid surface
2015-09-26 paramatDecorations: Remove error message 'chunksize not divisa...
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-07-08 paramatBiome API decorations: 'spawnby' searches a 3D neighbou...
2015-06-15 paramatBiome API: Enable biome generation to lower world limit
2015-05-07 kwolekrNodeResolver: Remove NodeResolveMethod
2015-04-29 kwolekrFix MSVC compatibility
2015-04-23 paramatDecoSchematic: Fix missing trees in rough terrain
2015-04-17 kwolekrSchematics: Remove referenced schematics from Decoratio...
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-15 paramatmg_decoration: Raise highest allowed deco top to max...
2015-03-06 paramatBiome API: Enable decorations placed on water
2015-01-05 kwolekrShorten ManualMapVoxelManipulator to MMVManip
2015-01-05 kwolekrAdd minetest.generate_ores() and minetest.generate_deco...
2014-12-30 kwolekrReplace instances of height_min/height_max with y_min...
2014-12-29 kwolekrDecoration: Add height_min and height_max parameters
2014-12-27 kwolekrRedefine NodeResolver interface and replace with callba...
2014-12-12 AntonUse std::string::empty() instead of size() where applicable
2014-12-12 kwolekrAdd minetest.clear_registered_decorations() and clear_r...
2014-12-10 kwolekrRemove get_noiseparams function. read_noiseparams shoul...
2014-12-06 kwolekrRewrite generate notification mechanism
2014-11-13 kwolekrAdd Generator Element Management framework
2014-11-01 kwolekrSplit up mapgen.cpp