Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-12-22 | Improved large jungle and acacia tree generation (#4413) | NiLSPACE | 1 | -0/+21 | |
2018-08-29 | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 1 | -3/+0 | |
Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work. | |||||
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 2 | -4/+4 | |
* Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | |||||
2017-08-03 | Remove double includes part 2 (#3890) | peterbell10 | 1 | -2/+0 | |
2016-11-15 | Added NoiseSpeedTest project. | Mattes D | 1 | -0/+1 | |
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -2/+0 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 3 | -41/+41 | |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 1 | -1/+1 | |
Also upgraded the user setting file for MSVC to 2013. | |||||
2015-12-19 | Added HTTPS links wherever they are supported. | Alexander Harkness | 1 | -21/+12 | |
2015-11-25 | OrePockets finisher is now configurable. | Mattes D | 1 | -0/+1 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -6/+6 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 3 | -24/+19 | |
2015-05-28 | Fix comments | tycho | 1 | -1/+2 | |
2015-05-24 | Made -Weverything an error. | tycho | 2 | -5/+10 | |
2015-05-19 | Fixed a lot of warnings | tycho | 2 | -18/+18 | |
2015-05-09 | More style checking. | Mattes D | 1 | -29/+29 | |
Spaces around some operators are checked. | |||||
2014-11-29 | Fixed QtBiomeVisualiser compilation. | Mattes D | 1 | -1/+0 | |
2014-11-27 | OctavedNoise: Another unshadowed local variable. | Mattes D | 1 | -9/+11 | |
2014-11-27 | RidgedNoise: Replaced fabs with std::abs(). | Mattes D | 1 | -2/+2 | |
2014-11-27 | OctavedNoise: Unshadowed a local variable. | Mattes D | 1 | -10/+12 | |
2014-11-23 | Removed unnecessary #includes | Tiger Wang | 1 | -1/+0 | |
2014-11-19 | cInterpolNoise: Implemented optimized 2D generating. | Mattes D | 1 | -24/+163 | |
2014-11-19 | cOctavedNoise: Removed misleading comment, fixed assert texts. | Mattes D | 1 | -3/+3 | |
2014-11-18 | cOctavedNoise: Added a forgotten comment. | Mattes D | 1 | -1/+1 | |
2014-11-18 | Added a cInterpolNoise template for faster noise generator. | Mattes D | 1 | -0/+385 | |
Used an instance of it in the Noise3D generator. | |||||
2014-11-18 | Moved all Noise-related files into a separate folder. | Mattes D | 5 | -0/+1665 | |