aboutsummaryrefslogtreecommitdiff
path: root/src/noise.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Craig Robbins2015-03-071-3/+3
| | | | NDEBUG is defined), replace those usages with persistent alternatives
* 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
| | | | | | | Add 'absolute value' option to noise map functions Extend persistence modulation to 3D noise Extend 'eased' option to noise2d_perlin* functions Some noise.cpp formatting fixups
* Use setting groups for NoiseParamskwolekr2014-12-021-8/+7
| | | | | | Add format example to minetest.conf.example Add Settings::setU16() Throw exception on attempted access of NULL settings groups
* Fix NoisePerlin3DEased return valuekwolekr2014-11-141-1/+1
|
* Add option 'eased' to NoiseParamsSmallJoker2014-11-131-1/+3
| | | | Signed-off-by: Craig Robbins <kde.psych@gmail.com>
* 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
| | | | blobs
* 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
| | | | | | MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations. Separation between the common and mapgen-specific parameters is now strongly defined. Mapgen parameters objects are now properly encapsulated within the proper subsystems.
* 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 ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* 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
| | | | (import from temporary git repo)
* tested out and commented out some new stuff for the terrain generator, to be ↵Perttu Ahola2011-04-261-0/+24
| | | | used in the future.
* 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