aboutsummaryrefslogtreecommitdiff
path: root/src/noise.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* 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
| | | | (import from temporary git repo)
* tested out and commented out some new stuff for the terrain generator, to be ↵Perttu Ahola2011-04-261-0/+105
| | | | used in the future.
* 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