summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/worley.h
Commit message (Collapse)AuthorAgeFilesLines
* Compress blank lines.Neil Moore2014-07-131-1/+0
| | | | | All the sequences of three or more blank lines. If they looked like they separated sections, use two lines; otherwise use one.
* Consistent spelling of artefactPete Hurst2013-06-251-1/+1
|
* Worley cell center vectorsBrendan Hickey2013-03-051-0/+1
| | | | Expose the cell center vector in worley.
* "And I will make you a raging river"Brendan Hickey2012-12-301-0/+73
Fuzzed up the Abyss River with some perlin noise. Grabbed a free perlin noise implementation, crudely ported it to C/C++.