summaryrefslogtreecommitdiffstats
path: root/src/Noise (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added NoiseSpeedTest project.Mattes D2016-11-151-0/+1
|
* CMake: Remove needless minimum version specifications.Mattes D2016-07-181-2/+0
|
* Bulk clearing of whitespaceLogicParrot2016-02-053-41/+41
|
* Renamed leftover strings to Cuberite / Server, as needed.Mattes D2016-01-011-1/+1
| | | | Also upgraded the user setting file for MSVC to 2013.
* Added HTTPS links wherever they are supported.Alexander Harkness2015-12-191-21/+12
|
* OrePockets finisher is now configurable.Mattes D2015-11-251-0/+1
|
* Unified the doxy-comment format.Mattes D2015-07-311-6/+6
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-293-24/+19
|
* Fix commentstycho2015-05-281-1/+2
|
* Made -Weverything an error.tycho2015-05-242-5/+10
|
* Fixed a lot of warningstycho2015-05-192-18/+18
|
* More style checking.Mattes D2015-05-091-29/+29
| | | | Spaces around some operators are checked.
* Fixed QtBiomeVisualiser compilation.Mattes D2014-11-291-1/+0
|
* OctavedNoise: Another unshadowed local variable.Mattes D2014-11-271-9/+11
|
* RidgedNoise: Replaced fabs with std::abs().Mattes D2014-11-271-2/+2
|
* OctavedNoise: Unshadowed a local variable.Mattes D2014-11-271-10/+12
|
* cInterpolNoise: Implemented optimized 2D generating.Mattes D2014-11-191-24/+163
|
* cOctavedNoise: Removed misleading comment, fixed assert texts.Mattes D2014-11-191-3/+3
|
* cOctavedNoise: Added a forgotten comment.Mattes D2014-11-181-1/+1
|
* Added a cInterpolNoise template for faster noise generator.Mattes D2014-11-181-0/+385
| | | | Used an instance of it in the Noise3D generator.
* Moved all Noise-related files into a separate folder.Mattes D2014-11-185-0/+1665