aboutsummaryrefslogtreecommitdiff
path: root/src/noise.h
AgeCommit message (Expand)Author
2022-11-09Fix typos and en_US/en_GB inconsistency in various files (#12902)Abdou-31
2021-10-12Remove a few unused functions reported by callcatcher (#11658)SmallJoker
2021-03-23Fix broken `BiomeGen` abstraction (#11107)sfan5
2020-08-25NetBSD build fix proposal. (#10308)David CARLIER
2017-08-19Code modernization: src/n*, src/o* (#6280)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-06-18Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot
2016-06-04Change internal type for seeds to s32kwolekr
2015-05-15Noise: Make buffer size parameters unsignedkwolekr
2015-04-27Replace PRNG assertions with PrngExceptionkwolekr
2015-03-22Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2014-12-28PseudoRandom: Expose constant PSEUDORANDOM_MAXkwolekr
2014-12-11Clean up Noise macroskwolekr
2014-12-10Noise: Automatically transform noise maps if neededkwolekr
2014-12-10Noise: Create a deep copy of NoiseParamskwolekr
2014-12-08Optimize noise implementationskwolekr
2014-12-07Add flags and lacunarity as new noise parameterskwolekr
2014-12-02Use setting groups for NoiseParamskwolekr
2014-11-14Fix NoisePerlin3DEased return valuekwolekr
2014-11-13Add option 'eased' to NoiseParamsSmallJoker
2014-11-12Add eased 3d point-value noise functionskwolekr
2014-11-08Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ...paramat
2014-10-27Change license of noise implementation to Simplified BSDkwolekr
2014-10-27Add support for eased 3d noisekwolekr
2014-02-15Add minetest.set_noiseparam_defaults() Lua APIkwolekr
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr
2013-05-19Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller
2013-03-10Re-add dungeons in new dungeongen.cppkwolekr
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-01-21Fix MapgenV6::getGroundLevelAtPoint()kwolekr
2013-01-21Finish and clean up mapgen configurationkwolekr
2013-01-21Cleaned & enhanced noise object managementkwolekr
2013-01-21Add initial Lua biomedef support, fixed biome selectionkwolekr
2013-01-21The new mapgen, noise functions, et al.kwolekr
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2011-06-26updated noise stuffPerttu Ahola
2011-06-25mapgen stuffPerttu Ahola
2011-06-25New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola
2011-04-26tested out and commented out some new stuff for the terrain generator, to be ...Perttu Ahola
2011-02-28A third try on terrain generation. No trees yet.Perttu Ahola
2011-02-263d noise stuffPerttu Ahola
2011-02-06mapgen tweakingPerttu Ahola
2011-02-05added noise.*Perttu Ahola