index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mg_ore.cpp
Commit message (
Collapse
)
Author
Age
*
Initialize noise ptr on creation (fixes crash if OreVein deleted before use)
kwolekr
2015-01-15
|
*
Shorten ManualMapVoxelManipulator to MMVManip
kwolekr
2015-01-05
|
*
Add minetest.generate_ores() and minetest.generate_decorations()
kwolekr
2015-01-04
|
*
Replace instances of height_min/height_max with y_min/y_max to remove ambiguity
kwolekr
2014-12-30
|
*
Ore: Add Vein ore type
kwolekr
2014-12-28
|
*
Ore: Add Blob ore type
kwolekr
2014-12-28
|
*
Redefine NodeResolver interface and replace with callback mechanism
kwolekr
2014-12-27
|
*
Add minetest.clear_registered_decorations() and clear_registered_ores()
kwolekr
2014-12-12
|
*
Remove get_noiseparams function. read_noiseparams should be used from now on
kwolekr
2014-12-10
|
*
Noise: Create a deep copy of NoiseParams
kwolekr
2014-12-10
|
*
Rewrite generate notification mechanism
kwolekr
2014-12-06
|
|
|
|
|
|
|
Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files
*
Fix warnings and other misc. minor changes
kwolekr
2014-11-14
|
*
Add Generator Element Management framework
kwolekr
2014-11-12
|
|
|
|
Add BiomeManager, OreManager, DecorationManager, and SchematicManager
*
Split up mapgen.cpp
kwolekr
2014-11-01