summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/perlin.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop pointless empty lines after or before a brace.Adam Borowski2013-12-211-1/+0
* Reformat perlin.ccAdam Borowski2013-06-281-51/+85
* Make non-public perlin stuff static.Adam Borowski2013-04-051-18/+29
* Hush a warning: "const bool" is redundant.Adam Borowski2013-04-051-1/+2
* More PURE, and introduce REALLYPURE as well.Samuel Bronson2013-03-241-0/+3
* long long -> uint64_tBrendan Hickey2013-03-051-12/+12
* Widen the domain of perlin::noise to cover at least all of uint32_t.Samuel Bronson2013-03-041-11/+14
* Add some comments to perlin.cc.Samuel Bronson2013-03-041-2/+8
* Clarify Perlin Noise LicensingBrendan Hickey2012-12-301-1/+9
* Whitespace fixesBrendan Hickey2012-12-301-7/+7
* Abyss layout changesBrendan Hickey2012-12-301-0/+24
* "And I will make you a raging river"Brendan Hickey2012-12-301-0/+360
* Abyss Layout: RiverBrendan Hickey2012-12-301-89/+0
* Old Abyss CloneBrendan Hickey2012-12-301-2/+7
* Perlin NoiseBrendan Hickey2012-12-301-0/+84