aboutsummaryrefslogtreecommitdiff
path: root/src/noise.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix endianness inconsistency with PcgRandom::bytes()kwolekr2015-03-231-25/+10
* Fix some loose ends from 3993093fkwolekr2015-03-221-2/+4
* Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr2015-03-221-0/+101
* Noise: Don't assume Noise is used for 2D unless gradientMap2D is actually calledkwolekr2014-12-141-7/+2
* Clean up Noise macroskwolekr2014-12-111-1/+54
* Noise: Automatically transform noise maps if neededkwolekr2014-12-101-13/+10
* Noise: Create a deep copy of NoiseParamskwolekr2014-12-101-29/+29
* Noise: Update Noise::resizeNoiseBuf to account for lacunarity not equal to 2kwolekr2014-12-091-4/+4
* Optimize noise implementationskwolekr2014-12-081-102/+95
* Add flags and lacunarity as new noise parameterskwolekr2014-12-071-119/+141
* noise: Throw exception on noise allocation failurekwolekr2014-11-291-6/+19
* Add eased 3d point-value noise functionskwolekr2014-11-121-9/+16
* Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ...paramat2014-11-081-1/+1
* Change license of noise implementation to Simplified BSDkwolekr2014-10-271-18/+23
* Add support for eased 3d noisekwolekr2014-10-271-97/+128
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+1
* Add Mapgen V7, reorganize biomeskwolekr2013-04-071-0/+36
* Fix most warnings, re-fix MSVC compile errorkwolekr2013-02-261-2/+2
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Fix and improve noise map functionskwolekr2013-02-061-35/+30
* Finish and clean up mapgen configurationkwolekr2013-01-211-1/+1
* Readded and optimized mapgen V6kwolekr2013-01-211-2/+5
* Cleaned & enhanced noise object managementkwolekr2013-01-211-29/+60
* Add initial Lua biomedef support, fixed biome selectionkwolekr2013-01-211-1/+14
* The new mapgen, noise functions, et al.kwolekr2013-01-211-290/+405
* Replace pow() with multiplikation to improve speedPilzAdam2012-11-021-1/+1
* 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/+5
* New map generator added (and SQLite, messed up the commits at that time...) (...Perttu Ahola2011-06-251-9/+102
* tested out and commented out some new stuff for the terrain generator, to be ...Perttu Ahola2011-04-261-0/+105
* mapgen work-in-progressPerttu Ahola2011-03-021-4/+4
* mapgen tweakingPerttu Ahola2011-03-011-4/+6
* A third try on terrain generation. No trees yet.Perttu Ahola2011-02-281-3/+32
* fixed 3d noise and made 2d noise fasterPerttu Ahola2011-02-271-1/+23
* 3d noise stuffPerttu Ahola2011-02-261-7/+77
* made it to work with my windows compilerPerttu Ahola2011-02-081-3/+11
* added noise.*Perttu Ahola2011-02-051-0/+92