summaryrefslogtreecommitdiffstats
path: root/src/Noise (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-16Removed all Printf-family functions from StringUtils.Mattes D1-3/+3
2020-05-16Upgrade to C++17 [CMake] (#4717)Tiger Wang1-8/+2
2020-05-09Enable C++17 in buildPeter Bell1-2/+2
2019-12-22Improved large jungle and acacia tree generation (#4413)NiLSPACE1-0/+21
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-3/+0
2018-01-03Add the fmt library (#4065)peterbell102-4/+4
2017-08-03Remove double includes part 2 (#3890)peterbell101-2/+0
2016-11-15Added NoiseSpeedTest project.Mattes D1-0/+1
2016-07-18CMake: Remove needless minimum version specifications.Mattes D1-2/+0
2016-02-05Bulk clearing of whitespaceLogicParrot3-41/+41
2016-01-01Renamed leftover strings to Cuberite / Server, as needed.Mattes D1-1/+1
2015-12-19Added HTTPS links wherever they are supported.Alexander Harkness1-21/+12
2015-11-25OrePockets finisher is now configurable.Mattes D1-0/+1
2015-07-31Unified the doxy-comment format.Mattes D1-6/+6
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney3-24/+19
2015-05-28Fix commentstycho1-1/+2
2015-05-24Made -Weverything an error.tycho2-5/+10
2015-05-19Fixed a lot of warningstycho2-18/+18
2015-05-09More style checking.Mattes D1-29/+29
2014-11-29Fixed QtBiomeVisualiser compilation.Mattes D1-1/+0
2014-11-27OctavedNoise: Another unshadowed local variable.Mattes D1-9/+11
2014-11-27RidgedNoise: Replaced fabs with std::abs().Mattes D1-2/+2
2014-11-27OctavedNoise: Unshadowed a local variable.Mattes D1-10/+12
2014-11-23Removed unnecessary #includesTiger Wang1-1/+0
2014-11-19cInterpolNoise: Implemented optimized 2D generating.Mattes D1-24/+163
2014-11-19cOctavedNoise: Removed misleading comment, fixed assert texts.Mattes D1-3/+3
2014-11-18cOctavedNoise: Added a forgotten comment.Mattes D1-1/+1
2014-11-18Added a cInterpolNoise template for faster noise generator.Mattes D1-0/+385
2014-11-18Moved all Noise-related files into a separate folder.Mattes D5-0/+1665