aboutsummaryrefslogtreecommitdiff
path: root/src/noise.cpp
AgeCommit message (Expand)Author
2014-12-14Noise: Don't assume Noise is used for 2D unless gradientMap2D is actually calledkwolekr
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-09Noise: Update Noise::resizeNoiseBuf to account for lacunarity not equal to 2kwolekr
2014-12-08Optimize noise implementationskwolekr
2014-12-07Add flags and lacunarity as new noise parameterskwolekr
2014-11-29noise: Throw exception on noise allocation failurekwolekr
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
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-02-26Fix most warnings, re-fix MSVC compile errorkwolekr
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-06Fix and improve noise map functionskwolekr
2013-01-21Finish and clean up mapgen configurationkwolekr
2013-01-21Readded and optimized mapgen V6kwolekr
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-11-02Replace pow() with multiplikation to improve speedPilzAdam
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-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-03-02mapgen work-in-progressPerttu Ahola
2011-03-01mapgen tweakingPerttu Ahola
2011-02-28A third try on terrain generation. No trees yet.Perttu Ahola
2011-02-27fixed 3d noise and made 2d noise fasterPerttu Ahola
2011-02-263d noise stuffPerttu Ahola
2011-02-08made it to work with my windows compilerPerttu Ahola
2011-02-05added noise.*Perttu Ahola