index
:
dragonfireclient.git
master
on_receive_particlespawner
simple_cheatdb
zoom_priv
luanti cheat client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mg_ore.cpp
Age
Commit message (
Expand
)
Author
2016-02-23
Sheet Ore: Eliminate crash caused by PcgRandom range max < min
paramat
2015-11-09
Convert usages of PseudoRandom to PcgRandom for ore and deco placement
kwolekr
2015-09-19
Blob ore: Fix partial blobs
paramat
2015-09-17
Ore: Add puff ore type
kwolekr
2015-09-13
Ore: Add ore sheet column height range selection
kwolekr
2015-08-29
Ores: change ore chance in clusters to better respect clust_num_ores for dens...
Gael-de-Sailly
2015-04-20
Fix sign-compare compiler warnings in mg_ore.cpp
ShadowNinja
2015-04-20
Ore: Add biomes parameter
kwolekr
2015-04-16
Schematics: Refactor NodeResolver and add NodeResolveMethod
kwolekr
2015-03-31
GenElementManager: Pass opaque handles to Lua and rename to ObjDefManager
kwolekr
2015-03-22
Add support for the PCG32 PRNG algo (and associated script APIs)
kwolekr
2015-01-15
Initialize noise ptr on creation (fixes crash if OreVein deleted before use)
kwolekr
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
Ore: Add Vein ore type
kwolekr
2014-12-28
Ore: Add Blob ore type
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-10
Noise: Create a deep copy of NoiseParams
kwolekr
2014-12-06
Rewrite generate notification mechanism
kwolekr
2014-11-14
Fix warnings and other misc. minor changes
kwolekr
2014-11-12
Add Generator Element Management framework
kwolekr
2014-11-01
Split up mapgen.cpp
kwolekr