Commit History

Author SHA1 Message Date
  paramat 27144b4716 Biome API: Revert biomes, decos, ores being relative to water level 7 years ago
  paramat 51002b1629 Schematic decorations: Add 'place_offset_y' placement parameter 7 years ago
  Loïc Blot c427533389 Modernize various files (src/m*) (#6267) 7 years ago
  Loïc Blot 921151d97a C++ modernize: Pragma once (#6264) 7 years ago
  paramat 8299e4b67e Biomes/decorations/ores: Make relative to 'water_level' setting 7 years ago
  Loïc Blot 4faaadc8d5 Cpp11 patchset 11: continue working on constructor style migration (#6004) 7 years ago
  Loïc Blot a98baef5e4 C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821) 7 years ago
  paramat 210a339dce Mapgen files: Update and correct copyright credits 7 years ago
  Auke Kok 2e69711613 Simple deco: Allow setting param2 value on placement 8 years ago
  paramat b88595050f Decorations: Generalise 'spawn by' to be used by all decoration types 8 years ago
  Ner'zhul 058a869b70 Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers (#4430) 8 years ago
  kwolekr f3ac2517ea Convert usages of PseudoRandom to PcgRandom for ore and deco placement 9 years ago
  paramat 59fa117d13 Decoration API: Add flag for placement on liquid surface 9 years ago
  ShadowNinja e4bff8be94 Clean up threading 9 years ago
  kwolekr 6c5a6967ec Split ObjDef/ObjDefManager out to objdef.cpp 9 years ago
  kwolekr 406d9ba87b Schematics: Remove referenced schematics from Decorations on clear 9 years ago
  kwolekr 479f38973e Schematics: Refactor NodeResolver and add NodeResolveMethod 9 years ago
  kwolekr 337e79c656 ObjDefManager, Mapgen SAPI: Huge refactoring 9 years ago
  kwolekr ed10005d38 GenElementManager: Pass opaque handles to Lua and rename to ObjDefManager 9 years ago
  paramat 89217faec5 mg_decoration: Raise highest allowed deco top to max edge of voxelmanip 9 years ago
  paramat c7454d4732 Biome API: Enable decorations placed on water 9 years ago
  kwolekr 2d849b0a19 Shorten ManualMapVoxelManipulator to MMVManip 9 years ago
  kwolekr bdcf03ae36 Add minetest.generate_ores() and minetest.generate_decorations() 9 years ago
  kwolekr 9b0d77a549 Replace instances of height_min/height_max with y_min/y_max to remove ambiguity 10 years ago
  kwolekr 863379a4c6 Decoration: Add height_min and height_max parameters 10 years ago
  kwolekr b67f37f27e Redefine NodeResolver interface and replace with callback mechanism 10 years ago
  kwolekr cf8213ea82 Add minetest.clear_registered_decorations() and clear_registered_ores() 10 years ago
  kwolekr cfba55ba0a Remove get_noiseparams function. read_noiseparams should be used from now on 10 years ago
  Kahrl 0183c05ee0 Fix struct vs. class in forward declarations 10 years ago
  kwolekr 5062b99cb0 Rewrite generate notification mechanism 10 years ago