summaryrefslogtreecommitdiffstats
path: root/src/Noise (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-3/+3
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-8/+2
* Enable C++17 in buildPeter Bell2020-05-091-2/+2
* Improved large jungle and acacia tree generation (#4413)NiLSPACE2019-12-221-0/+21
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-3/+0
* Add the fmt library (#4065)peterbell102018-01-032-4/+4
* Remove double includes part 2 (#3890)peterbell102017-08-031-2/+0
* 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
* 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
* 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
* Moved all Noise-related files into a separate folder.Mattes D2014-11-185-0/+1665