aboutsummaryrefslogtreecommitdiff
path: root/src/noise.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove a few unused functions reported by callcatcher (#11658)SmallJoker2021-10-121-9/+0
* Fix broken `BiomeGen` abstraction (#11107)sfan52021-03-231-3/+3
* NetBSD build fix proposal. (#10308)David CARLIER2020-08-251-0/+7
* Code modernization: src/n*, src/o* (#6280)Loïc Blot2017-08-191-2/+3
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-5/+1
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-1/+1
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-30/+13
* Change internal type for seeds to s32kwolekr2016-06-041-16/+16
* Noise: Make buffer size parameters unsignedkwolekr2015-05-151-5/+5
* Replace PRNG assertions with PrngExceptionkwolekr2015-04-271-3/+5
* Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr2015-03-221-25/+46
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-3/+3
* PseudoRandom: Expose constant PSEUDORANDOM_MAXkwolekr2014-12-281-3/+5
* Clean up Noise macroskwolekr2014-12-111-33/+41
* Noise: Automatically transform noise maps if neededkwolekr2014-12-101-2/+0
* Noise: Create a deep copy of NoiseParamskwolekr2014-12-101-1/+1
* Optimize noise implementationskwolekr2014-12-081-5/+11
* Add flags and lacunarity as new noise parameterskwolekr2014-12-071-19/+44
* Use setting groups for NoiseParamskwolekr2014-12-021-8/+7
* Fix NoisePerlin3DEased return valuekwolekr2014-11-141-1/+1
* Add option 'eased' to NoiseParamsSmallJoker2014-11-131-1/+3
* Add eased 3d point-value noise functionskwolekr2014-11-121-3/+8
* Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ...paramat2014-11-081-0/+2
* Change license of noise implementation to Simplified BSDkwolekr2014-10-271-18/+23
* Add support for eased 3d noisekwolekr2014-10-271-8/+5
* Add minetest.set_noiseparam_defaults() Lua APIkwolekr2014-02-151-2/+5
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-031-0/+13
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-191-3/+3
* Add Mapgen V7, reorganize biomeskwolekr2013-04-071-0/+2
* initial mapgen indev version with farscale feature and huge cavesproller2013-03-161-1/+1
* Re-add dungeons in new dungeongen.cppkwolekr2013-03-101-1/+1
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Fix MapgenV6::getGroundLevelAtPoint()kwolekr2013-01-211-2/+22
* Finish and clean up mapgen configurationkwolekr2013-01-211-1/+9
* Cleaned & enhanced noise object managementkwolekr2013-01-211-0/+7
* Add initial Lua biomedef support, fixed biome selectionkwolekr2013-01-211-0/+1
* The new mapgen, noise functions, et al.kwolekr2013-01-211-75/+54
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* updated noise stuffPerttu Ahola2011-06-261-1/+2
* mapgen stuffPerttu Ahola2011-06-251-0/+39
* New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola2011-06-251-1/+41
* tested out and commented out some new stuff for the terrain generator, to be ...Perttu Ahola2011-04-261-0/+24
* A third try on terrain generation. No trees yet.Perttu Ahola2011-02-281-0/+6
* 3d noise stuffPerttu Ahola2011-02-261-0/+5
* mapgen tweakingPerttu Ahola2011-02-061-0/+2
* added noise.*Perttu Ahola2011-02-051-0/+32