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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mapgen.h
Age
Commit message (
Expand
)
Author
2017-03-05
Dungeons: Use 'block' instead of 'brick' for nodebox stairs
paramat
2017-01-26
Dungeons: Add nodebox stairs to desert and sandstone dungeons
paramat
2016-12-12
Mapgen: Make mgv7 the default mapgen
paramat
2016-08-04
Mapgen: Remove unused 'flat' and 'trees' flags from mg_flags
paramat
2016-07-03
Add MapSettingsManager and new mapgen setting script API functions
kwolekr
2016-07-03
Mapgen: Refactor mapgen creation and management
kwolekr
2016-06-04
Mapgen: Performance improvement and fixes for updateLiquid (#4065)
MillersMan
2016-06-04
Biomes: Define and use biome_t for biome IDs
kwolekr
2016-06-04
Change internal type for seeds to s32
kwolekr
2016-05-27
Mapgen: Combine dungeon generation code
kwolekr
2016-05-27
Mapgen: Deduplicate common constructor code
kwolekr
2016-05-27
Cavegen: Move V5-style caves to CavesNoiseIntersection
kwolekr
2016-05-27
Fix MgStoneType and BiomeType enum names
kwolekr
2016-05-27
Mapgen: Combine generateBiomes, dustTopNodes, and generateCaves
kwolekr
2016-05-27
Move biome calculation to BiomeGen
kwolekr
2016-02-09
FindSpawnPos: Let mapgens decide what spawn altitude is suitable
paramat
2015-12-07
Mapgen: Add propagate_shadow bool to calcLighting
paramat
2015-11-21
Mapgen: Add global 'decorations' flag
paramat
2015-10-27
Add DISABLE_CLASS_COPY macro (and use it)
kwolekr
2015-10-23
Decoration API: Add flag for placement on liquid surface
paramat
2015-09-07
Mgv5/mgv7 biomes: Reduce heat and humidity noise spreads to former value of 750
paramat
2015-08-16
Remove unused functions.
onkrot
2015-06-30
Biome API: Increase heat and humidity noise spreads to 1000
paramat
2015-06-20
Mapgen objects: Enable heatmap and humidmap for all biome api mapgens
paramat
2015-06-18
Biome API: Add noise defined biome blend
paramat
2015-05-24
Biome API, mgv7: Increase heat/humidity spreads. Improve mgv7 noise parameters
paramat
2015-05-18
Split ObjDef/ObjDefManager out to objdef.cpp
kwolekr
2015-05-17
Mapgen v5/v7: Detect sandstone, enable sandstone brick dungeons
paramat
2015-05-03
ObjDefManager: Set replacement object's handle info after calling set()
kwolekr
2015-04-16
Biomes: Remove referenced biomes from Decorations on clear
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-23
Add core.register_schematic() and cache schematics on use
kwolekr
2015-03-20
Revert "Fix issue #2441: crash on respawn, since a conversion std::list to st...
kwolekr
2015-03-10
Silence Clang warning
ShadowNinja
2015-03-08
Heightmaps: Fix uninitialised values in mgv5/mgv6. findGroundLevel: Return -M...
paramat
2015-03-07
Respect game mapgen flags and save world noise params
ngosang
2015-03-06
Fix mapgen using unitialised height map values
Craig Robbins
2015-03-05
Fix issue #2441: crash on respawn, since a conversion std::list to std::vecto...
Loic Blot
2015-01-05
Shorten ManualMapVoxelManipulator to MMVManip
kwolekr
2015-01-05
Optionally specify propagateSunlight area in calcLighting
kwolekr
2015-01-04
Lighting: Fix nearly all issues
kwolekr
2014-12-29
Mapgen: Use getBlockSeed2() for blockseeds (much better uniformity)
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
Biome API: Reduce heat and humidity persistences to 0.5
paramat
2014-12-09
Biomes: Make biome heat and humidity noise parameters user-configurable
kwolekr
2014-12-06
Add minetest.clear_registered_biomes() api
kwolekr
2014-12-06
Rewrite generate notification mechanism
kwolekr
2014-11-15
Fix double free bug when server is shut down
Craig Robbins
[next]