index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mg_decoration.h
Age
Commit message (
Expand
)
Author
2017-10-09
Simple decorations: Add 'param2_max' parameter for random param2
paramat
2017-09-17
Biome API: Revert biomes, decos, ores being relative to water level
paramat
2017-09-10
Schematic decorations: Add 'place_offset_y' placement parameter
paramat
2017-08-18
Modernize various files (src/m*) (#6267)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-07-11
Biomes/decorations/ores: Make relative to 'water_level' setting
paramat
2017-06-18
Cpp11 patchset 11: continue working on constructor style migration (#6004)
Loïc Blot
2017-06-04
C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)
Loïc Blot
2017-05-26
Mapgen files: Update and correct copyright credits
paramat
2016-12-07
Simple deco: Allow setting param2 value on placement
Auke Kok
2016-09-14
Decorations: Generalise 'spawn by' to be used by all decoration types
paramat
2016-08-10
Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...
Ner'zhul
2015-11-09
Convert usages of PseudoRandom to PcgRandom for ore and deco placement
kwolekr
2015-10-23
Decoration API: Add flag for placement on liquid surface
paramat
2015-08-23
Clean up threading
ShadowNinja
2015-05-18
Split ObjDef/ObjDefManager out to objdef.cpp
kwolekr
2015-04-17
Schematics: Remove referenced schematics from Decorations on clear
kwolekr
2015-04-16
Schematics: Refactor NodeResolver and add NodeResolveMethod
kwolekr
2015-03-31
ObjDefManager, Mapgen SAPI: Huge refactoring
kwolekr
2015-03-31
GenElementManager: Pass opaque handles to Lua and rename to ObjDefManager
kwolekr
2015-03-15
mg_decoration: Raise highest allowed deco top to max edge of voxelmanip
paramat
2015-03-06
Biome API: Enable decorations placed on water
paramat
2015-01-05
Shorten ManualMapVoxelManipulator to MMVManip
kwolekr
2015-01-04
Add minetest.generate_ores() and minetest.generate_decorations()
kwolekr
2014-12-30
Replace instances of height_min/height_max with y_min/y_max to remove ambiguity
kwolekr
2014-12-28
Decoration: Add height_min and height_max parameters
kwolekr
2014-12-27
Redefine NodeResolver interface and replace with callback mechanism
kwolekr
2014-12-12
Add minetest.clear_registered_decorations() and clear_registered_ores()
kwolekr
2014-12-10
Remove get_noiseparams function. read_noiseparams should be used from now on
kwolekr
2014-12-08
Fix struct vs. class in forward declarations
Kahrl
2014-12-06
Rewrite generate notification mechanism
kwolekr
2014-11-12
Add Generator Element Management framework
kwolekr
2014-11-01
Split up mapgen.cpp
kwolekr